Explore building a todo app in pi-mono monorepo
Session from pi-mono-sessions on Hugging Face by thomasmustier · MIT · condensed by Coders Talk
1msession
0interventions
GOAL
The developer wanted the agent to think through how to build the best possible todo app within the existing pi-mono monorepo, using its packages as building blocks.
- +0Prompt · +0Think through how to build the best ever todo app
- +0mAgent did · +0mRead README.md, reasoned in a thinking block about which monorepo packages (pi-ai, pi-agent, pi-tui, pi-web-ui, pi-pods) to use for an AI-driven todo app
- Break · 1h 52m away, not counted
- +0mPrompt · +0mWhy do you have <thinking> blocks appearing inline?
- +1mPrompt · +1mWhich context files are loaded? Is CODEX.md loaded?
- +1mAgent did · +1mExplained the thinking blocks are for reasoning before tool calls, listed loaded context files (two AGENTS.md files), then searched the repo with find and confirmed CODEX.md does not exist
- +1mOutcome · +1mSession ended in exploratory Q&A about the agent's internals and context files; no todo app code was written
VERDICT
I got sidetracked asking the agent about its own thinking blocks and context files instead of pushing forward on the actual todo app design, so next time I'd hold off on meta-questions until after getting a concrete plan or prototype out of it. Nothing was really corrected here since no code was written, but clarifying what AGENTS.md files were loaded was useful context for future prompts.