r/OnlyAICoding

▲ 8 r/OnlyAICoding+1 crossposts

New to vibe coding, which AI is best value for money for vibe coding?

Hi all, I am a law student trying to build an app with no coding knowledge. I want to ask which AI subscriptions give the best value for money's worth?

Thanks all!

edit: surprised how much responses I got. I love that the vibe coding community is so willing to help. we don't have the same supportive environment in the legal industry, especially among law students as they tend to be quite competitive.

edit 2: for context, I want to build an language learning app, I myself struggle with learning chinese so I want to build the app for myself to learn chinese through flashcards that have key financial and legal terminology derived from FT, Economist, Bloomberg articles. I want to build a solution to my own language learning problems but using AI. can you integrate AI into the app to create a customised language learning app?

reddit.com
u/PositiveProblem4855 — 22 hours ago
▲ 5 r/OnlyAICoding+4 crossposts

Survey anonim despre AI coding agents și impactul lor asupra developerilor

Salutare tuturor 👋

Lucrez la un studiu despre cum folosesc developerii agenții AI de codare și ce impact au asupra productivității și well-being la muncă. M-ar ajuta mult si-as aprecia dacă ați completa acest survey anonim: https://forms.gle/8QDM46LnVHDweV779. Durează cam 1–2 minute.

Mulțumesc mult pentru ajutor și pentru timpul vostru! 🙏

u/n4r735 — 14 hours ago

cursor v claude v codex

What are your opinions on price, features, and effectiveness for the three. Cursor is interesting because you can use any model - I understand this.

reddit.com
u/Choice-General4444 — 1 day ago
▲ 16 r/OnlyAICoding+2 crossposts

I made an app that teaches you various useful courses (Business, tech, health, life skills, etc.) in 5 minute lessons

So, I just made my first app with the tool base44. Honestly I love the result, but base44 was definitely not the best to use. It was finicky and quite slow. It took me a few months to build the app and to make sure all the elements were well integrated. But the project is now finished, and I would love it if y'all could do me a favor and check it out. https://lampyris.base44.app/ . It's an educational app that helps people become more well-rounded and knowledgeable. There are streaks, business simulators, interactive games, daily questions, and tons of different courses. I hope y'all make an account and enjoy the app :)

u/Cute_Internal7752 — 2 days ago

Why AI coding agents often fail at multi-app tasks — a small experiment

I've noticed that AI coding agents (Claude Code, Cursor, Codex, etc.) are quite good at local tasks, but they often struggle when a feature involves multiple parts of a project — frontend, backend, shared libraries, and so on.

I ran a small test to look into this.

Test Setup:

  • Same starting monorepo
  • Same prompt: “Implement a minimal login feature for this project.”
  • Two versions:
    • Plain monorepo (no extra context)
    • Workspace with a structured context bundle (manifest + guidance files)

Results:

  • Plain version: ~4m48s. Backend API worked, but browser login failed.
  • With context bundle: ~7m16s. Full flow worked — browser login, session persistence, and logout all succeeded.

Splitting the bundle showed:

  • The manifest helped the agent understand the project structure.
  • The guidance files (AGENTS.md / CLAUDE.md) helped with execution and verification.

My friend and I originally built this system for our own internal use because we kept hitting this exact problem. We're now exploring whether it can help others too.

Has anyone else experienced similar issues when working with multiple coding agents across a monorepo? What solutions have worked for you?

Would appreciate any thoughts or similar experiences.

reddit.com
u/AdAffectionate7019 — 1 day ago

Am I going in the wrong direction as a developer because of AI coding tools?

I genuinely cannot figure out whether what I’m doing is right or wrong anymore.

So basically, around a year ago I joined a new company. I reviewed a large part of the Android project and after that I implemented around 4–5 major features myself with a lot of research and reviews involved.

But then the AI boom started, and for the last month I’ve been heavily using tools like Codex.

Today in a meeting someone asked me how I implemented one of the recent features, and honestly I could barely explain it properly. The reason is that AI mostly wrote it. At the time I was working on it, I did understand the logic and flow, but when you write code yourself manually, things stay in your memory much more strongly.

With AI-assisted coding, I feel like you forget things much faster, and you slowly become dependent on AI even for very small things.

Now whenever I implement a new feature, I feel guilty. I keep thinking:
“I didn’t really implement this feature… AI did.”

At this point, around 80% of my time is AI-assisted coding, and the remaining 20% is me researching how to improve AI workflows and prompting skills.

Before this AI wave, developers used to spend most of their time researching architecture, standards, and engineering practices. Now it feels like people are focusing more on AI tooling skills instead.

Is this actually okay?
Are other developers experiencing the same thing?

reddit.com
u/Appropriate-Power425 — 3 days ago

Claude Code - what to do when I hit the limit?

Hi,

I'm on Pro plan, sometimes while coding I suddenly get the error that I'm on 2h cooldown.

I use it mostly in terminal, and there is an option to stop for now and continue later, don't remember exactly.

But when I select it, when the cooldown passes, it doesn't do what it was supposed to do.

