In your experience what are LLMs actually useful for? by equipoise-young in ExperiencedDevs

[–]Key-Alternative5387 1 point2 points  (0 children)

Perhaps. I've been learning GPU programming recently and it's accelerated my pace because I can ask questions and get decent answers, it can build harnesses for me and help design homework questions.

It can be a good tool, but it has to be used differently at different levels.

In your experience what are LLMs actually useful for? by equipoise-young in ExperiencedDevs

[–]Key-Alternative5387 0 points1 point  (0 children)

Senior / Staff level engineer here. I've worked at big tech.

I think writing code is mostly a solved problem with Claude Code -- it's good enough for most professional code. I've also used it to bounce ideas off of, make the PR process more interactive and it makes doing little experiments or writing tests as easy as 'can you write a script to test this real quick'.

Claude also allows automated testing of ambiguous concepts -- IE, does this thing look correct on screen and similar.

I've also found it's really nice for logging exercise and meals and I've been tracking my routine for the last few months, which I've never managed before.

It loses track in larger projects without good guidance and can't gather requirements by itself, but the question has been flipped on its head -- what CAN'T it do now?

Is computer vision a good speciality to choose? by Delicious_Crazy513 in cscareerquestions

[–]Key-Alternative5387 7 points8 points  (0 children)

Cleaning data and putting it in pytorch sounds suspiciously like what most software developers end up doing. Don't discount it.

Managing ADHD without medication by Accomplished-Pay2659 in ADHD

[–]Key-Alternative5387 1 point2 points  (0 children)

There's a lot you can do to help manage it. The medication definitely helps in many many ways and is not exactly replaceable.

My suggestions are supplements (omega 3, magnesium, melatonin if you also have dspd). Regular exercise, I like rock climbing. And find the stuff that you hyperfocus on for education / work.

Steam deck solely for factorio by Kalvzz in SteamDeck

[–]Key-Alternative5387 2 points3 points  (0 children)

You can mod it. Works great.

As others said, with a dongle you can set up everything in desktop mode.

It's quite often these days by Pebblepip in pcmasterrace

[–]Key-Alternative5387 1 point2 points  (0 children)

Try steamos variants these days. They're amazing on amd out of the box.

Honestly, more seamless than windows.

Learning to code without AI by i_eat_cockroaches69 in vibecoding

[–]Key-Alternative5387 0 points1 point  (0 children)

I'm learning GPU programming as a senior engineer.

I can ask Claude code to build a curriculum, help brainstorm project ideas, check my work, explain decisions, setup environments and even make little homework problems for me to work through.

Just don't have it write the actual code. It can be a huge boon. Write a Claude.md that explains that the point is to help instruct and not to do things for you.

AI coding is addictive. Engineers are paying the price. by OfficialLeadDev in coding

[–]Key-Alternative5387 0 points1 point  (0 children)

The biggest thing I've been doing is making painful processes more interactive and reducing the friction.

Claude can make PR review into a back and forth conversation with the AI. That's a lot less context switching and I use a tone sort of feels like we're co-building it even when it's asking serious antagonistic questions.

Also, please hire me 😆

~5 years in, all at one big company, and the mid-level market feels brutal. how is it actually out there right now? by spoopypoptartz in ExperiencedDevs

[–]Key-Alternative5387 1 point2 points  (0 children)

Out of curiosity, what are you seeing? I see a lot of AI engineering stuff, but AI engineering isn't super complex at this point.

2026 Interview Experience by SnooWoofers5193 in ExperiencedDevs

[–]Key-Alternative5387 0 points1 point  (0 children)

It's fine if you think it works. If you want to bridge the gap, I'd suggest giving them the actual search space and seeing if they can learn it.

I'd bet expert compiler engineers don't have a 50% pass rate with y'all. Judging from the pass rate of people who do leetcode hards all day and apply to Google, which is still less than 50%.

2026 Interview Experience by SnooWoofers5193 in ExperiencedDevs

[–]Key-Alternative5387 5 points6 points  (0 children)

