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.
Entities
Related
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.
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.
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.
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.
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.
