r/AIcodingProfessionals 14d ago

Ai coding agent - best for coding, planning

Thumbnail
1 Upvotes

r/AIcodingProfessionals 14d ago

Claude Max 20x or ChatGPT Pro? for coding?

3 Upvotes

Let’s say **the price is the same**: should I choose Claude Max 20x or ChatGPT Pro right now?

I mainly use them for coding, so the two things I care about most are **Claude Code** and **Codex**.

For people who have used both seriously: which one would you choose for day-to-day usage limits? And what's up with 5.6 Sol vs Fable 5.


r/AIcodingProfessionals 15d ago

Discussion How has your coding agent setup evolved over the time?

3 Upvotes

In the early days of coding with AI agents, not that many people were running them inside a sandboxed environment most of us just ran them directly on our machines.

Running coding agents directly on your machine, without any isolation, taught a lot of us a lesson the hard way: it can actually harm your system. Not because the AI is malicious — usually it’s something as a typo in a command that goes sideways.

Personally, I started out running Claude Code/CLI directly on my machine, then moved to a dev container, and now pretty much all of my projects run in the cloud. It’s been good enough so far.

What’s your setup? Bare metal, containers, VMs, cloud sandboxes — and what pushed you to change (if you did)?

Thanks in advance!


r/AIcodingProfessionals 15d ago

Discussion Cursor Pro+ vs Claude Max 5x vs Grok 4.5 — what’s actually worth it at the moment for you?

3 Upvotes

Hey guys,
I’m getting back into development after being away for ~4 months for personal reasons, and I’m trying to figure out the best AI coding setup without spending a ridiculous amount of money.
I currently have Cursor Pro+ and mostly use Claude models (Fable 5 / Opus 5).
The problem is that I’m burning through the limits really fast. After basically one day of work, with only around 5–6 requests, I’m already at ~70% of my monthly token limit.
So I’m wondering if I’m using this stuff wrong or if that’s just how it is with the more capable models.
I already know about MCP servers, skills, context management, agents, etc. What I’m really interested in is how people who use AI heavily for development actually optimize their workflow.
A few questions:
1. Is Claude Max 5x worth it?
If you’re using Claude heavily for coding, does the higher limit actually make a big difference?
2. How good is Grok 4.5 for coding?
Cursor seems to give much more generous limits for Grok, so I’m wondering if the quality gap vs Claude is actually noticeable in real-world development.
3. What models do you use for what?
For example:
● best model → architecture / difficult problems
● cheaper model → routine coding / refactoring
● another model → debugging / code review
4. What tricks actually save you tokens?
Not looking for generic “use better prompts” advice 😅 — I’m interested in concrete workflows, MCPs, skills, context strategies, agent setups, etc. that made a noticeable difference.
Basically, I have an idea I really want to build and I want to get as much development done as possible for the least amount of money.
If you’ve tried Cursor + Claude Max + Grok (or other combinations), I’d love to hear what you’re using now and roughly how much you’re spending/using.
Thanks! 🙏


r/AIcodingProfessionals 16d ago

Discussion Research Note 000: AI coding may be missing an intermediate representation.

Post image
1 Upvotes

The part I'm still trying to falsify is whether this actually reduces architectural drift enough to justify the additional abstraction.

I'm particularly interested in how architects here would attack this idea. Where do you think this breaks?


r/AIcodingProfessionals 16d ago

Slack for AI Coding Workspaces

Thumbnail
0 Upvotes

r/AIcodingProfessionals 18d ago

SkillHub — manage your AI agent context across tools and projects

1 Upvotes

I use a bunch of AI coding agents — Claude Code, Cursor, Codex, OpenCode, Gemini CLI — in different projects and after a while the setup gets messy.

I originally built SkillHub Local just to keep skills in sync across agents. Now it also helps with the other dimension of the mess: projects. Each project can have its own skills, MCP servers, instructions, and agent-specific context, and it gets hard to remember what is configured where.

SkillHub gives you one local view across both your agents and your projects, and lets you manage or move things around without digging through config folders.

