Live data from Hacker News

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

news.ycombinator.com

261–270 of 433 posts

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

#261
post #198

Earlier quoted context omitted.

I am guessing: Maybe you are not used to or comfortable with delegating work? You will certainly understand a program better where you write every line of code yourself, but that limits your output. It's a trade-off. The part that makes it work quite well is that you can also use the LLM to better understand the code where required, simply by asking.

I’m perfectly comfortable and used to delegating, but delegation requires trust that the result will be fit for purpose. It doesn’t have to be exactly how I would do it but at a minimum it has to work correctly and have acceptable performance for the task at hand. This doesn’t mean being super optimized just that it shouldn’t be doing stupid things like n+1 requests or database queries etc. See a sibling comment for…

Not trying to downplay your grievances, but isn't this what [Skills](https://claude.com/skills) are for? After going back and forth on something like that, create a skill that's something along the lines of

`database-query-speed-optimization` "Some rules of thumb for using database queries:

- Use joins - Streaming results is faster - etc. "

That way, the next time you have to do something like this, you can remind it of / it will find the skill.

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

#262
I would be glad if I could get back my old stickiness to my routines, wich were perfectly aligned with me - until my children arrived:

since then, my live became chaos on all levels :-X

(I havent used my new 200 EUR running shoes one time, I bought them 13 month ago)

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

#263
post #62

Earlier quoted context omitted.

> I have learned how to use Claude Code effectively This is step 3 of “draw the rest of the owl” :-) > the most reasonable advice is to just keep going and try different kind of things. This is where I’ve been at for a while now. Every couple of months I try again with latest models and latest techniques I hear people talking about but there’s very little concrete info there that works for me. Then I wonder if it’s j…

You can achieve a lot on the $30 plan. I use Claude every day for everything, it's amazing value for money. Give it a specific task with the context it needs, that's what I find works well, then iterate from there. I just copy paste, nothing fancy.

What do you mean by copy paste? I use copy paste in non-agentic workflows.

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

#264

I'm pretty intensely depressed, so I think I'd like to learn how to be a little less of that. I've tried so many things, but I guess there's always more. Thinking about getting a personal trainer, because I try to stay active, but have no idea how to actually work out. Seems like a good skill to learn, and should help somewhat with the crushing weight my brain seems to be in constantly.

I've written about getting out of some giga-depression a few years ago, but having a good therapist was massive. Working out kept me busy and mitigated symptoms, but I don't think I would have improved without a strong psychologist. Hope that helps a little bit. It gets better sometimes!

Thank you. I've been in therapy for 4 years. It's probably helped keep me stable, but the effectiveness has been limited.

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

#267
post #224

