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

推荐订阅源

Jina AI
Jina AI
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog
C
Check Point Blog
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
阮一峰的网络日志
阮一峰的网络日志
MongoDB | Blog
MongoDB | Blog
Engineering at Meta
Engineering at Meta
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
F
Fortinet All Blogs
宝玉的分享
宝玉的分享
H
Hackread – Cybersecurity News, Data Breaches, AI and More
腾讯CDC
A
About on SuperTechFans
酷 壳 – CoolShell
酷 壳 – CoolShell
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
SegmentFault 最新的问题
Vercel News
Vercel News
aimingoo的专栏
aimingoo的专栏
B
Blog RSS Feed

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
Weekend Supervised Vibe Coding
NaveenKumar Namachivayam ⚡ · 2026-05-31 · via DEV Community
Cover image for Weekend Supervised Vibe Coding

NaveenKumar Namachivayam ⚡

Weekend Supervised Vibe Coding

Achu - means print in Tamil

Built using @antigravityteam Google Flash 3.5 by burning my 1000 credits - then I pivoted to @CommandCodeAI DeepSeek Pro, after burning that, switched to raw @deepseekaifree pro in the terminal.

I am still testing :)

Top comments (2)

harjjotsinghh profile image

"Supervised" is the word that makes this honest - unsupervised vibe coding is how you get a confident pile of code that looks done and isn't, while supervised vibe coding (you stay in the loop, reviewing and steering) is where the speedup is actually real and safe. The supervision IS the quality control; remove it and you've just automated the production of plausible bugs faster.

The interesting question as these tools mature is: can the supervision itself be partly automated? A human reviewing every step doesn't scale, but deterministic gates (tests must pass, schema must validate, deploy must succeed) can do a chunk of the supervising so the human only intervenes on the judgment calls. That "automate the mechanical supervision, reserve humans for judgment" split is the core design of Moonshift (a multi-agent pipeline that ships a prompt to a deployed SaaS) - verification gates handle the "is it actually correct" checks so a build can be mostly autonomous but still trustworthy, ~$3 flat. Nice writeup, and the supervised framing is the responsible one. Where do you draw the supervision line on a weekend build - reviewing every change, or just checking the key load-bearing parts? That calibration is the whole skill.

harjjotsinghh profile image

"Supervised" is the key word that separates vibe-coding that ships from vibe-coding that bites. Unsupervised, the model produces plausible code and you find out it's wrong in prod; supervised, you're the verification layer catching it before it counts. The weekend-project framing is perfect for it: low stakes, fast feedback, you stay in the loop. The thing that scales this past weekends is automating the supervision itself, tests, build checks, a judge, so you're not the only gate. That's the core of how Moonshift ships. What did you find yourself supervising most, correctness or scope-creep?

For further actions, you may consider blocking this person and/or reporting abuse