this post was submitted on 09 Nov 2025
29 points (73.8% liked)

Experienced Devs

4978 readers
3 users here now

A community for discussion amongst professional software developers.

Posts should be relevant to those well into their careers.

For those looking to break into the industry, are hustling for their first job, or have just started their career and are looking for advice, check out:

founded 2 years ago
MODERATORS
 

Curious where others might stand.

My day to day “coding” is reviewing, revising and running plans against LLM/code-assistant tools. I juggle around 2-3 sessions of this on various features or tasks at a time.

you are viewing a single comment's thread
view the rest of the comments
[–] FartMaster69@lemmy.dbzer0.com 15 points 1 week ago (3 children)

Sounds like you’re easily replaceable.

[–] ALERT@sh.itjust.works 17 points 1 week ago (2 children)

by who? by a person who is capable of reviewing quality code? that is who they are already.

[–] unexposedhazard@discuss.tchncs.de 5 points 1 week ago* (last edited 1 week ago) (2 children)

If they actually havent written any code then that means they didnt have to correct anything which means the LLM doesnt actually need them much if at all. Im assuming the post title is simply not true and they did indeed make some corrections and adjustments.

[–] rimu@piefed.social 7 points 1 week ago

I guess they get the corrections and adjustments done by telling the LLM what corrections and adjustments to make?

[–] ALERT@sh.itjust.works 2 points 1 week ago* (last edited 1 week ago) (1 children)

if you ever vibecoded, you'd know, that using an agent doesn't mean you accept every suggestion. it does not also mean you edit the suggestions. it means you continue guiding the agent until it comes up with a "perfect" solution that may even be accepted without any edits. so if you are a good "prompter", given a good model you can be very very efficient without writing even a line of code. does this mean you can be replaced by the said model? absolutely not.

[–] tyler@programming.dev 1 points 1 week ago

lol if that were true then yes there absolutely are replaceable by anything that can ensure they’re getting the right requirements. Of course it isn’t true, because LLMs are nowhere near the level of actual proper development standards but here we are.

[–] auraithx@lemmy.dbzer0.com -1 points 1 week ago (1 children)

By ChatGPT8 when you don’t need to review it anymore for the level he’s at.

[–] rainwall@piefed.social 5 points 1 week ago

Chatgpt8? Why do we need 8 when 5 was supposed to be utterly revolutionary?

[–] onlinepersona@programming.dev 2 points 1 week ago

Isn't everybody?

[–] etchinghillside@reddthat.com 0 points 1 week ago

I’m on the fence here.

I’m still steering and guiding the design - with knowledge gained over many products, features and incidents - and am reviewing it.

To scale higher such that I could be replaced then I think the change sets would have to be smaller and/or we have perfected bug/incident detection and remediation such that we can bypass human review of the code.