Hacker News new | ask | show | jobs
by spqw 45 days ago
I got great results by (1) using pi coding agent - i often see a 20x fdifference with code cli whoch is more token hungry (2) using an advisor strategy. See https://platform.claude.com/docs/en/agents-and-tools/tool-us... I use GPT-5.3-Codex-Spark for all tasks and it will ask help to GPT-5.5 when the task is complex enough (3) using rtk
1 comments

yep.. pi coding agent is absolutely minimal.. doesn't bloat the context unnecessarily. And if needed, you can extend it using plugins.

Highly recommended.