18 points javhu 2 hours ago 23 comments

It's impossible to retain a skill if you dont use it. I've reached a point where I use AI exclusively for all tasks, because it's far faster and efficient to do so. What kind of activities do you do to retain cognitive skills?

buynao 1 hour ago | parent

Architecture decisions, requirements analysis, trade-offs in technology selection, and cross-system debugging—these high-level cognitive activities cannot yet be replaced by AI. Focusing on these areas is actually a smarter skill investment.

iExploder 1 hour ago | parent

They can be easily replaced. I suspect we are just engaging in a form of self deception by thinking these choices we make are more than arbitrary decisions driven by nothing but our taste...

adithyassekhar 1 minute ago | parent

Often times I find agreeing to the stack the model suggests is the right option. It’s probably most trained on that.

pullshark91 1 hour ago | parent

Do you mean any other skills can be actually replaced?

keybored 1 hour ago | parent

Cognitive skills? You must be using cognition to guide the AI.

Either you are doing something guiding the AI or you are in your hammock doing nothing. If you’re in a hammock find a crossword puzzle.

iExploder 1 hour ago | parent

I suppose work organisation, leadership, soft skills, working in areas with inherent uncertainty will be key for defending employment in near future

eagerpace 1 hour ago | parent

For every skill that may atrophy, I feel like I am developing experience in 10 new ones. I am not focused on using AI to perform my existing job function though, I am developing new capabilities.

xnx 53 minutes ago | parent

Agree. e.g. I'm happy to be a better writer at the cost of being a worse speller, etc.

dominotw 41 minutes ago | parent

prompting is not a skill. prompt engineering, harness engineering watever are copes.

sigy 8 minutes ago | parent

I once to believed this too. And then I got much more skilled at prompting agents to get the results I wanted.

As someone who is and always has been a very unapologetic skeptic, I am still surprised by the number of capable people who can't accept that things are changing.

It can't be either none of it matters, or all of it matters. The truth lies in the middle somewhere.

prplfsh 1 hour ago | parent

In addition to what other people have said, I've taken some time to do leetcode questions lately - both architecture ones and coding ones. I'm not looking for a job by any stretch, but the practice and forcing a detailed zoom in has been really cathartic, and leetcode gives a nice structure/feeling of progress to it.

erelong 1 hour ago | parent

I honestly don't feel there is much atrophy or this is an issue at all

As if for example someone's skill lessened if they switched from assembly to a higher level programming language over time (like, does it matter?)

If you for some reason had to go back and program more manually, then you could do so as the need arises

Otherwise, LLMs appear to be here to stay and you don't actually need those skills that are even possibly admittedly "atrophying"

I guess we'd need a detailed pinpointing of what skills exist or existed and to identify if they actually ateophy (I guess I'm not sure if skills are really atrophying, or even if they are if it matters)

Edit: here's an idea or exercise or projects to work on. Maybe people should find clear documentation of pre-AI processes in case you need to go back and learn them. Or create such documentation if it doesn't exist (which would be an exercise to practice your skills to make you remember them).

schmookeeg 1 hour ago | parent

I waltzed into a tech screen thinking I could handcode python after having LLM be primary at it for over a year. Yeah, there's atrophy -- I humiliated myself and took the lesson. :)

There is a meta-argument about whether companies should interview about hand-coding anymore, but... the skills do atrophy. I've been mixing hand-coding into my routines ever since to try to keep those skills lukewarm. I'm not yet sure if I am wasting my time doing so or not.

$0.02

speedgoose 1 hour ago | parent

It’s like skiing or biking, it comes back quickly.

quibono 55 minutes ago | parent

One hopes

_hao 52 minutes ago | parent

Simple. I use my brain and write code without coding agents.

thewhitetulip 20 minutes ago | parent

Tough to do this when the rest of the company is using LLMs to generate 3x the number of apps and then your performance goes down because you're not delivering as quickly as others

Hugsbox 12 minutes ago | parent

Doesn't matter if they're generating 3x the number of apps if they're all shite and unmaintainable

orphea 1 minute ago | parent

It's not tough if you do your job and your management has no issues with you. What others are doing doesn't affect your performance.

xyzal 34 minutes ago | parent

I am curious how the workflow of people, who do not write code at all, looks like, or what products do they build. In my experience LLMs are an excavator, but you still have to tweak the fine details with a shovel.

notesinthefield 13 minutes ago | parent

I am in the infosec space and do a lot of reading, summarizing of code and a vuln PoC here and there in my day job. Over a busy month I may put out 400-500 LoC.

In my personal life, I am making tools to support hobbies. I typically tackle architecture and design myself and sanity check with an LLM, then Codex does all the programming work.

I'm more interested in making sure the apps I make have the content I want and functionally meets my needs than actually writing the code myself. Making fine detail tweaks are not something I need to do past review and pointing them out to to the LLM.

sshine 9 minutes ago | parent

I use AI for Kubernetes. On a day-to-day basis, it runs 80%+ of my kubectl commands. It’s the most steroidal auto-complete I’ve tried. But I do get dumber for it.

What I do to compensate:

  - make it my duty to own every change, i.e. cognitively debt-free:
  - write summaries on every new thing I do (blog post, memo to colleague)
  - contribute documentation to the open-source projects I rely on
  - practice for CKA/CKAD certificates which require pre-LLM muscle memory
  - build interactive learning material for what I’m trying to learn
  - work with things that LLMs don’t yet trivially solve
  - repeat or reconstruct my recipes to perfect workflows, 
We’re incentivised to take the short path. I’m trying to create at least one path through a subject that I have to walk myself, preferably several times.

flextheruler 5 minutes ago | parent

I find it inefficient to use models for all possible uses right now even with the current subsidies. As the costs increase this will only become more true. Keeping that in mind will naturally motivate you to not lose your skills by engaging in inefficient token burn.