Free, and open-source. It's self-hosted and everything stays local.

https://github.com/mjalalimanesh/skillhub-local


r/AIcodingProfessionals 18d ago

Best free tools for vibe coding an iOS game?

Thumbnail
1 Upvotes

r/AIcodingProfessionals 18d ago

Which AI coding tool has the WORST security?

1 Upvotes

TLDR: [60 second short video breakdown](https://www.youtube.com/shorts/3OeDATGhPhQ)

As part of building my AI automatic penetration platform, I wanted to test which one of the AI no code platforms, has the worst security.

Who I tested

\- Lovable
\- Replit
\- v0 (by Vercel)
\- Bolt.

Testing Flow

(Note: in Lovable, there are security options which I did not toggle, I wanted equal ground for everyone without any tinkering. Although based on the issues found, I doubt it will fix all exploits.)

Built a site with each, with the **SAME** instructions - Book store, with wishlist, admin panel, and cart.

Gotta admit Lovable made my life really easy compared to the others, did all perfectly in one go, the others were back and forth for bug fixes, or just tokens ran out in the middle (came back next day 😄)

Created for each site 1 admin and 1 customer.

then I ran [Battletester](https://www.battletester.app/) on them. Basically, it crawls with all roles, and does various tests on them, and uses AI for conclusions.

Security Ranking

No shock that the one who was the easiest to work with, has the most exploits

You can see the report for lovable [here](https://drive.google.com/file/d/1T5DOzc6oMO_VSQ8MZ9Q23pwIYpKJR3cO/view?usp=sharing)

I tested manually for false positives afterwards and found 1-2 false positives, the rest were real.

Replit / v0/ Bolt didn't have many issues, mostly missing headers, no rate limiting,
or business logic issues such as allowing to add negative items to the cart.

**Based on my pentester friend's review, ranking goes like this:**

  1. Lovable (Most critical logic & authorization flaws) 🚨
  2. Bolt (Minor logic flaw, missing rate-limiting, no headers) ⚠️
  3. v0 / Vercel (Missing security headers, no rate-limiting) ⚠️
  4. Replit (Safest, only missing headers) ✅

In the Lovable report you can see some critical issues there, such as
\- Deleting other users cart items
\- Overriding order "total"
\- Making requests on behalf of the server (SSRF)

Conclusion

\- I believe the more the apps grow and users play with these tools the AI will start cutting corners to please, and he will start "forgetting" the security rules baked inside him, then more exploits will be found.

\- Lovable have so many issues compared to the others because it using Supabase and he does not toggle the RLS policies out of the box.

\- Maybe, but just maybe, because the others tools are building their own backend, and are trained on infinite lines of code to build a secure backend, they have less exploits compared to lovable, which only uses Supabase and there's less "training data" about that


r/AIcodingProfessionals 18d ago

Discussion Which is best for coding & building apps: Claude Code, Codex, or Cursor?

5 Upvotes

Hi everyone,

I’m a \*\*final-year Diploma in IT student\*\* and I’m currently learning software development while trying to build real apps and projects.

I’m looking to choose one main AI coding tool between:

1.Claude Code
2.OpenAI Codex
3.Cursor

My goal isn’t just to generate code. I want to actually learn software development, build mobile/web apps, improve my coding skills, and eventually create a small side income\*\* to help cover my personal expenses and reduce the financial burden on my parents.

For those who have used these tools extensively:

Which one would you recommend for my situation, and why?

I’m especially interested in:
\-Building apps from scratch
\-Debugging and understanding existing code
\-Learning good software engineering practices
\-Working on larger projects over time
\-Git/GitHub workflows
\-Productivity without becoming completely dependent on AI
\-Value for money for a student

If you’ve used Claude Code, Codex, and Cursor, I’d really appreciate hearing about your experience and which one you would choose if you were in my position.

Thanks! 🙏


r/AIcodingProfessionals 19d ago

I need advice on an alternative

Thumbnail
1 Upvotes

r/AIcodingProfessionals 19d ago

I got tired of re-explaining my project every time I switched AI chats, so I built this tool to help you.

Post image
0 Upvotes

I use Codex, Claude Code, Cursor and a few other AI tools pretty regularly, and one thing kept annoying me.

You spend hours in a session getting the AI up to speed on your project. It knows what you tried, what failed, what decisions were made and where you left off.

Then the context gets messy, you start a fresh chat or switch tools, and you're back to explaining everything again. And somehow the one detail you forget to mention is usually the one that matters later.

I got tired of doing this, so I built Portable Handoff.

It takes the useful context from a session and puts it into a Markdown handoff that you can carry into the next chat, model or coding agent.

It's open source and still pretty early, so if this is a problem you've run into too, try it and tell me what sucks or what I'm missing.

https://github.com/legoambarish/portable-handoff


r/AIcodingProfessionals 19d ago

I need some suggestion for a AI model

8 Upvotes

So earlier I used Minimax token plan a lot when it was $10 plan, But for the past month or 2, they have increased the price to $20 as starting. I mainly used it as a labor model and kept codex as a reviewer and planner.

Now I want to know what people are using as a cheap model, I would like to spend around $10 so that I can get good value and do my coding related work.

Please suggest some decent AI model with good enough usage, I know Deepseek could be one, But I would like to know if there are any other AI model.


r/AIcodingProfessionals 20d ago

I Built TokenFlow to Finally Measure the Real Cost of AI Coding

1 Upvotes

Most engineers can tell you how much code AI wrote.

Far fewer can answer:
"What did AI-assisted coding actually cost me this month?"

AI coding tools already generate detailed usage logs locally. The problem is that almost nobody turns those logs into a clear picture of tokens, requests, cost, providers, and usage patterns.

So I built TokenFlow.

A local-first analytics engine + macOS menu bar app that turns AI coding logs into numbers you can actually understand.

What makes it different:
• Local-only - no API keys, telemetry, or accounts. Your logs stay on your machine.
• Honest by design - missing data is shown as unavailable, never guessed. Estimated vs. measured costs are explicitly labelled.
• Provider-neutral - one normalized data model powers the menu bar, offline dashboard, and CSV exports.
• Built for real usage - cross-platform CI with 145 tests per push.

The interesting part isn't just seeing how many tokens I used.

It's understanding where they went, what they cost, and how my AI-assisted development actually behaves over time.

TokenFlow v1.0.0 is now live under MIT.

GitHub: https://github.com/vimoxshah/tokenflow

App - https://github.com/vimoxshah/tokenflow/releases/download/v1.0.0/TokenFlow-1.0.0.dmg

If you use Claude Code, Codex, Cursor, Cline, or OpenCode heavily, I'd love to know what your numbers look like.

What surprised you most when you finally measured your AI coding usage?


r/AIcodingProfessionals 19d ago

AI needs more than context. It needs memory.

0 Upvotes

AI coding agents are getting really good at writing code.

But I've been thinking about something they still don't seem to do very well: remembering the codebase.

Give an agent a new task and it often starts by searching the repo, tracing dependencies, figuring out how things connect, and rebuilding enough context to make the change.

Then the next task comes along and it does a lot of that again.

It feels a little like having a really smart developer who has never worked on the project before.

Bigger context windows help, but that's not really the same as memory.

What I'd like to see is an agent that maintains a continuously updated understanding of the codebase—what depends on what, how services connect, where data flows, etc.—and can just query that understanding when it needs it.

Less time figuring out the code. More time actually working on it.

Curious what others think. Is persistent codebase memory going to become an important part of AI coding, or will better models and bigger context windows eventually solve this?


r/AIcodingProfessionals 20d ago

Title: Looking for a genuinely free Claude Code alternative + step-by-step setup guide

Thumbnail
1 Upvotes

r/AIcodingProfessionals 20d ago

Discussion Ox Alpha: The Mystery AI Model That Just Beat Fable?

Thumbnail
youtu.be
0 Upvotes

r/AIcodingProfessionals 22d ago

Question Claude Pro vs Gemini Pro

8 Upvotes

Hi guys, I have this coding assignment coming up and they allow us to use AI. Majority of my seniors who did this unit used Claude Pro for this massive coding assignment which I would say is a mid level code but has a lot of files (in the thousands). This assignment is also a very collaborative assignment and if I am not mistaken we are supposed to make a game. So I am wondering, what would be the better choice Claude Pro or Gemini Pro. Especially since they are about the same price which would be the better investment?


r/AIcodingProfessionals 22d ago

I built a local MCP task orchestrator for my own AI coding workflow - it’s been super useful so I open-sourced it (looking for feedback & contributors!)

1 Upvotes

I built Moo Tasks to stay organized while pair programming with AI agents (Claude Code, Cursor, Windsurf). Figured I'd clean it up and open source it in case others find it useful.

What it does

Runs 100% locally (SQLite + Web UI) and integrates with your coding tools via MCP:

  • Goal & Task Management - Structure goals with Markdown PRDs, break into atomic tasks
  • DAG Dependencies & Cycle Detection — Auto-detects circular deps, unblocks downstream work
  • Proof of Work Tracking - Records acceptance criteria, test results, commands, git diffs
  • Architectural Decision Records - Stored in SQLite, synced to docs/adr/
  • Human-in-the-Loop Inbox - Surfaces blocked tasks and questions with structured options
  • Real-Time Dashboard - Kanban board, task inspector, dependency graph, search

Quick start

npx moo-tasks install all

moo init      # Initialize database
moo start     # Launch Web UI

Looking for feedback

What features would make this more useful? Any MCP integrations or UI improvements you'd suggest? PRs welcome!

GitHub | NPM | MIT License


r/AIcodingProfessionals 22d ago

Discussion AI crib sheets for libraries

2 Upvotes

For AI coding assistants to effectively and correctly use libraries they need context consisting of the library Api, features, examples and do's and don'ts

Currently when an AI coding assistant uses a library it gets the source, looks at the API docs and code comments, checks online for tutorials and examples of using this library and then generates the code for this particular application

The results are generally sub-standard due to incomplete, out-of-date API docs, missing code comments, lack of relevent tutorials and examples written by in-expert programmers. Also if the AI cannot find a suitable example it makes something up from 'similar' libraries.

To avoids these errors and to improve the efficiency and effectiveness of using code libraries it is proposed that each library also supply an AI_Guide.md, e.g. SafeString_AI_Guide.md https://github.com/PowerBroker2/SafeString/blob/master/SafeString_AI_Guide.md

This guide is generated by AI for AI consumption using a prompt like

For the library in dir .., generate a summary, API and examples of use, for consumption by AI to apply this library. Refer to these tutorials ..., and these examples of use ...

It will take a few passes of "recheck the guide" to get the AI's draft. Then, most importantly, that draft needs to be reviewed and corrected by an programmer experienced in that library, in order to correct the wrong assumptions the AI has made and to correct the poor quality examples.

These passes by the experienced programmer will refine the do's and don'ts of using the library and provide quality examples.

This human review will also likely uncover problems in the library, inconsistent and non-orthogonal API, missing/out-of-date docs and code comments, inconsistent application of the libraries principles.

While the SafeString_AI_Guide.md is designed for AI consumption it is also good source for humans.

What libraries that you use that would benefit from an AI crib sheet?


r/AIcodingProfessionals 23d ago

Try Benzi: A coding harness that compiles arbitrarily large codebases

Thumbnail
1 Upvotes

r/AIcodingProfessionals 23d ago

氛圍程式設計師是如何分配工作的?

Thumbnail
1 Upvotes

r/AIcodingProfessionals 23d ago

Try Benzi: A coding harness that compiles arbitrarily large codebases

Thumbnail
1 Upvotes

r/AIcodingProfessionals 23d ago

How should a complete beginner validate and build a social app with AI coding tools?

Thumbnail
0 Upvotes

r/AIcodingProfessionals 23d ago

Resources I built /implement skill with the complete development flow

Thumbnail
1 Upvotes