llm-kb
← Back to releases
Tool Release

Developer builds open-source 'manager' pattern for AI coding agents, cutting costs 35-41%

A solo developer implemented a pattern from Cognition (the Devin team) where an expensive frontier model acts as a 'manager' that plans and reviews code changes but cannot edit files directly, delegating all mechanical work to a cheaper, faster model. The approach, published as open source for the opencode terminal coding agent, reportedly reduces costs by 35-41% while maintaining quality.

8 engagement·1 source·Sun, Jul 12, 2026, 05:35 PM
The developer, a solo dev using AI coding agents daily, noticed that expensive frontier models waste tokens on mechanical tasks like typing edits and running commands—tasks a cheaper model can handle equally well. They adopted a pattern published by Cognition (the Devin team), which benchmarks show yields ~35–41% lower cost at essentially the same quality. The implementation is open source and built for opencode, a terminal-based coding agent. The expensive model is mechanically blocked from editing files and must delegate every change to the cheaper model.

Entities

Cognition(company)Devin(tool)opencode(tool)

Related

CommunitySun, Jul 12, 2026, 12:31 PM

Developer builds simple multi-agent workflow by copying outputs between Claude Code and Codex

A developer describes a low-tech multi-agent workflow where they manually copy outputs between Claude Code and Codex to get second opinions on code plans and PR reviews. The approach highlights the friction of coordinating multiple AI agents without native inter-agent communication.

6 engagement·1 source·reddit
CommunitySat, Jul 11, 2026, 01:47 PM

Developer shares practical AI coding workflow: paper first, then Fable/Opus for planning, Sonnet for implementation

A developer on Reddit outlines a structured AI-assisted coding workflow for full projects, emphasizing upfront planning on paper before involving any model. The pipeline uses Fable for planning, Fable/Opus to break work into markdown files, and Sonnet for implementation under a safety hook, contrasting with the common 'vibe coding in agent mode' approach.

4 engagement·1 source·reddit
ProductSat, Jul 11, 2026, 06:40 AM

Enola: engineering intelligence layer for AI coding agents

Enola is an open-source engineering intelligence layer that helps AI coding agents understand existing codebases. It answers questions about change impact, dependency reachability, safe module deletion, refactoring priorities, and architecture drift. The tool uses LLMs to analyze code context and provide insights that reduce mistakes from both humans and AI agents.

4 engagement·1 source·reddit
CommunitySat, Jul 11, 2026, 04:10 PM

Article argues expert intuition, not prompts, determines AI coding tool success

A member-only article contends that the effectiveness of AI coding tools like Claude Code, Codex, and Cursor Agent depends more on the user's expert intuition and organizational knowledge than on prompt engineering. It questions why the same tools yield vastly different results across engineers, suggesting that expertise in routing business requirements is key.

0 engagement·1 source·rss
RSS
Tool ReleaseSun, Jul 12, 2026, 10:22 AM

Developer open-sources Istar Code v5.0.0 deterministic coding agent kernel

A developer released Istar Code v5.0.0, an open-source deterministic coding agent kernel that enforces consistent behavior across models from 1B to 500B parameters. The kernel uses an explicit INSPECT→PLAN→EXECUTE→VERIFY→REFLECT loop with instruction hierarchy, six task classes, and decision table routing to make AI-assisted development more predictable.

4 engagement·1 source·reddit