Vibecoding
p/vibecodingBuild for the vibe, debug later
trending

2mo ago

Anyone else surprised that Opus 5 is both stronger and cheaper than Fable? 🤔

I was looking through the newly released benchmark comparison, and one thing stood out immediately.
Opus 5 outperforms Fable 5 on many of the benchmarks that matter to me:
* Agentic terminal coding: 43.3% vs 33.7%
* Knowledge work: 1861 vs 1747
* ARC-AGI-3: 30.2% vs
* Computer use: 70.6% vs 66.1%
* Business workflows: 26.0% vs 17.4%

Yet from what I ve seen, the API pricing is also lower than Fable s.
As someone building AI products, that s a pretty interesting combination. Usually when a model takes the lead on benchmarks, it s also the most expensive option.
I m curious about real-world experience though.
Has anyone here already switched from Fable to Opus 5?
* How does it perform on long coding sessions?
* Is the benchmark advantage noticeable in production?
* Any hidden downsides (latency, tool use, context handling, reliability)?
Would love to hear from people who ve actually deployed both.

Has anyone given a coding agent a deadline it actually respects?

There is no way to tell a coding agent it has 30 seconds.

Tokens have a budget, context has a budget, time has nothing. So it will spend twenty minutes and real money on something I needed fast or not at all, and my only control is sitting there and cancelling when I get annoyed. That is not a deadline, that is me being the timer.

1yr ago

Crowdsourcing a Vibe Coding Playlist!

Is it truly vibe coding if there aren't tunes making the vibes...well...vibey. Thought it'd be fun to put together a YouTube playlist of what everyone listens to when building! I'll take all the links and make a playlist on YouTube after a couple of days :)
Just drop the link and tag the tool that you mostly use. I'll start!
I vibe with Black Coffee and mostly use @Cursor!

Is AI quietly saturating SaaS… or am I overthinking this?

Lately it feels like every week there s a new AI-powered SaaS launching.

Same landing page formula.
Same promises.
Same 10x productivity pitch.

And what s interesting is the number of products keeps increasing but I m not sure demand is increasing at the same rate. It feels like we re repackaging the same value just slightly different positioning.

New UI.
Different niche angle.
Built for X .

23d ago

The worst bug in an AI product is the one nobody reports

Every bug I've shipped in a normal product got reported within a day. The AI ones don't. If a model returns something plausible and slightly wrong, people shrug, fix it themselves and move on, so you never hear about it. Your error rate looks healthy because it's only counting the failures loud enough to complain about.

Ours in Zeplik was the model picker swapping mid conversation without saying so. Nobody filed a ticket for it. People assumed the AI was just having an off day, which is a story users will happily tell themselves forever.

The fix felt wrong to ship. We made the picker say out loud that it swapped and why, which is basically admitting we changed something behind your back. Shipped it three weeks ago and I'd do it again.

If you're vibecoding an AI product right now, the thing worth instrumenting isn't crashes. It's what people quietly edit after you've told them the output is done.

2mo ago

The real cost of these coding agents isn't the sticker price, it's when you hit the wall

Been tracking pricing across the major agents and the thing nobody puts on the landing page is what happens when you actually use the tool heavily. The advertised price and the real price diverge fast.
The entry tiers look deceptively similar. Cursor Pro and Claude Code's entry tier both sit around $20/month, with usage-based costs layered on top, so on paper they look like a fair fight. But that's the price for light use, not the price that matters once you're running agentic multi-file tasks daily.
Heavy users all converge on the same number, just from different directions. The top individual tier for Cursor, Claude Code, and Windsurf all land at or near $200/month once you actually need the higher usage caps, which is a strange coincidence given how differently these products are architected and built. Heavy users on subscription tools typically end up moving to the $100-200/month tiers to avoid quota walls, and open-source agents on usage-based model pricing run about the same, $100-200/developer/month in token spend, once you're going all-day against a frontier model. The pricing model looks different on the surface (subscription vs pay-per-token) but the real spend converges either way.
The free tier isn't actually free once you depend on it. Gemini CLI had a free tier of 1,000 requests/day, but that free access for individuals ended June 18, 2026 as it transitioned to Antigravity CLI ; a reminder that "free" tools in this space can change terms with a few weeks' notice, which is a real risk if your workflow depends on it.
The budget tools have a hidden variable cost most people don't track. Bring-your-own-key usage on open-source agents is cheap per task, often $0.01 to $0.10, but genuinely unpredictable across a heavy month so the sticker price of "basically free" hides a spend that only becomes visible once you check your API bill at month end.
What I'm trying to figure out: is anyone actually budgeting for this properly (like, tracking task or feature-shipped) or is everyone just watching the usage bar turn orange and reactively switching tools when it does? Would love to hear if anyone's built an actual system for this instead of vibing it like I have been.

How do you stop AI coding agents from rewriting entire files when you only need 3 lines changed?

I ve been using VS Code with ChatGPT Codex for development, but I keep running into a frustrating workflow bottleneck: when I ask the agent to edit or fix a tiny section of a file, it often insists on rewriting the entire codebase or file from scratch.

This burns context windows, introduces random side-effect bugs, and wastes a ton of time reviewing diffs.

For those using AI coding assistants in VS Code, how are you isolating issues so the agent strictly operates on the target lines? Are there specific extensions, prompt patterns, or scoping tools you rely on to keep the edits surgical?

3mo ago

Lost 4 hours to the most cursed null reference. Here's what happened

Spent a chunk of Saturday on this and felt obligated to share.

The setup: Claude Code wrote a clean, working function that passed every test. Looked perfect. Pushed to staging. Production crashed.

The bug: the agent had quietly used a deprecated method that worked in tests because of a mock. The mock didn't trigger the deprecation warning. The agent had no way to know it was using something on its way out.

2mo ago

The first time a real developer looked at my vibecoded project, what happened?

Finally showed my cofounder's technical friend the app I'd been building solo with Claude Code for two months. I was proud of it, it worked, users were paying for it, I felt like a real founder walking him through the codebase.

He got quiet about four minutes in. Not rude about it, just quiet in that specific way where you can tell someone's recalculating their opinion of you in real time. Eventually asked why there were three different ways of handling API calls scattered across the codebase, and I didn't have an answer beyond "that's probably just whatever the agent decided each time I asked for something new."

Didn't feel great. The app still works, still makes money, still solves the problem it was built for. But something about watching someone who actually knows the craft better than me raise an eyebrow at it made me feel like a fraud for about a week, even though nothing about the product itself had changed.

Has this happened to you, showing your vibecoded work to someone with real engineering chops? What did they catch that you'd never have caught yourself, and did it actually change how you build going forward, or did you just quietly feel bad about it and move on like I did?

2mo ago

How much standing access do you give an AI agent by default?

been seeing a wave of "cloud for your agent's tools" and "managed agent" products launching lately, and it's making me think about a question I don't have a good answer to yet - when you connect an agent to something, do you scope its access per-task and revoke after, or does it usually just end up with broad standing credentials because that's less setup friction? I keep defaulting to the convenient broad-access option and telling myself I'll tighten it later, which is obviously not a real plan. curious what other people actually do in practice, not what they'd say in a security review.

First
Previous
•••
212223
•••
Next