Way too many people think software engineers spend most of their time writing code, and I feel like the discourse around AI often assumes that too. Writing new standalone pieces of code is a pretty small percentage of a typical SWE’s time.
This is genuinely so true, maybe at a startup u are writing a ton of code, but as an intern shadowing ppl at an enterprise size company, most swes on my team spend their time configuring, reconfiguring, researching, fixing bugs, etc
4
Anonymous10w
i dont know what this fantasy is. If you are a junior dev your work is writing code lol. 80-90% of time is spent doing that
2
Anonymous10w
Honestly curious how you’re spending your time?
1
Anonymous#49w
We're not allowed to the app's code into chatgpt or other llms because the ai will save our code and generate it as other ppl's solutions when prompted, posing a security risk
4
Anonymous#49w
put**
1
Anonymous#29w
Figuring out designs, writing and discussing said designs, reading existing code, debugging, testing, understanding other components that the code needs to interface with
3
Anonymous#39w
Maybe if you’re writing a small standalone thing so there’s no existing code to understand, you don’t plan out any design beforehand, you code almost works the first time, and you don’t bother with testing. But if all that’s true it’s unlikely to be good code.