CodeWithLLM-Updates
-

Claude Code, OpenAI Codex, and Aider are agents that work with the console.

https://github.com/coder/agentapi
The AgentAPI project allows managing such systems via HTTP API (GET and POST). This allows, for example, launching multiple systems and "talking" to them through one chat, or creating an MCP so that one agent system can task another.

https://github.com/eyaltoledano/claude-task-master
For clear management of development steps, you can use this project and connect it as an MCP.

https://www.anthropic.com/engineering/claude-code-best-practices
For Claude Code, it turns out that there is a command word "ultrathink", which you can read about in a fairly detailed document they posted on the site.

"We recommend using the word "think" to activate an extended reasoning mode that gives Claude additional compute time to more thoroughly evaluate alternatives. These specific phrasings map directly onto increasing levels of compute budget in the system:
"think" < "think hard" < "think harder" < "ultrathink".
Each level allocates more and more compute budget for Claude to use."

Other recommendations: