Project Templates์ถœ์ฒ˜: Show HN์กฐํšŒ์ˆ˜ 11

Show HN: Claude-relais โ€“ A plan/build/judge loop mixing Claude with Cursor

By crog
2026๋…„ 2์›” 16์ผ
**Show HN: Claude-relais โ€“ A plan/build/judge loop mixing Claude with Cursor**

I built claude-relais to stop throwing expensive reasoning models at every line of code (I can't spend 500$/month on AI subs).The idea: Claude acts as orchestrator: it plans tasks, breaks them into bounded units, and judges the output. Cursor agents (basic plan, almost unlimited and super fast) handle the actual code generation, which doesn't need frontier-level reasoning.A guarded loop (PLAN -> BUILD -> JUDGE) enforces safety constraints between steps (no destructive ops, scoped file access, bounded iterations).In practice, this brings my AI-assisted coding cost to ~$40/month while keeping the quality of having a strong model in the loop for architecture and review decisions.The core tradeoff: you give up the simplicity of one model doing everything, but you gain cost control and a natural separation between "thinking" and "typing."Repo: https://github.com/clementrog/claude-relaisWould love feedback on the orchestration approach, especially if others have tried similar multi-model setups and hit failure modes I haven't seen yet. Comments URL: https://news.ycombinator.com/item?id=47026886 Points: 1 # Comments: 0

---

**[devsupporter ํ•ด์„ค]**

์ด ๊ธฐ์‚ฌ๋Š” Show HN์—์„œ ์ œ๊ณตํ•˜๋Š” ์ตœ์‹  ๊ฐœ๋ฐœ ๋™ํ–ฅ์ž…๋‹ˆ๋‹ค. ๊ด€๋ จ ๋„๊ตฌ๋‚˜ ๊ธฐ์ˆ ์— ๋Œ€ํ•ด ๋” ์•Œ์•„๋ณด์‹œ๋ ค๋ฉด ์›๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ•˜์„ธ์š”.