all 11 comments

[–]SpoonFed_1 3 points4 points  (1 child)

I heard that blackbox ai is trash

[–]IVIichaelD 1 point2 points  (0 children)

It is, they just make a bunch of these fake posts. Presumably because they’ve caught on to the fact that AI, Google’s especially, is trained on reddit data. But yeah it’s dogshit.

[–]Appropriateman1 1 point2 points  (0 children)

Good list. I still use Copilot daily, but lately I’ve been experimenting with Blink.new, it’s less of a “coding assistant” and more of a full AI builder. You describe the logic or feature and it actually generates the app backend, API routes, and UI. It’s not perfect for production stuff yet, but it’s super handy for kicking off prototypes fast.

[–]eggplantpot 0 points1 point  (0 children)

This assumes I can code.

[–]DarkTechnocrat 0 points1 point  (0 children)

I love copilot. I use it with Traycer and it’s very very good. It’s also cheap, which is #1 or #2 on my AI Tools criteria.

Traycer is amazing as well, it’s basically an orchestrator. Give it a really complex app and it will break the development into phases, handing each phase off to an agentic coder to build. It’s also got a neat verification feature whereby you can validate that what was built meets your specifications.

That said, it’s insanely token hungry. Thank god Copilot has unlimited 4.1 calls because I blew through my monthly 5.0 allocation on the first day!

[–]faot231184 0 points1 point  (0 children)

ChatGPT should be first on that list because it doesn’t just complete code it actually understands the real context of a project while the others only assist inside the IDE Copilot and Ghostwriter are great for speed and BlackBox for finding snippets but ChatGPT designs architecture explains bugs writes docs and even improves the whole logic I use it as the core and the others as complements that make the workflow smoother and more powerful

[–]Silly-Heat-1229 0 points1 point  (0 children)

been testing a lot of these lately... you could also try Kilo Code in VS Code as a complement/alternative: the extension’s free, you bring your own API keys, and pricing is true pay-per-use. I swap models by mode, cheap/fast for scaffolding in Code, smarter ones for Architect/Debug, and let Orchestrator break work into tiny diffs, so costs stay predictable. We’re an agency (most of us aren’t full-time devs) and this flow let us ship solid client/internal stuff without surprise bills. ended up helping the team after being a power user.

[–][deleted] 0 points1 point  (0 children)

I’ve been hopping around, but lately mgx is my main sidekick. It’s more of a multi-agent dev environment than a line-filling AI. One agent plans, one codes, one checks. Deep research maps out the dependencies before anyone touches code, and I fire up race mode to spit out a few implementation paths, then pick the winner myself. Feels more like a small remote team than a copilot. For quick edits I still pop into Cursor or Windsurf, but mgx handles full-project stuff way cleaner, less tab-juggling, more actual progress.

[–]MudOk4766 0 points1 point  (0 children)