Charlon

@charlon
0 Followers
1 Following
6 Posts

Built a multi-agent spec generator. Claude and Codex draft specs in parallel, cross-review each other's work, then a final arbiter produces the consensus spec.

Two models, two perspectives, better result.

https://github.com/CharlonTank/consensus-ai

#ClaudeCode #OpenAI #Codex #MultiAgent #SpecConsensus

My grandma could push to prod on my SaaS. Without breaking anything.

Not because she can code. Because the stack won't let her break anything.

No SQL. No runtime errors. Migrations auto-generated, won't deploy if incomplete. Snapshots on every deploy. Missing env var? Won't deploy.

The language is Elm. The full-stack framework is Lamdera.

#ElmLang #Lamdera #FunctionalProgramming #WebDev #TypeSafety

Made an open source tool for #ClaudeCode users on #macOS.

Problem: close your laptop lid → macOS sleeps → Claude stops mid-work.

Solution: a #Rust daemon that detects active Claude sessions and prevents sleep. When Claude finishes, normal sleep resumes.

One-click DMG install. MIT licensed.

https://github.com/CharlonTank/claude-code-sleep-preventer

#OpenSource #CLI #AI #CodingTools

GitHub - CharlonTank/claude-code-sleep-preventer: Keep your Mac awake while Claude Code is working

Keep your Mac awake while Claude Code is working. Contribute to CharlonTank/claude-code-sleep-preventer development by creating an account on GitHub.

GitHub