Not falling for that again /s
idunnololz
I am the developer of Summit for Lemmy.
- 1 Post
- 4 Comments
idunnololz@lemmy.worldto
Asklemmy@lemmy.ml•How bad is the software engineering job today?
7·13 days agoI’m still writing 90% of my code by hand at work. I think if you have total or close to total mastery in your domain, you should probably work faster than AI.
It takes a while for AI to generate code (Opus is pretty slow) and then you have to go review it and do rounds and rounds of fixes. It might be faster to use AI if there were unknowns or if you werent quite sure how to write the code. Otherwise I just find it faster to write it myself.
That being said I do use AI under some soecific circumstances:
- im working in a code base or area of code im unfamiliar with
- Im working in a language in unfamiliar with
- prototyping ideas
- generating boilerplate heavy code
For 1. And 2. I dont usually have ai write code for me. I would just ask it questions like “how do I write X in an idiomatic way in language Y”.
For 3, I have it generate code that I then toss and rewrite if the prototype works.
For 4, this is rare in a good code base. Most of the boiler plate heavy code at work is in unit tests.
I changed my mind on something a month ago that I would get lynched for on here if I shared it.

😶