Everybody's Suddenly 'Technical' Now and It's Exactly as Messy as You'd Expect
There's a screenshot doing the rounds on Reddit right now — some poor bastard at a party explaining they work in 'tech,' and the follow-up question comes: 'Oh, so you can code?' And they freeze. Because their entire 'technical' identity is built on asking ChatGPT to write a Python script that renames files.
Welcome to 2026, where everyone's a developer now and absolutely nobody knows what they're doing.

Let's be clear about what's happening. We've taken the most complex engineering discipline humanity ever invented — one that traditionally required years of study, thousands of hours of practice, and the ability to think in pure logic — and reduced it to typing English sentences into a text box. And somehow, we're surprised when things go sideways.
The 'vibe coding' movement started as a joke. Then it became a lifestyle. Now it's a full-blown identity crisis. People who learned what a variable was three months ago are calling themselves 'AI engineers' on LinkedIn. They're not building software — they're assembling prompt sequences and praying to whatever gradient descent god is listening that the output doesn't hallucinate a security vulnerability into production.
And the tools? Oh, the tools are everywhere. Cursor raised at a $2.6B valuation in August 2024 by basically being VS Code with an AI chatbot bolted on. GitHub Copilot hit 1.8 million paid subscribers by late 2025. Claude's Sonnet 3.5 became the darling of every 'solopreneur' who suddenly discovered they could build a SaaS app over the weekend. OpenAI's GPT-4o dropped in May 2024 and suddenly your aunt was 'full-stack.'
But here's the thing nobody in the hype bubble wants to admit: the emperor has no clothes, and he's deploying broken CUDA kernels to production.
Last week, r/MachineLearning lit up with a post titled 'AI-generated CUDA kernels silently break training and inference.' Silently. As in, your code runs, it doesn't throw an error, but the results are wrong. In production. At scale. And you'd never know unless you manually verified every output — which, ironically, requires the actual technical expertise you were trying to replace.
This is the dirty secret of the 'everyone's technical now' era. The AI doesn't make you an engineer. It makes you a quality assurance nightmare with confidence. You're not coding — you're playing Russian roulette with a compiler, and five of the six chambers are loaded with subtle bugs that'll surface three months from now at 2AM when the database shits itself.

The CEOs are no better. TechCrunch reported last week that tech executives are apparently suffering from 'AI psychosis' — a term I didn't invent but absolutely love. These are people who've convinced themselves that replacing their entire engineering team with ChatGPT Enterprise is not only viable but imminent. They're out here quoting benchmark numbers like gospel — 'GPT-5 hit 92% on HumanEval!' — without understanding that HumanEval is basically the coding equivalent of passing your driving test in an empty parking lot.
Meanwhile, Microsoft's own internal reports are leaking, and the story they tell is brutal: using AI is often more expensive than just paying humans to do the work. When you factor in the cost of tokens, the compute required for agentic workflows, and the human oversight needed to fix AI mistakes, the economics don't just fail — they fail spectacularly. We're talking about AI agent workflows that cost $2-5 per task that a junior dev could bang out in ten minutes for essentially free.
But sure, tell me more about how you're 'technical' because you prompted Claude to build a landing page.
The reality is that actual technical ability — the kind that debugs a memory leak at 3AM, that understands why your distributed system is eventually consistent, that can reason about race conditions — that takes years to develop. No LLM in the world can compress that timeline into a weekend hackathon. The AI can give you the output of engineering, but it can't give you the judgment. And judgment is the whole game.
Wozniak got it right last week when he told graduates they have 'AI — actual intelligence.' The crowd cheered because they understood the subtext: your brain is still the most powerful processor in the room. Stop outsourcing your thinking to a probability engine that confidently tells you the capital of Australia is Sydney.
The backlash is brewing. The Wall Street Journal ran a piece last week titled 'The American Rebellion Against AI Is Gaining Steam' — booed commencement speakers, blocked data centers, plummeting poll numbers. Erin Brockovich launched a map tracking over 4,200 data centers across the US and is asking communities to report environmental impacts. The Pope literally issued an encyclical warning about 'opaque algorithms' controlled by a 'few companies' bringing 'new forms of dehumanisation.'
When the Pope is more lucid about AI risks than the average tech CEO, you know the simulation is glitching.
So here's my take: being 'technical' was never about knowing syntax. It was never about which framework you memorized or whether you could whiteboard a binary tree. Being technical means understanding systems — how they fail, how they scale, how they interact. It means knowing when you don't know something. And right now, we've created a generation of 'developers' who don't know what they don't know, armed with tools that happily fill those knowledge gaps with plausible-looking garbage.
Everybody's suddenly technical. And nobody's building anything that works.
Welcome to the vibe coding era. May your stack traces be short and your hallucinations be harmless.