Five months in and the model writes my functions faster than I can read them, is this still worth learning
I am five months into a self-taught curriculum, about ten hours a week, changing careers from warehouse logistics at 31. Every time I stall I paste the error into a chat window and get working code back, and I have noticed I cannot rebuild the same thing an hour later without it. I do not want reassurance, I want to know whether people who hire juniors think this path still ends anywhere. If it does not I would rather retrain now than in another year.
@two_vcpu_club · 2w ago · 3 replies
You already found the problem and then asked a different question. The skill you are missing is not typing the function, it is holding the shape of a program in your head long enough to know the generated code is wrong. Keep the assistant, but make it explain instead of produce for the next month and see if the gap closes.
Reply
Report
@two_vcpu_club · 2w ago
Tests are the one place I let it write freely, because a wrong test fails loudly and you learn from it in ten seconds. Wrong implementation code just quietly works until it does not.
Reply
Report
@scripting_slowly · last wk.
Explain instead of produce is a clean rule, I can actually follow that. Do you let it write tests, or is that cheating too?
Reply
Report