Skip to content

Commit e05109a

Browse files
Sync notes and files as of 2026-02-12 19:00:11 UTC
1 parent d7429db commit e05109a

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

_notes/data-coding/Learn API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ tags:
66
- learn
77
season: autumn
88
created: 2024-03-18
9-
updated: 2025-03-17
9+
updated: 2026-02-12
1010
sources: Misc
1111
---
1212

13-
- Test API through [Postman](https://www.postman.com/) or its open-source alternative [Bruno](https://www.usebruno.com/)
13+
- Test API through [Postman](https://www.postman.com/) or its open-source, Git-native alternative [Bruno](https://www.usebruno.com/)
1414
- Design and document your API using [Swagger](https://swagger.io/) and the host it via [ReadMe](https://readme.com/)

_notes/data-coding/Learn ChatGPT and AI.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ category: data-coding
55
tags: [learn, chatgpt]
66
season: summer
77
created: 2023-03-10
8-
updated: 2026-02-06
8+
updated: 2026-02-12
99
sources: Misc
1010
---
1111

@@ -133,16 +133,21 @@ This makes it more powerful and flexible, and allows it to achieve better perfor
133133

134134
## Agents
135135
- [AGENTS.md](https://agents.md/): a simple, open format for guiding coding agents
136+
- [superpowers](https://github.com/obra/superpowers): agentic skills framework & software development methodology
137+
- [agent-os](https://buildermethods.com/agent-os) agents that build the way you would
138+
- [design-os](https://buildermethods.com/design-os): your coding agent needs a designer
136139
- [Auto-GPT](https://github.com/Significant-Gravitas/Auto-GPT): an experimental open-source attempt to make GPT-4 fully autonomous (with [Cognosys](https://app.cognosys.ai/) and [AgentGPT](https://agentgpt.reworkd.ai/) as alternatives)
137140
- [Zapier AI Actions](https://nla.zapier.com/docs/platform/gpt): equip GPTs to take action in 3rd party apps
138141
- [Gumloop](https://www.gumloop.com/): automate any workflow with AI
139142
- [GPT for Work](https://gptforwork.com/): GPT for Excel and Word, GPT for Google Sheets and Docs
140143
- [smol-ai/developer](https://github.com/smol-ai/developer/): embed a developer agent in your own app
141-
- [Openclaw](https://openclaw.im/): open-source framework that lets developers build AI-powered automations, esp. through messengers
144+
- [Openclaw](https://openclaw.im/) or [Clawdbot](https://clawd.bot/) previously: open-source framework that lets developers build AI-powered automations, esp. through messengers
142145
- Using tons of skills from [ClawHub](https://www.clawhub.ai/)
143146
- Generating even [gurus](https://moltbot.guru/)
144147
- Funnily, agents talk to each other on [moltbook](https://www.moltbook.com/) that is [the most interesting place on the internet right now](https://simonwillison.net/2026/Jan/30/moltbook/)
148+
- Much better might be using the more secure and light-weight [NanoClaw](https://github.com/qwibitai/nanoclaw)
145149
- [rentahuman.ai](https://rentahuman.ai/): AI agents rent humans for tasks they cannot do themselves
150+
- [agent-browser](https://github.com/vercel-labs/agent-browser): more capable alternative to browser mcp
146151

147152
## Coding
148153
- [GitHub Copilot](https://github.com/features/copilot): perhaps the world’s most widely adopted AI developer tool
@@ -155,7 +160,7 @@ This makes it more powerful and flexible, and allows it to achieve better perfor
155160
- [Macaly](https://www.macaly.com/): similar to Lovable from Czechia
156161
- [Waii](https://www.waii.ai/): SQL API built with generative AI
157162
- [Aider](https://aider.chat/): AI pair programming in your terminal
158-
- [OpenAI Codex](https://github.com/openai/codex) or [Claude Code](https://github.com/anthropics/claude-code) or [Gemini CLI](https://github.com/google-gemini/gemini-cli) or [Cursor CLI](https://cursor.com/cli) or [Copilot CLI](https://github.com/features/copilot/cli/): terminal-based AI agents, tied to OpenAI/Anthropic/Gemini/Cursor/GitHub
163+
- [OpenAI Codex](https://github.com/openai/codex) (and its [app](https://developers.openai.com/codex/app)) or [Claude Code](https://github.com/anthropics/claude-code) or [Gemini CLI](https://github.com/google-gemini/gemini-cli) or [Cursor CLI](https://cursor.com/cli) or [Copilot CLI](https://github.com/features/copilot/cli/): terminal-based AI agents, tied to OpenAI/Anthropic/Gemini/Cursor/GitHub
159164
- [Vibe Kanban](https://www.vibekanban.com/): human-agent collaboration tool
160165
- [Postgres Sandbox](https://database.build/): build database right in your browser with AI
161166
- [Gitingest](https://gitingest.com/): create a prompt-friendly codebase
@@ -170,6 +175,10 @@ This makes it more powerful and flexible, and allows it to achieve better perfor
170175
- `npx ccstatusline@latest`
171176
- `npx cchistory@latest`
172177
- `claude --dangerously-skip-permissions` (with [this article](https://simonwillison.net/2025/Oct/22/living-dangerously-with-claude/))
178+
- [custom spinner words](https://aiengineerguide.com/blog/custom-spinner-words-claude-code/)
179+
- [ralph wiggum plugin](https://github.com/anthropics/claude-code/tree/main/plugins/ralph-wiggum)
180+
- [oh-my-claudecode](https://github.com/Yeachan-Heo/oh-my-claudecode): multi-agent orchestration for Claude Code
181+
- [get-shit-done](https://github.com/gsd-build/get-shit-done): meta-prompting, context engineering and spec-driven development
173182

174183
## Translation
175184
- [DeepML](https://www.deepl.com/)

_notes/data-coding/Learn coding.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ category: data-coding
55
tags: [learn]
66
season: spring
77
created: 2023-03-17
8-
updated: 2025-06-10
8+
updated: 2026-02-12
99
sources: Misc
1010
---
1111

@@ -20,6 +20,7 @@ sources: Misc
2020
- [Zed](https://zed.dev/): next-generation code editor designed for collaboration with humans and AI
2121
- [carbon](https://carbon.now.sh/): create and share beautiful images of your source code
2222
- [Martin Fowler](https://martinfowler.com/): famous blog about software engineering
23+
- [annoying technology](https://annoying.technology/): just annoying technology
2324

2425
## Learn specifically
2526
- [[Learn ChatGPT and AI]]

0 commit comments

Comments
 (0)