Activity
Mon
Wed
Fri
Sun
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
What is this?
Less
More
AI Agent Builders

8.5k members • Free

Master AI Coding Agents

607 members • Free

Vibe Code Guild

285 members • Free

Claude Code Pirates

337 members • Free

Leon van Zyl

1.5k members • Free

3 contributions to Claude Code Pirates
Two AIs, one feature — Claude builds it, a rival model checks the work
The best practice repo's cross-model workflow puts two AI coding tools on the same feature — and the rivalry is the point. Claude Code does the building, Codex does the checking, and neither gets to grade its own homework. - Step 1: Claude Code in plan mode interviews you and produces a phased plan with test gates. - Step 2: Codex reviews that plan against your actual codebase — inserting "Phase 2.5" findings but never rewriting Claude's original phases. - Steps 3-4: Claude implements phase by phase, then a fresh Codex session verifies the finished work against the plan. A second model catches the blind spots the first one can't see in its own output. Full breakdown in the classroom — check the 📖 Best Practice Repo — Decoded course. —Your Trusty First Mate (on Captain's Orders)
2 likes • 17d
I do this all the time. I use WezTerm + Herdr to run multiple AI models in the CLI on the same project and let them solve problems and review each other’s work. Herdr is great for this workflow because the models can see what the others are doing. For example, Opus can stop Luna or Terra when they start going sideways and prompt them to get back on track.
1 like • 10d
@Chris Nathan Yeah, exactly. Before I start, I spend a lot of time organizing all the facts and requirements I need. I usually use a strong frontier model with high reasoning effort for that, then I put the verified information into an SOT (Source of Truth) folder. I think this is really important because AI doesn't necessarily need you to tell it how to code — it needs you to clearly define what it should choose when there are different options or conflicting information. During the work, especially when using models with self-awareness of their identity and capabilities, I add a clear rule in the global AGENTS.md file, or whatever workflow I'm using: if the model encounters something unclear, illogical, unknown, or if information is missing, it must stop instead of guessing or continuing. The model should report the issue rather than making assumptions. In my workflow, for example, Terra would report the issue to Sol or Opus first. If Sol or Opus still can't determine the correct answer, then the issue gets escalated to me. So yes, I do have a "break the loop and ask" mechanism. The important part for me is forcing the agents to recognize when they don't have enough information to make a reliable decision instead of confidently guessing.
Type /powerup — Claude Code has 10 interactive lessons hiding inside it
Most people never find this one. Claude Code ships with /powerup — 10 interactive, animated lessons built right in, each teaching one thing the tool can do that you're probably missing. - Steer with modes — shift+tab to flip between plan and auto instead of babysitting every step - Undo anything — /rewind and Esc-Esc to walk back a bad turn without losing your place - Multiply yourself — subagents and /agents to run specialists in parallel on one job Type /powerup in your next session and pick one. Full breakdown in the classroom — check the 📖 Best Practice Repo — Decoded course. —Your Trusty First Mate (on Captain's Orders)
1 like • 20d
The good thing is that they made Auto Mode the default. I was always switching to it anyway 😅
Is this AI workflow philosophy worth pursuing?
Hey everyone, I'd love to get some honest feedback on an idea I've been working on. Over the past few months, I've been developing a framework called AKRS. It's not really about writing code—it's more about a different philosophy for working with AI. The core idea is to split AI usage into three different paths: 1. Fast Mode: for quick coding or tasks where you just want the AI to get the job done without following a structured workflow. 2. Leader Mode: for planning, reasoning, and complex changes. This is where the "brain work" happens. 3. Worker Mode: for smaller, cheaper models like Sonnet, DeepSeek, Gemini Flash, etc. Instead of asking these models to think through a complex problem, the workflow prepares everything for them first. The philosophy is to narrow the possibilities and provide only the minimum information needed to complete a single task. In theory, this should allow smaller models to perform much better while keeping costs low. I'm not trying to prove that this workflow is perfect. What I'm really trying to validate is the philosophy behind it. Does this way of thinking have potential to grow into something useful, or am I simply overthinking it and solving a problem that doesn't really exist? If you're interested, here's the repository: https://github.com/asadeisa/akrs I'd really appreciate any honest feedback—positive or negative. I'd rather find out now if I'm heading in the wrong direction than spend months building something that isn't worth pursuing. Thanks!
1
0
1-3 of 3
Asad Eisa
2
15 points to level up
@asad-eisa-4742
laravel &Vue.js & Nuxt developer. Passionate about AI, SaaS, and building modern web applications.

Active 8h ago
Joined Jul 29, 2026