惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
Vercel News
Vercel News
F
Fortinet All Blogs
月光博客
月光博客
G
Google Developers Blog
博客园 - Franky
GbyAI
GbyAI
The Cloudflare Blog
I
InfoQ
雷峰网
雷峰网
WordPress大学
WordPress大学
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
T
The Blog of Author Tim Ferriss
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 聂微东
小众软件
小众软件
腾讯CDC
B
Blog
量子位
V
V2EX
S
SegmentFault 最新的问题
Google DeepMind News
Google DeepMind News

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
I think I'm incapable of vibe coding
Theo · 2026-06-05 · via DEV Community
Cover image for I think I'm incapable of vibe coding

Theo

I recently started building a household compliance assistant for the South African market. When it comes to employing domestic workers in South Africa there's quite a bit of admin that the employer has to sort out on a monthly and annual basis in order to stay compliant, this is essentially what I'm trying to automate with my startup, WellKept.

The problem I've been running into though is speed. I'm a frontend developer by profession and I know some backend, just enough to keep me sort of in the loop with it, so I thought this is something I'll easily be able to plan out properly and vibe till it's done. Lemme tell you now this has been the farthest from the truth though... I've actually restarted a grand total of 2 times because the codebase just fell into disrepair after a few iterations of planning and implementation.

I'm not even sure it's an AI problem to be honest... I think for me personally at least it's more of a comprehension problem. Because I didn't write a single line of code and just barely skimmed over the output I felt like I wasn't in control of what was happening. Sure, things were on screen and working (sometimes), but it just internally gave me this ick feeling that I was shipping a bunch of crap (sorry for my lack of a better term).

Considering the nature of my application (compliancy), there's real legal and financial risks that come with shipping an application like this that only works sometimes. On top of that I would honestly feel to ashamed to even give this to my mom for testing alongside her monthly workflow because honestly I have no clue what's going on in the codebase so I'm kind of just a passenger in my own application, and that honestly does not sit right with me. I struggle to comprehend how people can move so quickly from idea to market, when I'm sitting here worried about if my auth (which is managed by Supabase btw) is set up correctly for like 5-6 hours.

Maybe I've just been so brainwashed by the nature of content nowadays that I think highlight reels are actually comparable metrics to my unique situation. The solution to me is simple though, knock down the size of the tasks I'm trying to complete using agentic workflows considerably to a point where I'll actually be able to stay on top of things even when speeding up a little bit. This introduces another caveat though, over engineering for 0 users.... baahhhhhhhh. I don't even know what this world has come to, on the one hand the fact that people are able to move this fast nowadays is sick, but on the other hand at what cost is this speed coming... should I just ship something unstable quick enough to be able to sell it for a quick buck and run away before the problems start to hit the fan or like what's the play here people. I want to be in the thick of it, writing code, understanding it, learning from it, but I also want to be able to ship fast and keep up and be competitive in this field.

If I'm being frank, I'm just going to continue building, one step at a time because honestly... that's all I can do. I don't see the point in trying to find a resolution to these thoughts I'm having because I really don't think there's an out. It's sad, I was born too late for the dot com bubble and born too early to just give an idea to AI and expect it to execute a unicorn out of nothing perfectly so yeah... I'll just keep building then I guess. Thank you for coming to my rant.