r/AIcodingProfessionals

▲ 3 r/AIcodingProfessionals+1 crossposts

Claude Code - Cursor Pro+ - VSCode Copilt

Hello community,
Long-time reader, first-time poster. Please be kind 👀

I need help. Reading online about which AI Coding tool is better, cheaper, the most beneficial for your money, or best for your profession is impossible. Almost every "unbiased" article on available tools is somehow owned by, or financially backed by, the company that the article says is the best tool to choose. I need real-people responses to real-world utilization.

Backstory:

I use VS Code today, and I have a Copilot Pro subscription (pending downgrade). I loved this product. I used it for everything (personal and work). It was, IMHO, it was the best product on the market. It has a lot of features that I'm not fond of; the most recent inline suggestions are split into two: Ghost Text (free) and Next Edit ($$$). I'm also not fond of reducing services/features while still finding a way to charge you more.

I started using Cursor (free trial), and I really like it. It could do everything I needed, just like in VS Code. My trial is up, and I'm about to hit the UPGRADE button, but I'm still not sold.

Recently, my work has been powered by Claude. The platform we primarily use for daily use is "Claude-driven" for AI (chat/coding/analysis), so interacting with Claude has been more beneficial than using Gemini or GPT. For example, in VSCode, if I ask a question about our platform and I select "Auto", VSCode mostly uses Codex or GPT and gets the answer wrong (usually). If I turn off auto and ask the same question to a Claude model, I get the right answer, but at a higher cost. Most of the GPT/Grok/other models are just too far behind in adapting to platform changes, while our platform is trained on all recent changes using Claude.

TL;DR: From the community, for Python/React/Spark (PySpark/Spark SQL) and heavy coding, which is the recommended platform you would suggest for AI-assisted coding among VSCode, Cursor Pro+, and Claude Code Pro that gives you the most for your investment?

Thank you

reddit.com
u/doctork32 — 8 hours ago
▲ 31 r/AIcodingProfessionals+10 crossposts

SeekYou, unified host intelligence across 15 sources

SeekYou – unified host intelligence across 15 sources, runs free on Cloudflare.
- Built a tool that takes any IP, domain, or ASN and queries 15 sources in parallel: open ports, CVEs, BGP, RDAP, cert history, passive DNS, 5 threat feeds, exposed buckets, Wayback snapshots — all in one report.
- 4-layer parallel execution (total time ≈ slowest source, not sum of all).
- KV caching per source, circuit breakers, per-IP rate limiting.
- Typed diff engine — get alerted when ports open, CVEs appear, or certs expire on monitored hosts.
- Runs entirely on Cloudflare free tier (~5k lookups/day).
Source: https://github.com/Teycir/SeekYou (https://github.com/Teycir/SeekYou)

u/tcoder7 — 1 day ago

Best AI coding subscription under $20/month for heavy agentic coding? (India, student)

I'm a 4th-year CSE student from India, and I'm looking to buy one AI coding subscription with a budget of around $20/month.

My primary use case is agentic coding, not chat. I want to build websites and full-stack projects mostly by giving prompts and letting the AI work through the codebase.

My workflow would look something like this:

\- "Redesign this entire landing page to feel like Linear/Vercel."

\- "Implement authentication, dashboard, and database."

\- "Refactor the whole codebase."

\- "Fix all TypeScript errors."

\- "Build this feature end-to-end."

So I'm looking for something that can handle large repositories, maintain context well, and let me run long autonomous coding sessions without constantly worrying about hitting limits.

I'm not looking for the best chatbot. I'm specifically looking for the best coding agent.

The options I'm considering are:

\- Cursor Pro

\- Windsurf Pro

\- Google AI Pro (Gemini CLI/VS Code workflow)

