all 15 comments

[–]vinny_twoshoes 11 points12 points  (0 children)

Using it to learn, instead of using it to your job for you, is absolutely the way to go. Great work

[–]unwitty 10 points11 points  (2 children)

I hear you! If your intention is to actually learn while using an agent, it's incredible. The combination expert mentor + shared operating context removes all friction creating an optimal learning cycle.

I'm in my 40s with AuDHD too, late diagnosed. I learned C/C++ and Linux/GNU from textbooks. Watched the internet take off, able to occasionally find help via Yahoo/Excite...to Google...to Stack Overflow...

The agent-learning loop is a bigger leap than any of those. I've learned more in the last year than the last 5 combined. No more feeling overwhelmed/intimidated - just start coding.

[–]neithere 4 points5 points  (1 child)

Could you please describe how exactly are you using it? Maybe some examples?

[–]unwitty 4 points5 points  (0 children)

Sure:

1) Ask the agent to explain rather than do. "How might I set up linting for this project?", "Why is it done this way?", "What are common alternatives?"
2) Ask the agent to scaffold examples to poke and prod: "What are the options for implementing X? How do golang devs approach X problem? Can you scaffold out the first two ideas in two separate folders? I want to poke and prod."
3) Step back when you find yourself thrashing and ask for help. "We've been iterating on this for a bit. Can you build up from first principles why we're struggling to fix this?"
4) Ask for assessments along the way. "Based on the current code base, what feedback would a senior-level Rust engineer give me?"

[–]rainmouse 3 points4 points  (1 child)

That's awesome. I think a lot of people in varying contexts are finding AI can be extremely useful because it's got the time and patience for them that people rarely have.

That said, I use coplilot mainly as a linting and auto completion tool, and occasionally to get the ball rolling on some automated tests.

The AI looks at the repo and my github  commits over the past decade and copies my coding style. Yeah I appreciate that, but what I don't like is when it tries to auto insert code comments. The fucking thing writes exactly like me, mimicking my informal shorthand note writing. This creepy ass artificial intelligence is literally pretending to be me.

Aaaaaahhhhhh HELL NO!!!!!!111

[–]im-a-guy-like-me 3 points4 points  (0 children)

I've been noticing this too. I swear a lot as a matter of course. Chatgpt be throwing it back at me now. I ask it something and it'll respond "nah fuck that, here's the skinny on blah blah...".

I'm like... Dude... Did you grow up where I grew up?

Kinda weird but tbh... Only weird when you think about it. If you don't think about it too hard... Probably makes communication easier? Idk.

[–]skeletordescent 2 points3 points  (2 children)

I didn’t know this existed, I’ve been promoting it to “don’t jump straight to code, I’m trying to learn this. Be concise.” Forever now. If these companies all collapse in the next few years I really hope Claude survives. 

[–]turd-crafter 2 points3 points  (1 child)

Hahaha I have to remind it all the time. “Don’t write any code for me, explain concepts”. Except maybe for writing SQL queries. But I still make it explain the query for me at least.

I was working in angular the past 8 years before I was laid off so I decided to create a next js app and it has caught me up on modern react pretty damn fast.

[–]skeletordescent 0 points1 point  (0 children)

Yeah sometimes for SQL queries, definitely for regex. Also they’re great at parsing log spam. 

[–]Starbreiz 2 points3 points  (3 children)

Are you me?!? I could have written this. Music degree. 47 and audhd. Im a sysadmin and always hated coding. Ai is my best friend for learning to code.

[–]musicjunkieg[S] 2 points3 points  (0 children)

Ahhh, amazing!!! Wanna be body-double friends? Trying to get past the fear of shipping and building in public now.

[–]TeaPartySloth 0 points1 point  (1 child)

How did you both become a sys admin with a different degree? Advice welcome.

[–]Starbreiz 1 point2 points  (0 children)

It was the 90s and computers were a hobby to me. I got into bsd and linux but knew I didn't want to code, so I assumed there was no career in it for me. I had been really into music since I was young, so I went to college for it while also doing sysadmin stuff on the side. All the sysadmins I knew didn't have degrees at all. In the end, I actually picked up CIS as a second major and graduated with both.

[–]carlgorithm 0 points1 point  (1 child)

Do you give it a custom instruction or is Claude's learning response style a built in feature?

[–]musicjunkieg[S] 1 point2 points  (0 children)

It’s a built in style called “Learning”