←back to thread

270 points imasl42 | 5 comments | | HN request time: 0.796s | source
Show context
thorn ◴[] No.45659381[source]
Thank you, author. This essay made my day. It resonates with my thinking of last months. I tried to use AI at work, but most of times I regrettably scratched whatever it did and did stuff on my own. So many points I agree with. Delegating thinking to AI is the worst thing I can do to my career. AI at best is mediocre text generator.

So funny to read how people attack author using non-related to the essay’s message criticism.

replies(1): >>45660236 #
1. cardanome ◴[] No.45660236[source]
The worst thing for me is that I am actually good at LLM-based coding

My coworkers that are in love with this new world are producing complete AI slop and still take ages to complete tasks. Meanwhile I can finally play my strength as I actually know software architecture, can ask the LLM to consider important corner case and so on.

Plus, I am naturally good at context management. Being neurodivergent has given me decades of practice in working with entities that have a different way of thinking that me own. I have more mechanical empathy for the LLM because I don't confuse it for a human. My coworkers meanwhile get super frustrated that the LLM can not read their mind.

That said, LLMs are getting better. My advantage will not last. And the more AI slop gets produced the more we need LLMs to cope with all the AI slop in our code bases. A vicious cycle. No one will actually know what the code does. Soon my job will mostly consist of praying to the machine gods.

replies(2): >>45661305 #>>45661502 #
2. interroboink ◴[] No.45661305[source]
It seems to me that someone like you, seen from the outside (e.g. from a code-reviewing colleague), simply appears to be getting more productive, with no drop in quality. Maybe some stylistic shifts.

I don't think anyone is complaining about that too much. I wonder how many people there are like you, where we don't get much data. If people don't complain about it, we generally don't hear about it, because they're just quietly moving on with their work.

Not to be confused with the AI hypesters who are loudly touting the benefits with dubious claims, of course (:

replies(1): >>45664001 #
3. intuitionist ◴[] No.45661502[source]
A Russell conjugation: my LLM-based coding output, your Claude throwaway code, his complete AI slop.
replies(1): >>45662827 #
4. cardanome ◴[] No.45662827[source]
Oh, first time hearing that term. Thank you, I love it!

Though I don't think this is at play here. Maybe a bit but seeing how my coworkers prompt, there is objective difference. I will spend half an hour on writing a good prompt, revise the implementation plan with the LLM multiple times before I allow it to even start doing anything while my coworkers just write "fix this" and wonder why the stupid AI can't read their minds.

I am producing AI slop as well, just hopefully a bit less. Obviously hand crafted code is still much better but my boss wants me to use "AI" so I do as I am told.

5. fuzzzerd ◴[] No.45664001[source]
I think I also fit into this category. Minor to medium productivity boost and maybe some stylistic evolving, but largely no complaints because it's just another tool I use sometimes.