Earlier quoted context omitted.
I had this conversation recently. Not only are search engines and comment threads getting filled with AI responses, but people are increasingly sounding like AI themselves. This makes it even harder to distinguish. Related to code quality, I've noticed developers picking up tricks from AI. Like using feature/xxxxx as the branch name. Last year exactly zero developers used this convention. If any used paths in their b…
What. Strict branch naming like feature/, bugfix/, chore/, release/ has been the standard for probably 10 years now in all projects I've been in, often enforced by auto-rejecting pushes that don't comply.
Ask HN: What would happen if your company stopped using all AI tomorrow?
71–80 of 102 posts
Re: Ask HN: What would happen if your company stopped using all AI tomorrow?
#72The effort required to do most jobs has gone down and so has the output quality. Rather than doing the same quality work with less effort, some people use LLMs to produce minimum-quality work at minimum effort. LLMs are a cool tool but we’re over-encouraging use in every domain, even tasks they’re not good at. Every tech company in the world seems to be getting rich though how can I possibly say things would be bette…
> and so has the output quality Not my experience at all. The quality has gone up dramatically . Because we also use LLMs to make large scale refactorings that cleans up the code and use it to find lots of bugs that would otherwise have exploded in production at some point in time.
I went through each one through the code path (a couple were already considered during implementation), and while all 5 were theoretically accurate, 0 of them were actually reachable.
I wrote them back to Claude point by point and got this back: "I checked all five claims against the code. Your list is correct on all five. I downgrade my verdict: none of the five findings blocks approval. Details and one subtlety below."
This is a usual experience with SOTA models for me and others in my team.
Don't get me wrong, I use it daily; sometimes as a crutch, other times as an accelerator, mostly as a validator/peace of mind. I however don't think that neither velocity or quality is meaningfully changed. But I do spend much more time arguing with a machine.
Re: Ask HN: What would happen if your company stopped using all AI tomorrow?
#73I’d have to stop interacting with meat proxies and wouldn’t have to read copy pasted LLM text.
I have the same feeling but don't really know why. Why do I dislike reading LLM text so much? Weird
I hate it if the assumption is that I'm communicating with a human, and I then get hit with a wall of text that I have to decipher the context behind. I'd rather read the prompt then.
Re: Ask HN: What would happen if your company stopped using all AI tomorrow?
#74Earlier quoted context omitted.
so ironic to see “load bearing” in a comment about removing AI. certain phrases have been ruined by fable/opus 5 for all time.
I had this conversation recently. Not only are search engines and comment threads getting filled with AI responses, but people are increasingly sounding like AI themselves. This makes it even harder to distinguish. Related to code quality, I've noticed developers picking up tricks from AI. Like using feature/xxxxx as the branch name. Last year exactly zero developers used this convention. If any used paths in their b…
Huh.
I've been using that convention for ages, but I have to remind Claude on new projects to actually use git in the first place, and then also specifically tell it to use branches.
Then again, I was using em-dashes before they got un-cool.
Re: Ask HN: What would happen if your company stopped using all AI tomorrow?
#75Earlier quoted context omitted.
> and so has the output quality Not my experience at all. The quality has gone up dramatically . Because we also use LLMs to make large scale refactorings that cleans up the code and use it to find lots of bugs that would otherwise have exploded in production at some point in time.
I just used Fable to thoroughly review a PR, and it came up with 5 "Findings that block approval". I went through each one through the code path (a couple were already considered during implementation), and while all 5 were theoretically accurate, 0 of them were actually reachable. I wrote them back to Claude point by point and got this back: "I checked all five claims against the code. Your list is correct on all fi…
Re: Ask HN: What would happen if your company stopped using all AI tomorrow?
#76Pretty much nothing. We'd remove the AI integrations, the UI elements, then back to where we were. Luckily, we have no load bearing AI. But if everyone else got to keep their AI, we'd lose customers very quickly.
>Luckily, we have no load bearing AI. Is this a subtle joke?
Re: Ask HN: What would happen if your company stopped using all AI tomorrow?
#77Re: Ask HN: What would happen if your company stopped using all AI tomorrow?
#78Earlier quoted context omitted.
I had this conversation recently. Not only are search engines and comment threads getting filled with AI responses, but people are increasingly sounding like AI themselves. This makes it even harder to distinguish. Related to code quality, I've noticed developers picking up tricks from AI. Like using feature/xxxxx as the branch name. Last year exactly zero developers used this convention. If any used paths in their b…
What. Strict branch naming like feature/, bugfix/, chore/, release/ has been the standard for probably 10 years now in all projects I've been in, often enforced by auto-rejecting pushes that don't comply.
Re: Ask HN: What would happen if your company stopped using all AI tomorrow?
#79Re: Ask HN: What would happen if your company stopped using all AI tomorrow?
#80Several people would have their incompetence more visible.