Sometimes when I tell it "continue what you were supposed to do before we hit the limit", it will do something completely different.

So my question is basically what's the best way to "resume"?

Thanks!

reddit.com
u/just_another_leddito — 2 days ago
▲ 1 r/OnlyAICoding+1 crossposts

Ich habe ein kleines Tool gebaut, um Immobilienbesichtigungen besser zu vergleichen

Viele von euch kennen das wahrscheinlich: Irgendwann kommt man in ein Alter, in dem man sich ernsthaft damit beschäftigt, vielleicht doch eine Immobilie zu kaufen.

Ich merke gerade selbst, dass das gar nicht so leicht ist. Man schaut sich Wohnungen und Häuser an, macht Notizen, vergleicht Lage, Zustand, Preis, Bauchgefühl, Dealbreaker und am Ende verliert man trotzdem schnell den Überblick.

Bei mir hat das mit einer riesigen Excel-Tapete angefangen. Nach kurzer Zeit war klar: Das ist Murks. Excel ist halt Excel.

Ich habe dann geschaut, ob es schon etwas Passendes gibt. Ein, zwei ähnliche Projekte habe ich gefunden, aber nichts, was für meinen Anwendungsfall wirklich genug konnte. Da ich mittlerweile recht viel mit KI und Vibe-Coding mache, ja, ich weiß, das böse Vibe-Coding, ist daraus gestern dieses Projekt entstanden:

https://github.com/n3roGit/PickHome

PickHome ist ein kleines self-hosted Tool, mit dem man Immobilien verwalten und bewerten kann. Die Grundidee ist recht simpel:

- Immobilien erfassen, die man besichtigt hat oder noch besichtigen will

- Kriterien gewichten

- Dealbreaker definieren

- Bewertungen vergeben

- Rankings erstellen

- mehrere Personen/Familienmitglieder mit unterschiedlichen Prioritäten berücksichtigen

- am Ende einen besseren Gesamtüberblick bekommen

Dazu kommen noch ein paar praktische Dinge wie Notizen, Volltextsuche, Kalender, iCal, Besichtigungstermine, Fotos und Vergleichsansichten.

Das Ganze läuft als Docker-Container. Es ist sicher noch nicht perfekt, nicht vollständig durchgetestet und es wird garantiert noch den einen oder anderen Bug geben. Aktuell kommen aber fast täglich neue Releases, weil mir beim Benutzen immer wieder Sachen auffallen, die man verbessern kann.

Vielleicht ist es für jemanden von euch nützlich, der gerade ebenfalls auf Immobilienjagd ist oder vorhat, sich damit zu beschäftigen.

Feedback ist ausdrücklich willkommen. Wenn ihr Bugs findet oder Ideen habt, gerne ein GitHub-Issue aufmachen oder hier reinschreiben. Vielleicht kann daraus ja etwas entstehen, das mehreren Leuten diesen ziemlich unübersichtlichen Prozess etwas einfacher macht.

github.com
u/AwayRegion7481 — 3 days ago
▲ 5 r/OnlyAICoding+2 crossposts

Build an extension to control vscode ai agent with using telegram bot

Sometimes I go out without my laptop and still feel like coding. So I ended up building a VS Code extension that connects to a Telegram bot.

Basically I can send prompts from my phone, edit files, run AI stuff, and control parts of VS Code remotely. Kind of like a lightweight remote coding setup from Telegram.

I built it mostly because I couldn’t find anything that felt smooth enough for this use case.

Would anybody actually use something like this? Also curious what features would make it genuinely useful.

Extension link: https://marketplace.visualstudio.com/items?itemName=joshuadaniel8090.vscode-telegram-bridge

u/Joelina0310 — 6 days ago
▲ 2 r/OnlyAICoding+2 crossposts

[Free API Credits] Platform Launch

Hey all,

To preface this, we want to be clear that we are the creators of the platform, therefore making this a Self-Promo.

With that said, we recently launched our API and Platform that may interest some users here. We aim to deliver the best possible pricing for users for models we host and partner endpoints that we go through. On models we host on our infra, we are upwards of 90% cheaper than standard market rates, and proprietary endpoints up to 77% (with more coming soon). We hope that as we expand, pricing will continue to decrease past this.

Some things that make us stand out compared to other platforms:
- Discounted pricing (as mentioned)
- No top-up fees (the credits you purchase are credited in the USD equivalent to your account)
- No hidden pricing or subscriptions
- A broad range of payment options including PayPal, Cash App, Apple Pay, Crypto, and others.
- Automatic credit bonuses with higher volume purchases
- Full exposure of models' parameters that other providers typically don't expose (ex. native web search, native tools such as t2i and i2i search, built-in code interpreter, etc.)
- Certain models with fixed per-message pricing (no token-based pricing)

Currently, we support OpenAI-compatible shapes (Chat Completions and Responses), as well as Anthropic compatible shapes (Messages). We also have a Playground where all models can be used from.
You can check us out here: https://empiriolabs.ai/

