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

推荐订阅源

月光博客
月光博客
小众软件
小众软件
爱范儿
爱范儿
Y
Y Combinator Blog
博客园 - Franky
美团技术团队
博客园 - 【当耐特】
The Cloudflare Blog
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
IT之家
IT之家
人人都是产品经理
人人都是产品经理
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
大猫的无限游戏
大猫的无限游戏
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 聂微东
WordPress大学
WordPress大学
V
Visual Studio Blog
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
有赞技术团队
有赞技术团队

Yusuf Aytas

When Code Is Cheap, Does Quality Still Matter? Why Crouching Tiger, Hidden Dragon Is a Masterpiece Why We Ignore Advice The Mirror Is Part of the Machine When Too Many Maps Overlap on One Person The Work Runs on Different Maps Your Work Introduces You Trial By Fire The Dude Why Headcount Math Lies Capacity Is the Roadmap The Roadmap Is Not the System Torres del Paine W Trek Escaping Status Theater Incentives Drive Everything Scaling Culture Without Dilution What Good Looks Like Why Airport Security Feels Random Why Politics Appear How to Work with Me The Janus Protocol Multi-Horizon Delivery Framework What Good Execution Looks Like Managing Your Manager Why Kingdom of Heaven’s Director’s Cut Is Better AI Broke Interviews Most of What We Call Progress Stop Wasting Brainpower Why Over-Engineering Happens Prisoner's Dilemma
Managers Have Been Vibe Coding All Along
Yusuf Aytas · 2025-10-05 · via Yusuf Aytas

Published · 3 min read

Everyone’s been talking about vibe coding lately. I’ve been doing it myself. Launched two projects. Okutaç and Caccepted. It’s the kind of work where you don’t analyze, architect, or overthink. You start simple. You come up with features. You poke at the product until it makes sense. You skip the logs, skip the diagrams, and rely on repetition and intuition until things start behaving the way they should. That’s my understanding of vibe coding.

And managers have been doing it forever.

Managers have been vibe coding all  alongManagers have been vibe coding all along

Back when I was overseeing a trading platform migration, I spent days testing the exact scenarios our customers had failed. We were rolling out the new infrastructure gradually, and I wanted to catch issues before they multiplied. Each morning, I’d go through the logs, find the failed transactions, and pull them directly from the system. Then I’d replay them one by one. I’d placed small buy and sell orders, watching how the system handled them, and comparing the outcomes with what we expected to happen.

I was tracing behavior. Taking a look at what broke, when it broke, and under what conditions. Some failures were easy to reproduce, others only appeared after the third or fourth transaction. Sometimes the data itself gave it away,  a timestamp out of sync, a delayed confirmation, an incomplete status update or card type that we didn’t handle properly.

I wasn’t fixing code or authoring it. I was catching problems before it multiplied. It was to surface the edge cases the system didn’t yet address. To see where it slipped, where logic that looked correct on paper failed under real use cases.

That’s vibe coding in its purest form.

Before our data discovery tool launch, I’d click through the UI myself, not to test features, but to see if they made sense. Did the flow feel natural? Did the interface tell the truth about what was happening underneath? Before migrations, I’d make notes on what felt wrong long before we had metrics or incidents to confirm it.

After seeing enough systems fail, you start building pattern recognition. You have your sixth sense. You know what failure feels like before it shows up in the logs and metrics.

That’s again vibe coding, no?

It’s the same cycle in every organization.
A new feature is requested.
The developer builds it.
The manager tests it.
The focus is on behavior, not implementation.
Something breaks.
The manager reports the issue.
The developer fixes it, handles edge cases, and pushes again.
The manager tests the flow once more.
Sometimes a new problem appears in a place no one has looked before.
When it finally holds, the feature goes live.
Metrics are monitored.
New issues show up.
The loop starts again.

Build. Test. Adjust. Repeat.
That’s vibe coding. A big Opportunity!

And we as managers have been doing this for a long time.
We scan the surface, notice what feels off, and connect dots that don’t show up in dashboards.
It’s not science. It’s repetition.
After enough launches, outages, and recoveries, you start recognizing patterns.
Vibe coding is what happens when experience turns into instinct.
It works because you’ve been in the trenches.
You’ve seen systems fail, fixed them, and learned what failure looks like before it happens.
That’s why it feels off when someone without a technical background tries to do it.
They see the interface, not the failure path.
They can’t sense where the system might get choked.
That sense only comes from time spent inside the problem, not around it.
That’s vibe coding.