Hands-on agent playbook: don't mix models, set budgets, and beware 2000-line CSS
kevinkern · x · 2026-09-13
- Astra excels at computer use but may open a browser to read docs when a CLI command would do — add a line to AGENTS.md or check installed skills.
- Use GPT-6 Pro in ChatGPT for brainstorming and handoff prompts; regular chats don't count toward Codex limits, GPT Work does.
- Before adding a skill, ask: "Don't just agree with me — tell me if a simpler option is better."
- Don't mix models to save money: in one run Astra silently discarded DeepSeek's 3D result and rebuilt it; cheaper workers often get redone anyway.
- Current stack: Sol for implementation with a few curated skills, Astra as advisor; Astra only for 3D/design.
- Astra writes 2000-LOC unreadable CSS that works — accept minified output or skip it for coding.
- For UI reworks, have Codex generate a GPT Image mockup from your design system first.
- Set max budgets/time limits, let it check remaining Codex usage, and use constraints like "stop immediately if you have questions — I'm the lead designer."
More from coding & agent
- Grok Build ships v1.0.29/30: tmux lag fix, Ctrl+G dock toggle, multi-agent crash fixes — XFreeze · 2026-09-13
- Codex harness burns tokens polling idle loops; workaround: disable polling or delegate — brandon_galang · 2026-09-13
- Same LLM eval, different scores: a method to tell real regressions from noise — bgoncalves · 2026-09-13
- Spend 20% of your time having AI build your app, 80% using it — Daniel_Farinax · 2026-09-13
- OpenAI shows off GPT-6 Astra community builds, from 3D anatomy to Unity air traffic sims — OpenAIDevs · 2026-09-13
- GitHub repo curates 500+ agentic AI projects for ideas and implementation study — Roger_M_Taylor · 2026-09-13