We want to invite folks to join our Discord below and those who do will receive free test credits to try out the platform:
https://discord.gg/bM52azW4ZD
Please message in #general that you are from Reddit after you've created your account (https://platform.empiriolabs.ai/), and we can give you some credits to play around with. And, if you know anyone else that may be interested, feel free to shoot them an invite too!

Any feedback or thoughts on the platform would be greatly appreciated. Feel free to ask us any questions you may have.

u/empiriolabsai — 5 days ago
▲ 7 r/OnlyAICoding+1 crossposts

Open Source Alternative to SuperWhisper / WhisperFlow for AI Power Users

Built a free & open source alternative to tools like WhisperFlow, SuperWhisper, Wispr Flow, etc.

It’s a local-first dictation + prompt management app for people who basically live in AI tools all day.

Main idea:

  • hold a hotkey
  • talk naturally
  • get cleaned up / transformed text instantly
  • route it through reusable prompts/agents
  • paste anywhere

I originally built it because I got tired of:

  • subscription fatigue
  • closed ecosystems
  • weak customization
  • cloud-only workflows
  • apps that feel designed for casual users instead of power users

Some features:

  • local Whisper transcription
  • reusable prompt/agent system
  • configurable transformations
  • fast keyboard-driven workflow
  • designed for developers / heavy AI users
  • open source & hackable

Examples:

  • rewrite rough thoughts into polished Slack messages
  • convert rambling speech into structured notes
  • create custom prompts for coding, emails, Jira tickets, PRs, etc.
  • maintain reusable “agents” for repetitive workflows

Still early, but already very usable.

Would genuinely love feedback from people who use tools like SuperWhisper/WhisperFlow daily.

GitHub: https://github.com/mattkoltun/arai

u/justdatguymat — 7 days ago
▲ 1 r/OnlyAICoding+1 crossposts

I need an AI that allows me to develop a giant app for Android and iOS that I have in mind... what do you recommend? (Antigravity, etc.)

reddit.com
u/homelyf1 — 9 days ago
▲ 18 r/OnlyAICoding+19 crossposts

I gave Claude Code a persistent markdown knowledge base so it stops forgetting project context between sessions

Persistent memory keeps coming up for AI coding agents. One approach I’ve found useful: treating the knowledge layer as a compiled markdown wiki rather than just stuffing more tokens into the context window.

llm-wiki-compiler ingests docs and URLs, then the LLM builds an interlinked markdown structure. Since the output is plain markdown on disk, Claude Code reads it directly. And when you run query --save, the answer gets written back into the wiki as a page — so future queries improve.

It’s not retrieval. It’s compounding. The knowledge base gets richer instead of resetting every session.

Plain markdown, no opaque vector store, fully inspectable.

How are other agent builders solving persistent memory?

reddit.com
u/riddlemewhat2 — 9 days ago

Codex to build website

I’m working on a website using Codex and it’s my first time working with an AI tool. i wanted to know if Codex is the only tool I would need for this project? I’m just learning about AI tools so if you mention another please explain why!

reddit.com
u/fuego0scuro — 9 days ago

is there an ai unrestricted for coding that can code everything for you cheats etc if yes may you tell me please

i really need an ai that can code cheats for me i know something about coding but not much so i just wanna have fun

reddit.com
u/Present_Breakfast354 — 10 days ago
▲ 42 r/OnlyAICoding+28 crossposts

This one is for all the broke college CS students out there <3

If you're like me, you don't want to pay $20 a month for claude code :(

It's an amazing tool I love, but a recurring expense is the last thing I need. That's why I find myself jumping from tool to tool, using the daily or monthly free tier limits and constantly having to find new free tools.

That's where "AI For Brokies" comes in. Just a simple github repo with a readme file of some free AI tools you can use for building :)

https://github.com/Joe-Huber/AI-For-Brokies

The actual building behind this project was mostly the automatic tool adder, following an issue format! If you want to see it in action, please drop an issue explaining a tool you use and see the bot do it's magic!

Please feel free to leave a star! ⭐️ (pretty please) You can use it to save the list of tools for whenever you run out of credits!

u/Joe-Codes — 13 days ago

Creating an AI stuck in 1930

Hello everyone,

I recently had an idea for a personal AI project and I would really appreciate feedback from more experienced people.

The concept would be to create an AI chatbot "trapped" in a specific historical period, for example, between 1930 and 1933. The goal wouldn't simply be to make the AI ​​speak about the 1930s, but to allow it to respond as if it were living in that era, without knowing about future events.

For example, I would like to ask it questions like:

  • "Do you think Europe is heading towards another war?"
  • "Is the economic crisis temporary?"
  • "In your opinion, what is the future of Germany?"
  • "Will technology radically transform our daily lives?"

The AI ​​would respond using only the information, beliefs, fears, newspapers, political ideas, and cultural context available at that time.

What fascinates me is the idea of ​​recreating the uncertainty people experienced, rather than considering history in retrospect.

The problem is, I'm starting from scratch because I have no programming knowledge, let alone AI, even though it interests me. However, I'm really motivated by this project.

Do you have any advice? Where should I begin? How long will it take?

reddit.com
u/Gabriel04112010 — 11 days ago