Fetching from the wire…
Public story · 2026-08-04 · high
The project picked up 283 stars in two days, and its core wager is that reproducibility comes from deterministic Python, not smarter prompts.
Why now: The repo's fast climb is only two days old as of August 4, too early to prove whether the design delivers on reproducibility.
IndyDevDan hands control of AI coding agents to deterministic Python code in a new project called super-simple-software-factory.
That's a bet on process over model quality, built for anyone who's watched an agent write working code once and then fail to repeat it. The repo backs the bet with fast traction: 283 stars in two days on GitHub.
The design is structural. A plain Python script owns sequencing, retries, and acceptance checks, and agents only run inside named phases.
Handoffs move as typed JSON envelopes instead of raw text. Every event in a run streams into a SQLite trace database while the run happens.
"Everyone can get an agent to write code once, almost nobody gets the same result twice," the repo states.
IndyDevDan sums up the design in three words: "Agent proposes, code disposes." The agent can suggest a plan; the script decides whether to accept it, retry it, or move on.
I build my own AI coding tools around the same rule. Code decides what runs next and agents stay inside fixed steps, so nothing ships without passing a check written in code.
This is a bet that deterministic code, not smarter agents, makes AI-built software repeatable. That only works if builders give up letting the model decide what happens next.
The repo doesn't say how often the same prompt produces the same result. That's the exact number this design is supposed to prove.
Each link below shares sources, entities, or timing with this story.
Triple-stream retrieval (BM25 keyword, vector embeddings, knowledge-graph traversal) fused via Reciprocal Rank Fusion on the iii engine, with SQLite for state and an in-memory vector index, no external database. The economic claim: ~170K tokens/year (~$10) versus ~650K tokens...
claude-mem hit 80,189 stars at v12.6.4, with 1,840 commits and 109 contributors. It hooks five agent lifecycle events to capture observations, compresses them through Claude's agent SDK into SQLite, and reinjects relevant context on new sessions. No manual tagging. One npx com...
1. Deploy Nemotron 3 Super for Agentic Reasoning (ml-ops, advanced) — 120B MoE activating only 12B params. vLLM with --reasoning-parser nemotron_v3. NVIDIA Blog 2. Build Multimodal RAG with Gemini Embedding 2 (ml-ops, intermediate) — Text, images, video, audio in one 3072-dim...
The submission titled "CEO fired developers to make room for AI. Developers create open source AI CEO" pointed at SenteLabsAI/OpenExecutive, an Apache-2.0 FastAPI and Next.js 15 app running eight specialist Claude agents (CSO, CFO, CHRO, General Counsel, COO, CMO, CPO, Board C...
I check Product Hunt maybe once a week and usually regret it. Today's board is worth reading as market structure. The July 30 leaderboard: SKI at 277 upvotes (free voice input for Claude Code and Codex). AI Search Console at 249 (prompt analytics and citation mapping). Memmy A...
On April 10, Anthropic accidentally shipped 510,000 lines of TypeScript source maps with Claude Code v2.1.88 on npm. A missing .npmignore file. The community response was immediate and massive: someone created Claw Code, a Rust rewrite, which hit 50K GitHub stars in 2 hours an...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.