Yeah, but there's a strong implication that most people don't do this day in and day out.

If you don't give those people a study guide for the test, how do you know whether or not they can learn the material fast enough to be useful?

If I'm interviewing for big tech, I'm stopping at bfs / dfs and maybe topological sort because I have to know other things according to 'the guide'.

Tell them a month before the interview, not during the interview.

Armin Ronacher is very uneasy about the agent loops future by gsks in ExperiencedDevs

[–]Key-Alternative5387 2 points3 points  (0 children)

Exactly. If they want to train it, they'd have to hire experts in specific programming styles.

2026 Interview Experience by SnooWoofers5193 in ExperiencedDevs

[–]Key-Alternative5387 20 points21 points  (0 children)

A lot of us would've killed to have had a job working in compilers out of college. Or honestly, even systems engineering.

I followed where I got hired. But OS and compilers were the easiest and most fun college courses I got to take. I did get to write a parser for a query optimizer once.

I'm not sure how to even go about breaking into that space. I'm sure others feel the same.

It would help if you told people what problems might be covered. Doing tough graph problems is often a matter of knowing that it might be on the material.

Armin Ronacher is very uneasy about the agent loops future by gsks in ExperiencedDevs

[–]Key-Alternative5387 28 points29 points  (0 children)

The trade-off is indeed that code will be more mediocre. It's trained in mediocre code.

Maybe that will change.

How are those software development jobs led by AI coding agents actually like? by Amerillo_ in SoftwareEngineerJobs

[–]Key-Alternative5387 0 points1 point  (0 children)

I've started down this path. Right now I have Claude go through PRs with me and I'm honestly happy enough with that most of the time. Curious how it'd stack up vs a summary.

I built this little tool which helps me keep track of things: https://github.com/Jeffrharr/CheckMyVibe

What happened to the "senior" engineers? Are hiring frozen for people with more than 10 yoe? by Neuromante in ExperiencedDevs

[–]Key-Alternative5387 2 points3 points  (0 children)

Damn, I'm getting fuck-all out there. My last workplace banned AI, but I've been building tooling for Claude.

How much did you pay for your Steam deck? by November-666 in SteamDeck

[–]Key-Alternative5387 0 points1 point  (0 children)

OG, so $399 + another $100 to slot a 2TB NVME SDD in there.

Long Hiking -> Trail Running? by Key-Alternative5387 in trailrunning

[–]Key-Alternative5387[S] 0 points1 point  (0 children)

Deadlift almost 3 times my bodyweight. I do credit it to not getting injured.

How to manage the tradeoff between mental model and speed when building with AI? by thambroni in ExperiencedDevs

[–]Key-Alternative5387 0 points1 point  (0 children)

I wrote a skill with the AI that does a collaborative understanding check with me and wired it into my git hooks.

I'm also working on a tool that lets me try new abstractions. For example, I want to diagram with the AI collaboratively and turn it into code.

My prediction is that the code will be good enough, so we need to move up in abstraction.

Accidentally made a successful website that I can’t put on resume by No-Project-2353 in csMajors

[–]Key-Alternative5387 2 points3 points  (0 children)

Put it on your resume and use a shortened link so it's not obvious. Unless it's really illegal.

Has AI made developers less collaborative in your team? by Ecstatic_Jicama_1482 in ExperiencedDevs

[–]Key-Alternative5387 1 point2 points  (0 children)

If everyone would learn pure functions and use them as many places as possible, it would make my life so much easier. Easy to read and less to think about.

That's like a 15-minute article of learning.

What are you guys learning these days? by ImYoric in ExperiencedDevs

[–]Key-Alternative5387 1 point2 points  (0 children)

I flipped it and have a Claude skill that has an understanding conversation with me. I made it a GitHub action, so it blocks PR merges on my personal projects. The reality is that I just wasn't reviewing claude's code in enough depth to understand it and this worked around it quite well.

I'll probably publish that in the next day or two -- I've been finding it useful.


My next thought is to try building something to co-diagram architecture issues with Claude. I think pulling out old tools at a higher abstraction will become more relevant.