\- OpenCode (if it's worth considering)

A few things about me:

\- Student in India, so value for money matters.

\- I mainly build websites using Next.js, React, TypeScript, Tailwind, Node.js, etc.

\- I expect to code several hours almost every day.

\- I don't mind using VS Code if it means significantly higher usage limits.

\- I care more about real-world agent capability and practical limits than benchmark scores.

My biggest concern is usage limits. Marketing pages are often vague, so I'd love to hear from people who actually use these tools daily.

For those of you who code professionally or use AI for hours every day:

  1. Which plan gives you the most agentic coding for around $20/month?

  2. Which one hits limits the least?

  3. If you could only subscribe to one today, which would you pick and why?

Looking for real-world experiences rather than marketing claims. Thanks!

reddit.com

Am I missing out on something if I just use opencode?

Hi everyone, while the AI world is moving crazy fast, I sometimes just want to get st** done. Do you guys think I'm missing out on something if I just continue using opencode (with all the bells and whistles like MCP server, skills, custom agents, and so on)?

Are there reasons to look at tools like Cursor or Claude Code?

I work in a big company with all the current models and unlimited tokens available so I don't care about saving money :D I just want to be on top of things with my AI coding.

Thanks!!

reddit.com
u/Z3stra — 1 day ago

Student hitting AI usage limits constantly — any better free options for building a project?

Hey everyone,

I'm a student working on a project and keep running into the same issue — I hit the usage limit on whatever AI I'm using, so I'm forced to switch to another one, and I lose all my context/progress in the process. It's getting frustrating.

Also heard GitHub Copilot's free Student plan recently got cut down a lot (premium models removed, new sign-ups paused), so that's not really reliable anymore either.

Currently using a mix of Claude's free tier and a couple others, but none of them alone feel like enough for a full project without hitting caps.

For students out there — what's actually working for you right now? Looking for:

• Free or student-discounted AI tools with decent usage limits

• Anything that helps keep context when switching between tools

• General tips for managing a real project without constantly running out of quota

Appreciate any suggestions, thanks!

reddit.com
u/Rash_Fushigami — 3 days ago
▲ 15 r/AIcodingProfessionals+9 crossposts

skillhub - a package manager for AI agent skills (Claude Code, Cursor, Codex)

I kept copying the same rule files into every Cursor project. Built a package manager to fix it

debug-agent.md, code-reviewer.md - same files, every time, manually.

So I built something to fix that.

pip install skillhub-ai

skillhub install debug-agent

What I found after using it for a few weeks: the value isn't just

convenience. It's consistency. When I install a skill, my Claude

agent follows the same methodology on every project - same debug

discipline, same review axes, same output format. No drift.

The thing I didn't expect to build but ended up loving: compose.

skillhub compose python-patterns security-review api-design -o fastapi-expert

It merges multiple skills into one with conflict detection. Now I

have a single /fastapi-expert command that covers Python conventions,

OWASP checks, and REST design together.

22 skills in the registry. New in v0.1.2: skillhub init my-skill

to scaffold your own. It also writes .claude/skills.json on install

so your agent can route intent without loading every skill file.

It also happens to support Cursor, Codex, and Gemini - same install

command drops the file in the right place for each. But I built it

primarily for Claude Code so that's where it's most tested.

GitHub: github.com/chandrudp29/skillhub

Docs + cookbook: github.com/chandrudp29/skillhub/blob/main/docs/cookbook.md

Happy to answer questions. What skill would be most useful to you?

u/Fault_Representative — 3 days ago

Im replacing the $200 codex plan this month. here's what i'm trying instead

I have been experimenting with different ai coding setups over the past few months and need any tips or better combination which u have tried...

last month I mainly used the $200 codex plan with $20 cursor and $20 claude code.

this month i'm trying something different: $20 codex, $20 claude code, $20 kimi 2.7 and putting the rest of the budget into cursor(60 dollar).

i'm trying to figure out which combination gives the best value for day-to-day software development.

if you've tried different combinations, what ended up working best for you?

reddit.com
u/Low-Trust2491 — 4 days ago

Cursor+Claude Code v. Claude Claude in Claude desktop app?

Hi all, curious if folks have used Claude Code in the Claude desktop app and wondering how it compares to using Cursor or VS Code IDEs (without subscriptions). My initial take is that it doesn't easily allow new windows for multiple concurrent projects or it doesn't seem as clear or effective. Has anyone moved over to CC in Claude desktop app and likes it more and could share their experience and benefits? Thanks.

reddit.com
u/seattleswiss2 — 3 days ago

Help me to decide

My lead asked me to recommend the best AI coding tool—Cursor, Antigravity, or any other alternatives. For context, I’m currently using Claude Code. I’d love to hear your opinions, especially on pricing, usage limits, context window, and any other trade-offs or limitations worth considering.

reddit.com
u/omniscient75 — 4 days ago
▲ 31 r/AIcodingProfessionals+2 crossposts

I build a self-learning skill for Codex

For context, I spent a good chunk of my career as a senior engineer at Amazon, and one habit that stuck with me is turning anything I do more than twice into something repeatable. When I started using Claude Code/Codex heavily I wrote skills by hand for the workflows it kept fumbling.

But as agents get more autonomous, I'm not babysitting each step anymore, I just hand off a task and come back to a result. The painful patterns still happen, and AI still rediscovers them session after session, but I'm no longer sitting there to catch them and turn them into a skill.

So I built a self-learning skill. Instead of me noticing the pattern and writing the skill, the agent does it itself: when a session involves a hard debugging path, a rediscovered procedure, or a multi-step process it had to figure out, it captures the working approach and the dead-ends it ruled out into a new skill.

Repo (MIT): https://github.com/kulaxyz/self-learning-skills

I'd genuinely value feedback on the approach, especially from people running agents more autonomously: once you've stopped watching every step, how are you capturing what your agent learns mid-session?

u/Super_Birthday_4097 — 5 days ago
▲ 0 r/AIcodingProfessionals+1 crossposts

Built a reusable rules system for Pi (and other coding agents)

One thing I kept running into with Pi was instruction management.

Every project slowly accumulates a huge AGENTS.md (or similar) full of rules that aren't always relevant to the task at hand.

You also end up copying the same instructions between repositories over and over.

So I built ai-rules.

The idea is simple: instead of maintaining one giant instruction file, you create small, reusable personal rules as Markdown files and only inject the ones that match each task.

Examples of rules you might capture:

- Go error handling

- Rust safety

- testing philosophy

- commit message conventions

- architecture preferences

- documentation standards

- personal coding habits

Then only the rules that actually matter for what you're asking Pi to do get compiled into a compact contract — not the whole rulebook every time.

In Pi (after setup):

/create-rule no fetch in React components

/airules Add UserCard data loading

From the terminal:

ai-rules run "Implement data loading in UserCard.tsx"

ai-rules doctor

Rules live in ~/.config/ai-rules/rules/. Local-first, plain Markdown + YAML frontmatter, versionable if you want.

Install:

npx u/therealsalzdevs/ai-rules setup

Early beta — Pi and OpenCode only right now (not Cursor / Claude Code / Codex).

Repo:

https://github.com/SalzDevs/ai-rules

I'd love feedback from people using Pi:

- How are you managing your AI instructions today?

- Do you keep everything in one AGENTS.md, or have you built another workflow?

- Does /create-rule + /airules feel better than repeating prefs each session?

u/No_Fix4730 — 7 days ago
▲ 22 r/AIcodingProfessionals+4 crossposts

Android Devs: Which AI coding tool do you actually use daily?

Android developers,

I'm curious ,what AI coding tool do you actually use in your daily workflow?

- Cursor

- Claude

- GitHub Copilot

- ChatGPT

- Windsurf

- Something else?

I'm building an Android startup using Kotlin, Jetpack Compose, MVVM, Firebase, and Agora, so I'd love to know what real Android developers are using today ,not what you'd recommend, but what you personally use.

Feel free to mention why you chose it.

reddit.com
u/Major-Active4440 — 8 days ago

JAMAIS assine o MINIMAX para seus projetos! É uma armadilha de marketing que não oferece a funcionalidade necessária para projetos sérios!

Colegas desenvolvedores e arquitetos de sistemas, preciso compartilhar uma enorme frustração e um alerta para que vocês não desperdicem seu tempo e dinheiro como eu desperdicei.

Caí na armadilha do Minimax 2.7 e agora caí na armadilha do M3. Deixe-me ser absolutamente claro: o Minimax M3 é terrível. Se você estiver construindo algo além de um script simples, como mecanismos ERP proprietários, soluções de dados para varejo ou qualquer coisa que exija raciocínio lógico sério, este modelo irá desmoronar em suas mãos.

Ele é completamente incapaz de manter o contexto em um ambiente de desenvolvimento do mundo real. Quando você o alimenta com um ADR (Registro de Decisão de Arquitetura) bem documentado baseado em grafos, ele fica completamente confuso. Ele alucina conexões, perde o controle das restrições e quebra a lógica arquitetural.

Pior ainda, ele falha completamente em respeitar o arquivo AGENTS.md. Definimos documentação, regras e limites claros nesse arquivo Markdown diretamente no repositório, e o Minimax simplesmente ignora tudo. Ele age como se a documentação não existisse, o que torna impossível confiar nele para uma integração séria com a base de código.

Comparar o Minimax com o Claude Opus é uma piada completa. Ele nem chega perto das capacidades do Claude Sonnet, nem alcança o Kimi 2.7. É um produto de brinquedo disfarçado por um marketing pesado para enganar os consumidores.

No meu fluxo de trabalho diário, sempre que o Minimax causa uma bagunça estrutural, aqueles que realmente se esforçam para limpar e terminar o trabalho com absoluto profissionalismo são o **Qwen 3.7 Plus** e o **Kimi 2.7**. Esses modelos realmente leem a documentação, entendem arquiteturas complexas, têm resiliência contextual genuína e levam as instruções sistêmicas a sério.

Considere isso um anúncio de utilidade pública: eu mordi a isca para que você nunca precise. Se você estiver gerenciando projetos grandes e complexos, fique bem longe do Minimax. Não se deixe enganar pelos benchmarks sintéticos, pois, na prática, ele é um desastre completo.

reddit.com
u/Intelligent-Taste-36 — 7 days ago
▲ 154 r/AIcodingProfessionals+9 crossposts

GLM-5.2 matched Claude Opus on 45 terminal-bench coding-agent tasks at less than half the cost (full methodology + failure transcripts inside)

We wanted to know whether an open-weights model can actually do frontier coding-agent work, so we ran GLM-5.2 head-to-head with Claude Opus the way an agent actually runs not on a static eval, but inside a real coding agent (Claude Code) on terminal-bench tasks, in a real shell, graded by each task's own hidden tests. Binary pass/fail, no partial credit, no model-as-judge.

The setup was held identical across both runs: same agent, prompts, tools, 40-turn budget, and 45 tasks. The only thing swapped was the model answering each turn.

What we found:

  • Same quality: each solved exactly 25 of 45.
  • Same answers: they agreed on 43 of 45 (24 both solved, 19 both failed), splitting the other two one each. No category where one was systematically stronger.
  • Same failure mode: both fail by being confident-wrong , declaring "Fixed / all tests pass / verified" on work the hidden tests reject. Every clean GLM failure transcript ended that way, and Opus produced the identical shape.
  • Cost: with prompt caching on, GLM landed at ~46% of Opus's spend (~$15 vs $32.67) for the identical result. Even uncached it was already ~10% cheaper.

Caveats, stated plainly: 45 tasks is meaningful but finite, and models are non-deterministic, so we lean on the 43-of-45 agreement rather than the 25=25. GLM is also the less token-efficient of the two ,it runs ~37% more turns (760 vs 554) to reach the same answers, which is the only thing keeping the cost gap from being larger. We also had to exclude some early GLM failures that turned out to be upstream 502/429 rate-limits, not the model : worth flagging for anyone benchmarking open models through a provider API.

Full write-up with turn distributions, token breakdown, and the verbatim failure transcripts: https://entelligence.ai/blogs/glm-5-2-vs-claude-opus-coding-benchmarka

u/entelligenceai17 — 11 days ago

As a junior dev using AI coding tools, I feel like understanding and reviewing changes is harder than writing code, is this normal?

I started coding about a year ago and have been using AI coding tools heavily like cursor.

What I’m noticing is: Even when AI successfully generates working code, the hard part is no longer writing the code? But it’s understanding the code produced by AI and validating it quickly enough to ship with confidence.

Specifically, I often run into issues like:

  1. Large or multiple file changes where it’s hard to understand the full impact
  2. Unclear “blast radius” (what other parts of the system are affected)
  3. Difficulty figuring out what actually matters in a diff vs what is noise
  4. Spending more time debugging or reviewing AI output than generating it
  5. Feeling like I need a better “mental model” or review system, but not sure what that would look like

I suspect part of this is just my inexperience, but I’m curious if this is also a real trend for more senior engineers:

  1. Do staff/senior engineers feel this too, or does experience completely solve it?
    2 Do people build internal “review frameworks” or systems to handle AI-generated code?
  2. Or is this just a normal part of software engineering that I’m overthinking?

I also wonder if the solution is:

  1. Better prompting
  2. Better testing/evals/harnesses
  3. Or fundamentally changing how we review AI-generated code changes

Would be really interested in how experienced engineers think about this

reddit.com
u/japzlumine — 11 days ago

How do experienced engineers actually review code changes in large codebases?

I posted here recently asking whether understanding and reviewing code is mostly what software engineers do now, and got a lot of helpful responses pointing out things like:

  1. Improving fundamentals by writing more code manually
  2. Treating code review as a skill that develops with experience
  3. Relying on things like tests, git history, and better system design

That made sense, so i'm trying to go one level deeper and understand what this actually looks like in practice for experienced engineers.

Most recently i ran into this on my own side project, an AI powered ads diagnostics tool. I had claude plan out a research/reasoning pipeline, the logic looked sound when i read it, but when i ran the actual tests the output quality was way off. Turns out the retry logic was hammering the same endpoint on failure, and the AI output fields weren't matching the schema a downstream dependency expected. I only caught it by running the tests and reading through the reasoning output manually, the plan looked completely fine on paper.

So my question is specifically, when you're reviewing a big PR in a real production codebase, what is your actual step by step process?

For example:

  1. How do you decide what to look at first?
  2. How do you quickly build enough context about the change?
  3. How do you figure out blast radius / what might break?
  4. How do you decide what matters vs what can be skimmed?
  5. How do you catch the gap between "the logic looks right" and "this will actually behave correctly at runtime"?
reddit.com
u/japzlumine — 10 days ago
▲ 31 r/AIcodingProfessionals+1 crossposts

I built a cheaper Claude API service for devs here's the idea behind it

Like a lot of you, I was spending too much on Claude and GPT API costs while building side projects. Official pricing is great but

adds up fast if you're running Claude Code or Cursor all day.

I built aiapiflow.com to solve this for myself and opened it up.

The idea is simple:

- You get one API key

- It works exactly like the official Anthropic/OpenAI API — same endpoints, same format

- Works with Claude Code, Cursor, Cline, any SDK you already use

- Up to 85% cheaper than going direct

- Credits never expire, no monthly subscription

https://preview.redd.it/t9hzt99t629h1.png?width=1536&format=png&auto=webp&s=13e3530d6ca9eee446c1be49d1bf66d9f13fe700

reddit.com
u/Dramatic_Coat6323 — 12 days ago

Codex vs Claude Code

Been debating internally to go with Codex or Claude Code?

Tried the Chinese 1’s but found them not good enough. SuperGrok a bit of a let down. Would like advice from serious coders on which they prefer, ideally if they’ve used both actively. Looking for agentic AI plus App coding

reddit.com
u/AdElectronic472 — 14 days ago