Close Menu
    Trending
    • The Basics of Vibe Engineering
    • Beyond Prompt Caching: 5 More Things You Should Cache in RAG Pipelines
    • Linear Regression Is Actually a Projection Problem, Part 1: The Geometric Intuition
    • Vibe Coding with AI: Best Practices for Human-AI Collaboration in Software Development
    • Generative AI improves a wireless vision system that sees through obstructions | MIT News
    • A better method for identifying overconfident large language models | MIT News
    • DataRobot + Nebius: An enterprise-ready AI Factory optimized for agents
    • Two-Stage Hurdle Models: Predicting Zero-Inflated Outcomes
    ProfitlyAI
    • Home
    • Latest News
    • AI Technology
    • Latest AI Innovations
    • AI Tools & Technologies
    • Artificial Intelligence
    ProfitlyAI
    Home » The Basics of Vibe Engineering
    Artificial Intelligence

    The Basics of Vibe Engineering

    ProfitlyAIBy ProfitlyAIMarch 19, 2026No Comments14 Mins Read
    Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
    Share
    Facebook Twitter LinkedIn Pinterest Email


    on LinkedIn a couple of days in the past saying that quite a lot of the highest engineers are actually simply utilizing AI to code. 

    It reached hundreds and bought fairly a couple of heated opinions. The area is clearly cut up on this, and the individuals in opposition to it largely consider it as outsourcing a whole venture to a system that may’t construct dependable software program.

    I didn’t have time to answer each remark, however I believe there’s a elementary misunderstanding about how you should use AI to construct at the moment. It might shock you that quite a lot of it’s nonetheless engineering, simply on a unique degree than earlier than.

    So let’s stroll by means of how this area has advanced, the way to plan earlier than utilizing AI, why judgement and style nonetheless matter, which AI coding instruments are profitable, and the place the bottlenecks nonetheless are. 

    As a result of software program engineering may be altering, nevertheless it doesn’t appear to be disappearing.

    The area is transferring quick

    Earlier than we get into the way to truly construct with these instruments, it’s value understanding how briskly issues have modified.

    Cursor turned the primary actual AI-assisted IDE breakout in 2024, despite the fact that it launched in 2023, however getting it to supply one thing good with out abandoning a path of errors was not straightforward.

    I struggled quite a bit even final summer time utilizing it.

    Many people additionally keep in mind the Devin fiasco, the so-called “junior AI engineer” that couldn’t actually end something by itself (although this was a while in the past).

    The previous few months have been totally different and we’ve seen this in socials too.

    Spotify publicly claimed its prime builders haven’t written a single line of code manually since December. Anthropic’s personal inside staff reportedly has 80%+ of all deployed code written with AI assistance.

    And Andrej Karpathy stated that programming modified extra within the final two months than it had in years.

    Anthropic additionally discovered that Claude Opus 4.6 found 22 novel vulnerabilities in Firefox in two weeks, 14 of them high-severity, roughly a fifth of Mozilla’s total 2025 high-severity repair rely.

    The individuals who use these instruments every day already know they’re getting higher. However “getting higher” doesn’t imply the engineering work is gone.

    You intend, AI codes

    So if the instruments are this succesful, why can’t you simply say what you need and have it constructed? As a result of the planning, the structure, and the system pondering continues to be the exhausting half.

    Consider AI as an assistant, not the architect. You’re nonetheless the one directing the venture, and that you must suppose it by means of earlier than you begin delegating the way it needs to be constructed.

    The higher your overview of the totally different layers (i.e. frontend, backend, safety, infrastructure) the simpler it’s to instruct it appropriately.

    For those who don’t point out what you need, you often don’t get it.

    This might imply utilizing one agent to analysis totally different approaches first: tech stack choices, price and efficiency tradeoffs, or why you’d choose one language or framework over one other.

    For those who’re constructing authentication, go do analysis. Get a quick evaluation of whichever instrument you’re contemplating, whether or not that’s Cognito, Auth0, or one thing else, and verify whether or not it truly helps what you want.

    This does imply it’s a must to study a few of it by yourself.

    For those who’re storing consumer information, you would possibly want a CRUD API for it. One agent can construct it, doc it correctly, after which one other agent can use that documentation inside one other software.

    This works a lot better if you happen to already know the way APIs needs to be structured, how cloud CDKs work, or how deployment pipelines match collectively.

    The much less you specify upfront, the extra painful it will get later whenever you’re making an attempt to get the agent to do stuff saying issues like “not like that” and “this doesn’t work like I assumed it might.” (I’m responsible of being this lazy).

    Now, you would possibly take a look at this and suppose that also feels like quite a lot of work.

    And truthfully, sure, it’s nonetheless work. Loads of these elements could be outsourced, and that makes issues considerably quicker, however it’s nonetheless engineering of some variety.

    Boris Cherny, who works on Claude Code, talked about his method: plan mode first, iterate till the plan is true, then auto-accept execution.

    His perception that retains getting quoted within the tech neighborhood is, “As soon as the plan is sweet, the code is sweet.”

    So, you suppose. The AI agent builds.

    Then possibly you consider it, redirect it, and take a look at it too.

    Maybe we’ll finally see higher orchestrator brokers that may assist with system design, analysis, and wireframing, and I’m certain persons are already engaged on this. 

    However for now, this half nonetheless wants a human. 

    On judgement and style

    Individuals speak about judgement quite a bit, and style too, and the way this simply can’t be delegated to an AI agent. That is primarily about understanding what to ask, when to push again, what seems to be dangerous, and being able to inform if the result is definitely any good.

    Judgement is principally recognition you construct from having been near the work, and it often comes with some form of expertise.

    Individuals who’ve labored near software program are likely to know the place issues break. They know what to check, what assumptions to query, and may typically inform when one thing is being constructed badly.

    That is additionally why individuals say it’s ironic that quite a lot of the individuals in opposition to AI are software program engineers. They’ve probably the most to achieve from these instruments exactly as a result of they have already got that judgement.

    However I additionally suppose individuals from different areas, whether or not that’s product growth, technical design, or UX, have developed their very own judgement that may switch over into constructing with AI.

    I do suppose individuals who have an affinity for system degree pondering and who can suppose in failure modes have some form of higher hand too.

    So, you don’t have to have been a developer, however you do have to know what attractiveness like for the factor you’re making an attempt to construct.

    But when every part is new, study to ask quite a lot of questions.

    For those who’re constructing an software, ask an agent to do a preliminary audit of the safety of the appliance, grade every space, offer you a brief rationalization of what every does, and clarify what sort of safety breach may occur.

    If I work in a brand new area, I be certain that to ask a number of brokers in opposition to one another so I’m not fully blind.

    So, the purpose is to work with the brokers moderately than blindly outsourcing the complete pondering course of to them.

    If judgement is understanding what to query, what to prioritize, what’s dangerous, and what’s ok, style is extra your high quality bar. It’s sensing when the UX, structure, or output high quality feels off, even when the factor technically works.

    However none of that is fastened. Judgement is one thing you construct, not one thing you’re born with. Style may be a bit extra innate, however ought to get higher with time too.

    As I’m self-taught myself, I’m fairly optimistic that individuals can bounce into this area from different areas and study quick if they’ve the affinity for it.

    They could even be motivated by different issues which will come in useful.

    Which AI-assisted instruments are profitable

    I’ve now overloaded you on every part earlier than attending to the precise AI instruments themselves so let’s run by means of them and which one appears to be profitable. 

    Cursor was launched in 2023 and held the stage for a very long time. Then OpenAI, Anthropic, and Google began pushing their very own instruments.

    Have a look at the quantity of mentions of Claude Code, Cursor, and Codex throughout tech communities for the previous 12 months under. This beautiful a lot sums up how the narrative has shifted over the previous 12 months.

    Courtesy of safron.io monitoring mentions in tech.

    For those who go to Google Traits and perform a little research it can present comparable tendencies, although it doesn’t present that Cursor development decreasing in the course of final summer time. 

    The standout is clearly Claude Code. It went from a facet venture inside Anthropic to the one most mentioned developer instrument in beneath a 12 months. 

    The quantity of dialog round it dwarfs Cursor, Copilot, and Codex mixed within the communities this one tracks.

    It’s fascinating how these platforms that personal the LLMs can simply seize an area they need to reach, and just about crush their opponents (after all nonetheless subsidizing their very own instrument at a charge no third-party IDE can match).

    However in addition to the backed token-economics of those instruments, individuals shifted from writing code blocks and a part of their codebase to only saying “I ended opening my IDE.”

    So these instruments are actually permitting us to go from assisted coding to delegated coding.

    The elemental distinction individuals preserve pointing to from the opposite instruments (like Cursor) is Claude Code works in your codebase like a colleague you hand work to moderately than inside your editor suggesting code.

    Individuals additionally preserve discovering that Claude Code is beneficial for issues that aren’t programming.

    I’ve a good friend that works on organizing his total 15-person staff firm within VS Code with Claude Code. None of it’s truly code and he simply makes use of the IDE for organisation.

    Now the speed limits are a continuing factor, with Claude Code being the quickest you’ll run out of week by week. I often run out by Thursday and have to attend till Monday. 

    That is why we have now a number of subscriptions, like Codex as properly.

    Now possibly it’s a style factor, however most individuals I speak to go to Claude Code for many of their work, with Codex being the sidekick.

    Claude Code Expertise

    Let’s simply briefly point out Expertise too right here together with Claude Code. 

    I believe it was made for individuals to write down inside directions that have been venture based mostly, the place you encode the teachings right into a ability file and hand it to Claude earlier than it begins working. 

    These are markdown recordsdata (together with scripts, belongings, information) that dwell in your venture and will cowl something from the way to construction APIs to what your deployment pipeline expects to the way to deal with edge circumstances in a selected framework.

    However I’ve discovered it as a neat method to switch data. Say you’re a developer who must construct a cellular software and also you’ve by no means touched React Native.

    If you’ll find a Ability with greatest practices constructed by somebody who truly is aware of what they’re doing, you’ll have a neater time to construct that venture. It’s such as you’re borrowing another person’s expertise and injecting it into your workflow.

    Similar factor with frontend design, accessibility requirements, system structure, website positioning, UX wire framing and so forth.

    Now I’ve tried to construct a few of these with AI (with out being an professional within the area) with roughly success. 

    Perhaps this sample will develop although the place we’ll higher be capable to instruct the brokers beforehand, possibly promoting abilities amongst one another, so we don’t should study a lot, who is aware of. 

    Let’s cowl bottlenecks too

    I ought to cowl the problems as properly. This isn’t all rainbows and sunshine.

    LLMs could be unreliable and trigger actual harm, we’re not accountable for mannequin drift, after which there’s the query of how judgement is constructed if we’re now not coding.

    The opposite day I used to be pulling my hair out as a result of an integration wasn’t working. I’d requested Codex to doc the way to use an API from one other software, then despatched that documentation to Claude Code.

    It took a couple of minutes to construct the combination after which an hour for me to debug it, pondering it was one thing else totally. However primarily Claude Code had made up the bottom URL for the endpoint which ought to have been the one factor I checked however didn’t. 

    I saved asking it the place did you get this one from, and it stated, “I can’t actually say.”

    You understand the deal. 

    So it is sensible that it could get fairly unhealthy whenever you give these brokers actual energy. We’ve heard the tales by now. 

    In December, Amazon’s AI coding agent Kiro inherited an engineer’s elevated permissions, bypassed two-person approval, and deleted a dwell AWS manufacturing surroundings. This induced a 13-hour outage.

    I do know they made it necessary now to approve AI generated code.

    However I doubt handbook evaluation could be the primary management layer if AI is penning this a lot code. So I’m wondering if the reply is healthier constraints, narrower blast radius, stronger testing, and higher system degree checks not directly.

    Will probably be fascinating to see what the longer term holds right here.

    There are extra tales like this after all.

    Akin to, Claude Code wiped a developer’s production database by way of a Terraform command, nuking 2.5 years of data (although Claude did warn him earlier than). OpenAI’s Codex wiped a user’s entire F: drive from a character-escaping bug.

    There’s additionally mannequin drift that we simply don’t have management of as customers. Because of this the instruments can degrade, possibly due to new releases, price chopping fixes, and many others. 

    Having the mannequin simply not working prefer it used to someday is greater than a little bit of a nuisance. 

    This isn’t new, and folks have constructed their very own monitoring instruments for it. 

    Marginlab.ai runs every day SWE-bench benchmarks in opposition to Claude Code particularly to track degradation. Chip Huyen open-sourced Sniffly for monitoring utilization patterns and error charges.

    The truth that the neighborhood felt the necessity to construct all of this tells you one thing. We’re counting on these instruments for severe work, however we’re not accountable for how they carry out.

    Then there’s the entire judgement factor.

    Anthropic ran a controlled trial with 52 largely junior software program engineers and located that the group utilizing AI scored 17% decrease on comprehension checks, roughly two letter grades worse than the group that coded by hand.

    If you outsource the code writing half, you begin dropping the instinct that comes from working near the code, the query is how a lot of an issue this will likely be. 

    This record just isn’t exhaustive, there’s additionally the query of what these instruments truly price as soon as the subsidies disappear.

    Rounding Up

    This dialog is neither about not needing software program engineering expertise nor about AI being ineffective.

    What I believe is definitely taking place is that engineering on this area is shifting. System pondering, engineering expertise, curiosity, breadth throughout domains, and analytical pondering will matter greater than the flexibility to write down the code by hand.

    Perhaps this implies engineering is transferring up a layer of abstraction, with AI shifting worth away from hand coding and towards system judgment.

    However I don’t suppose AI removes the necessity for engineering itself. Proper now this can be a new method to engineer software program, one that’s clearly a lot quicker, however not with out quite a lot of dangers.

    We’ve seen the progress exceed something we’ve anticipated, so it’s exhausting to say how far this goes.

    However for now, a human nonetheless has to drive the venture, take duty, and determine what is sweet and what’s not.


    That is my first opinion piece, as I often write about constructing within the AI engineering space. 

    However since we’ve been constructing software program proper now simply utilizing AI with Claude Code, it appeared becoming to write down a bit on this topic.

    That is nonetheless the fundamentals of vibe engineering, I do know individuals have gone additional than me, so there’ll in all probability be one other one sooner or later speaking about how naive I used to be right here and the way issues have modified since then. 

    Alas, that’s simply the way in which it’s and if you happen to write that you must swallow your delight and simply be okay with feeling silly. 

    Join with me on LinkedIn to write down your ideas, try my different articles here, on Medium, or on my website. 

    ❤ 



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleBeyond Prompt Caching: 5 More Things You Should Cache in RAG Pipelines
    ProfitlyAI
    • Website

    Related Posts

    Artificial Intelligence

    Beyond Prompt Caching: 5 More Things You Should Cache in RAG Pipelines

    March 19, 2026
    Artificial Intelligence

    Linear Regression Is Actually a Projection Problem, Part 1: The Geometric Intuition

    March 19, 2026
    Artificial Intelligence

    Vibe Coding with AI: Best Practices for Human-AI Collaboration in Software Development

    March 19, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    Top Posts

    Microsoft’s “Humanist” AI vs. Elon Musk’s “Inevitable” AI: The Battle for Superintelligence

    November 11, 2025

    AI-Kurser i Sverige – En komplett guide för nybörjare

    July 30, 2025

    Hallucinations in LLMs Are Not a Bug in the Data

    March 16, 2026

    A Practical Starters’ Guide to Causal Structure Learning with Bayesian Methods in Python

    June 17, 2025

    The ascent of the AI therapist

    December 30, 2025
    Categories
    • AI Technology
    • AI Tools & Technologies
    • Artificial Intelligence
    • Latest AI Innovations
    • Latest News
    Most Popular

    Routing in a Sparse Graph: a Distributed Q-Learning Approach

    February 3, 2026

    ChatGPT’s New Memory, Shopify CEO’s Leaked “AI First” Memo, Google Cloud Next Releases, o3 and o4-mini Coming Soon & Llama 4’s Rocky Launch

    April 16, 2025

    The AI Hype Index: Cracking the chatbot code

    September 24, 2025
    Our Picks

    The Basics of Vibe Engineering

    March 19, 2026

    Beyond Prompt Caching: 5 More Things You Should Cache in RAG Pipelines

    March 19, 2026

    Linear Regression Is Actually a Projection Problem, Part 1: The Geometric Intuition

    March 19, 2026
    Categories
    • AI Technology
    • AI Tools & Technologies
    • Artificial Intelligence
    • Latest AI Innovations
    • Latest News
    • Privacy Policy
    • Disclaimer
    • Terms and Conditions
    • About us
    • Contact us
    Copyright © 2025 ProfitlyAI All Rights Reserved.

    Type above and press Enter to search. Press Esc to cancel.