Live data from Hacker News

Ask HN: What skills do you want to develop or improve in 2026?

news.ycombinator.com

41–50 of 433 posts

Re: Ask HN: What skills do you want to develop or improve in 2026?

#41
Learn more saxophone, learn more jazz piano. Get better at ear training.

Technically, apply myself more to projects at my job, learn how to fit in our flow better. I've been using AI to program some goofy projects, and I've found a good medium between vibe-coding and auto-complete, where I make it draw up a plan for every commit, and then I ask it to implement it, and if the generated code is wrong I undo the changes and revise the plan to be more precise. It's relatively easy to verify the plan, not as easy to verify the code, but it's still easy to debug the code and figure out what's wrong.

The burden shifts more to creating small modules with stable interfaces.

Re: Ask HN: What skills do you want to develop or improve in 2026?

#42
Technical skills:

- Launch my own hand-rolled paper trading solution by mid to late 2026. I want to focus on strategies that prevents heavy losses, rather than actively looking for profits. If I succeed, go live in 2027.

- I hope to complete 3 semesters with a B or above in the ongoing Online Masters Degree program I've enrolled for.

- Do more coding with AI.

- Be prepared for job interviews - even though I have no plans to change jobs. This year my rustiness and lack of interview readiness has cost me "dream jobs" (from my POV)

Non-technical skills:

- The usual. Lose weight, eat mindfully, gain strength, learn the language of my country.

Re: Ask HN: What skills do you want to develop or improve in 2026?

#43
I want be able to play music on the piano. I got a nice keyboard earlier this year, and have only really been inspired to dig into it since I got myself a circle of fifths decoder in the last couple of months. I'm confident now that I have the tools to learn and make concrete progress.

I want to get better at speaking to people. I love conversing with people who have a lot to say, but I feel like lately I struggle with coming up with things to say myself. Especially if it's someone I'm not very familiar with. It's not even necessarily a shyness thing or something like that, I've just got a bad habit of carrying an internal monologue that I don't share even when it'd be appropriate, because I don't feel like it's necessary. But communication shouldn't be limited to what is necessary.

Re: Ask HN: What skills do you want to develop or improve in 2026?

#45
Develop a calistenics practice. Ive been to the gym more on than off over the past few years and feel like I’ve plateaued. I also had a minor thing that I’ve gone to the physio for recently and I prefer the routine of doing those exercises (which would be similar to a calistenics practice in a lot of ways) to going to the gym. Kettlebell and pull up bar to be ordered when I’m back from India

I recently bought a stainless steel pot set which already seems like such a game changer in terms of cooking due to how much better sauces come out due to better fonds. So I want to see what else I can do to push things forward again and generally level up my cooking

Also want to do better with skincare. Partially to age gracefully but I’ve always had dryness here and there off and on on my face. I’ve been in India all month and it got worse, but, got better when I bought some coconut oil. I think the oil acts as a barrier to prevent moisture from escaping.

Also would like to play with some mlops tooling. I do a lot of infra / DevOps stuff, which I can do in my sleep at this point. So I haven’t really been growing in a specific vertical much aside from just generally getting better at software engineering (communication / prioritization / clean and simple architectures).

Also would like to learn linear algebra. Reading a book on how that works with ML and it’s been actually super satisfying seeing how all the math connects. The book is called why machines learn

Re: Ask HN: What skills do you want to develop or improve in 2026?

#46
post #28

I want to quit my cosy, well paying, job and start building the products I have been wanting to build for quite some years now. I have been starting to use AI about 12 months ago and, as an experienced engineer of 30+ years professionally, I am blown away by how productive it makes me. What I used to be able to do in a week now takes me a day, what I used to be able to do in a month now takes me week, etc. So, 2026 i…

How are you using AI and what sort of software are you building?

I have similar years experience and regularly try out AI for development but always find it’s slower for the things I want to build and/or that it produces less than satisfactory results.

Not sure if it’s how I use the models (I’ve experimented with all the frontier ones), or the types of things I’m building, or the languages I’m using, or if I’m not spending enough, or if it’s just my standards are too high for the code that is produced but I usually always end up going back to doing things by hand.

I try to keep the AI focused on small well defined tasks, use AGENT.MD and skills, build out a plan first, followed by tests for spec based development, keep context windows and chats a reasonable length etc, but if I add up all that time I could have done it myself and have better grasp of the program and the domain in the process.

I keep reading how AI is a force multiplier but I’m yet to see it play out for myself.

I see lots of posts talking about how much more productive AI has made people, but very few with actual specifics on setup, models, costs, workflows etc.

I’m not an AI doomer and would love to realize the benefits people are claiming they get.... but how to get there is the question

Re: Ask HN: What skills do you want to develop or improve in 2026?

#47
post #23

I started learning Latin in 2025, and I'm pretty happy with my progress. I can read intermediate level pedagogical texts -- mostly adapted Greek and Roman myths. In 2026 I want to get my proficiency up to the point where I can comfortably read the first book of Caesar's Commentarii de Bello Gallico. This is doable, many of the texts I'm reading now were designed to teach the vocabulary and grammar so High School stud…

De Bello Gallico is much more intimidating than it is difficult. Caesar wrote using pretty simple language. Once you learn the main geographic and military terms it's a fun read!

Re: Ask HN: What skills do you want to develop or improve in 2026?

#49
Write an operating system in Forth.

I've digested Wirth's THE paper. And the XINU book, as well as the BSD book.

Anyhow it's for my own use on my own hardware, but it must be beautiful. I've been encouraged by feedback on my Forth code's clear Forthiness, in the way of small, comprehendable word units. That add up to poetic top level loops like OVER PROCESS OVER SCHEDULE IDLE

Post reply on HN