Explicitly nothing. The overwhelming majority of New Year’s resolutions and goals fail, then people feel bad, then repeat it the year after that. There’s no reason to make such a decision now ; make it when it’s relevant in your life and don’t beat yourself over it. I also find this relentless pursuit of more more more, especially in what relates to productivity, increasingly maddening and (ironically? paradoxically?…

I find that in order to be more "productive", you need to be able to work on a few things for a long time before you could see any payoff.

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

#268

Get better at Spanish. Reading and writing, I’m hovering around an A2 with decent vocabulary. https://www.escuela-hablamos.com/en/understanding-the-common... I want to be able to speak and listen at at least a B1 by the end of next year. We will be spending a bit over a month in Costa Rica next year and I want to get as immersed as possible. Work related get better at pre-sales. Currently, I’m a staff architect at a…

My wife and hired a personal Spanish tutor

My wife is going to work with a Spanish tutor remotely who lives in Costa Rica and then work with her in person when we get there.

As far me, I learned a little in school decades ago so I knew basic grammar. DuoLingo gives me a guided learning path to explore. But I use ChatGPT to create drills like creating sentences using words and phrases “at an a2 level using present and past tense verbs” using whatever I need to practice.

I practice speaking using Apple’s voice to text and not ChatGPTs voice to text since it is a lot less forgiving.

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

#269
Off the top of my head:

- Language learning: I have a couple of languages that I want to focus on this 2026. Both for the enjoyment of learning and using said languages, and also because it will help me improve work-wise.

- OSS development: Programming was set aside these couple of years and I want to be active and help the community. Either by contributing to a project or an OS (9front is always on my mind).

- Be a good father and partner: this is one of my primary goals this 2026.

- More time for outdoor sports: As much as I like being indoors, playing with computers, I need to go outside and spend time in nature doing something that I enjoy (ie. running or surfing)

- Mindfulness and spirituality: Grown so much in the past couple of years and now is time for me to meditate on these topics.

- Last but not least, participate in the old-school internet: Be more active and talk to real people, read their blogs, donate to their endevours for a better internet, enjoy their art, etc.

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

#270
post #62

Earlier quoted context omitted.

For me, it has gone through stages. Initially I was astounded by the results. Then I wrote a large feature (ad pacing) on a site using LLMs. I learned the LLMs did not really understand what they were doing. The algorithm (PID controller) itself was properly implemented (as there is plenty of data to train on), but it was trying to optimize the wrong thing. There were other similar findings where LLM was doing very s…

> I have learned how to use Claude Code effectively This is step 3 of “draw the rest of the owl” :-) > the most reasonable advice is to just keep going and try different kind of things. This is where I’ve been at for a while now. Every couple of months I try again with latest models and latest techniques I hear people talking about but there’s very little concrete info there that works for me. Then I wonder if it’s j…

> This is step 3 of “draw the rest of the owl” :-)

Fair enough :-)

This reminds me about pigeon research by Skinner. Skinner placed hungry pigeons in a "Skinner box" and a mechanism delivered food pellets at fixed, non-contingent time intervals, regardless of the bird's behavior. The pigeons, seeking a pattern or control over the food delivery, began to associate whatever random action they were performing at the moment the food appeared with the reward.

I think we humans have similar psychology, i.e. we tend to associate superstitions about patterns of what were doing when we got rewards, if they happen at random intervals.

To me it seems we are at a phase where what works with LLMs *(the reward) are still quite random, but it is psychologically difficult for us to admit it. Therefore we try to invent various kinds of theories of why something appears to work, which are closer to superstitions than real repeatable processes.

It seems difficult to really generalize repeatable processes of what really works, because it depends on too many things. This may be the reason why you are unsuccessful when using these descriptions.

But while it seems less useful to try to work based on theories of what works -- although I had skeptical attitude -- I have found that LLMs can be huge productive boost -- but it really depends on the context.

It seems you just need to keep trying various things, and eventually you may find out what works for you. There is no shortcut where you just read a blog post and then you can do it.

Things I have tried succesfully: - modifying existing large-ish Django projects, adding new apps to it. It can sometimes use Django components&HTMX/AlpineJS properly, but sometimes starts doing something else. One app uses tenants, and LLM appears to constantly struggle with this. - creating new Django projects -- this was less successful than modifying existing projects, because LLM could not imitate practices - Apple Swift mobile and watch applications. This was surprisingly succesful. But these were not huge apps. - python GUI app was more or less succesful - GitHub Pages static web sites based on certain content

I have not copied any CLAUDE.md or other files. Every time Claude Code does something I don't appreciate, I add a new line. Currently it is at 26 lines.

I have made a few skills. They are mostly so that they can work independently in a loop, for example test something that does not work.

Typically I try to limit the technologies to something I know really well. When something fails, I can often quickly figure out what is wrong.

I started with the basic plan (I guess it is that $30/month). I only upgraded to $100 Max and later to $180 2xMax because I was hitting limits.

But reason I was hitting limits was because I was working on multiple projects on multiple environments at the same time. The only difference I have seen is that I have hit the limits. I have not seen any difference in quality.

Post reply on HN