Ask HN: Do you feel comfortable admitting that you use AI?
11–20 of 38 posts
Re: Ask HN: Do you feel comfortable admitting that you use AI?
#12Re: Ask HN: Do you feel comfortable admitting that you use AI?
#13IMO, it's like asking: do you feel comfortable admitting you used a calculator instead of doing mental math?
No, it's not like that at all. A calculator uses known deterministic algorithms to compute an answer. As long as you stay within the precision bounds, you'll get reliable and correct answers 100% of the time. An AI is the result of randomness put through a simulated evolution, each one is different. We tend to expect them all to be the same, but that would be like redoing the big-bang until present, and expecting the…
Determinism can be a liability.
Re: Ask HN: Do you feel comfortable admitting that you use AI?
#14Pretty much all the code I produce nowadays is generated with AI help, to some extent. No problem admitting it. The value is not writing the code anymore, but deciding what to create and keeping the code maintainable and understandable.
I admit i use AI for coding definitely too but after getting disillusioned with it.
I will definitely vibe code a prototype to quickly validate an idea. Once i see how it might work. I start from scratch and become more manual.
The more quality i want in a feature to be the more manually i get involved.
Re: Ask HN: Do you feel comfortable admitting that you use AI?
#15IMO, it's like asking: do you feel comfortable admitting you used a calculator instead of doing mental math?
No, it's not like that at all. A calculator uses known deterministic algorithms to compute an answer. As long as you stay within the precision bounds, you'll get reliable and correct answers 100% of the time. An AI is the result of randomness put through a simulated evolution, each one is different. We tend to expect them all to be the same, but that would be like redoing the big-bang until present, and expecting the…
as a more extreme example: do we all understand how our brains work? we use it every day and interact with other brains.
Re: Ask HN: Do you feel comfortable admitting that you use AI?
#16In my work, there are people everywhere in the "AI adoption" spectrum.
On one hand, a certain Senior engineer spent a month having an AI write him thousands of lines of code for a feature. The AI wrote a million tests, tools to visualize data, everything. But he still has not delivered the code to the main repository since he knows nobody will ever review the mess the AI wrote, and he can't even properly understand it to defend it in review. We have human reviews as part of our process, the coworker is 100% stuck on it.
I, on the other hand, don't ask AI to write code for me, but I have AI explain me concepts, track down bugs, review my patches, etc. Sometimes it shows me patch format, but I prefer it doesn't touch my filesystem. I treat it as a senior employee whose task is to be there and help me. It's been going great. I am definitely more productive, I am coding faster, and the future is sustainable for me. Having it write shit for me would definitely be faster, but I want to use AI as a tool to teach me what to do, not do it for me.
There are also employees who are still working on the pre-AI model. Whenever AI is mentioned, they automatically assume it could be hallucinating and whatnot. To these, I never mention AI, because it simply derails the conversation to a useless point.
Re: Ask HN: Do you feel comfortable admitting that you use AI?
#17About the AI generated slop thing, honestly a tool which i use is impeccable - you can find it on Github. It transforms your generic AI slop code into something beautiful.
Personally I'm really comfortable admitting I use AI - it just seems like the better way to do things!
Re: Ask HN: Do you feel comfortable admitting that you use AI?
#18> Hearing so many people say that AI-generated code is unusable and fixing it takes longer than writing it by hand, makes me wonder if they are working on a very specific field or I just have skill issues. In my work, there are people everywhere in the "AI adoption" spectrum. On one hand, a certain Senior engineer spent a month having an AI write him thousands of lines of code for a feature. The AI wrote a million te…
* Everybody thinks theyre more productive.
* Some devs do boost their productivity a bit.
* But nowhere near enough to counter the slop merchants.
On average if I measure productivity by pull requests, productivity has gone up. If I measure by bugs and incidents and value delivered, I think mostly it's gone down, often significantly due to the side effects of AI abuse and slop.
To be fair pull requests are a lot more measurable than the trust lost because of a series of critical bugs and incidents but if you work on the ground floor of a product you get a good sense of the relative trade offs.
If I look at open source as a whole ive noticed a rhyming pattern - established products aren't moving any faster these days (despite a flood of PRs) but there is a sudden new deluge of vibe coded projects you can wade through, none of which are really gaining traction.
Re: Ask HN: Do you feel comfortable admitting that you use AI?
#19https://news.ycombinator.com/item?id=48637538
Maybe it's a skill issue and my prompting is too weak. But this is HN so I will conclude that my coding skills are much superior to everyone else's, so while bots can code for you plebs, their coding is of little use to me.
Re: Ask HN: Do you feel comfortable admitting that you use AI?
#20Earlier quoted context omitted.
No, it's not like that at all. A calculator uses known deterministic algorithms to compute an answer. As long as you stay within the precision bounds, you'll get reliable and correct answers 100% of the time. An AI is the result of randomness put through a simulated evolution, each one is different. We tend to expect them all to be the same, but that would be like redoing the big-bang until present, and expecting the…
what does an internal process matter if the input to output transformations are acceptable. there are many many different ways of writing a software calculator, or a protocol stack, or codec modules; internally they may be wildly different, but as long their function mapping is identical, one's understanding does not play a role. as a more extreme example: do we all understand how our brains work? we use it every day…