this post was submitted on 05 Feb 2025
377 points (97.2% liked)

Greentext

4975 readers
1006 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] julietOscarEcho@sh.itjust.works 10 points 5 hours ago (1 children)

Precisely. If you train by lifting stones you can still use the lever later, but you'll be able to lift even heavier things by using both your new strength AND the leaver's mechanical advantage.

By analogy, if you're using LLMs to do the easy bits in order to spend more time with harder problems fuckin a. But the idea you can just replace actual coding work with copy paste is a shitty one. Again by analogy with rock lifting: now you have noodle arms and can't lift shit if your lever breaks or doesn't fit under a particular rock or whatever.

Also: assuming you know what the easy bits are before you actually have experience doing them is a recipe to end up training incorrectly.

I use plenty of tools to assist my programming work. But I learn what I'm doing and why first. Then once I have that experience if there's a piece of code I find myself having to use frequently or having to look up frequently, I make myself a template (vscode's snippet features are fucking amazing when you build your own snips well, btw).