comments (10)

  • Yeah it helps a lot but you have to be very specific about what you ask word by word.

    Akimsa3

  • I use OMP. Was on Pi but switched over because I like OMP's subagents implementation. Use 5.5/4.8 for coming up with a very detailed plan, ds4pro/mimo for implementation of easy features, 5.5/4.6 for larger/harder features, and 5.5/4.6 for a review. I use them in onorca.dev(settled here after trying just about any "agent ade". i also sometimes use Zed as well. I'm curious to know if folks use any meta-harnesses?

    Bnjoroge

  • I have been building my own coding agent, VT Code (https://github.com/vinhnx/vtcode). I have now made it stable and mature enough, and I use it for most of my works.

    vinhnx

  • Mimo Code has grown on me. Before that, a very janky Pi. I've realized that at one point I was spending too much time getting things exactly as I want them versus actually using the damn thing

    yogorenapan

  • Work I have access to both Claude Code and Codex. Use them both, typically on the same work. I like to do brainstorming and solution design with Codex GPT 5.5 High, and then have Claude Opus 4.7/4.8 high/medium do the implementation.

    So far been quite productive for some greenfield rewrites and refactors of existing code. Though bug fixing our main project it's more hit and miss, though Codex GPT 5.5 High can be very good at spotting subtle issues.

    magicalhippo

  • Whatever external (none-local) provider you use make sure to have backup plans. My horror story is below;

    https://news.ycombinator.com/item?id=48597861

    Amir6

  • I use a mix of claude code, codex and cursor (composer 2.5). Whichever has more credits left.

    rishabhpoddar

  • I use Kilocode Vscode extension, still can't give up the IDE

    ahriad

  • claude code + codex,for sure. I also actively try Other runtimes.

    StahlGuo

  • I really like Grok Build. Its TUI interface, sleek design, and ease of use have really won me over.

    V01t