Live data from Hacker News

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

news.ycombinator.com

391–400 of 433 posts

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

#391
post #342

Earlier quoted context omitted.

Thanks for the info. I try a mix of things I know well and things I want to play around with. Swift and iOS was something that didn’t work so well for me. I wanted to play around with face capture and spent a day with Claude putting together a small app that showed realtime video of a face and put dots on/around various facial features and printed log messages if the person changed the direction they were looking (up…

> I realized the Claude version had a threading issue waiting to happen that was explicitly warned against in the docs of the api calls it was using. I am reading between the lines here, trying genuinely to be helpful, so forgive me if I am not on the right track. But based on what you write, it seems to me you might have not really gone through the disillusionment phase yet. You seem to be assuming the models "under…

I appreciate the reply, and you trying to be helpful, but this is not what is happening.

I mean I'm definitely still in the stage of disillusionment, but I'm not treating LLMs as senior or expecting much from them.

The example I gave played out much as you described above.

I used an iterative process, with multiple self-contained smaller steps, each with a planning and discussion stage where I got the AI to identify ways to achieve what I was looking to do and weigh up tradeoffs that I then decided on, followed by a design clarification and finalisation stage, before finally getting it to write code (very hard sometimes to get the AI not to write code until the design has been finalised), followed by adjustments to that code as necessary.

The steps involved were something like:

- build the app skeleton

- open a camera feed

- display the feed full screen

- flip the feed so it responded as a mirror would if you were looking at it

- use the ios apis to get facial landmarks

- display the landmarks as dots

- detect looking in different directions and print a log message.

- detect the user opening their mouth

- play a sound when the mouth transitions from closed to open

- etc

Each step was relatively small and self-contained, with a planning stage first and me asking the AI probing/clarifying questions.

The threading issue didn't come up at all in any of this.

Once it came, the AI tied itself in knots trying to sort it out, coming up with very complex dispatching logic that still got things incorrect.

It was a fun little project, but if I compare the output it just wasn't equivalent to what I could get if I'd just started with the Apple documentation (thought maybe it's different now, as per another commenter's reply).

It's also easily completeable in a day if you want to give it a try :-) Apple Developer reference implementation [here](https://developer.apple.com/documentation/Vision/tracking-th...).

> By project manager role, I mean that I am explicitly taking the CC through the various SWE stages and making sure they have been done properly, and also that I iterate on the solution. On each one of the stages, I take the role of the respective senior professional. If I cannot do it yet, I try to learn how to do it. At the same time, I work as a product manager/owner as well, to make decisions about the product, based on my personal "taste" and requirements.

Right, this is what I do. I guess my point is that the amount of effort involved to use English to direct and correct the AI often outweighs the effort involved to just do it myself.

The gap is shrinking (I get much better results now that I did a year ago) but still there.

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

#392

I want to be much more publicly unhinged and in general do a lot more art without worrying too much about why or what I'm trying to say. I've found a lot of beauty in shitposts this year and I want to develop my skills to really meaningfully contribute to the corpus.

The world needs more intelligent shitposting. I support you.

Bold of you to assume! <3

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

#393
post #3

* Get less scared about applying to do stuff! I'm leaving my longtime job---I've taught advanced math to super-smart high schoolers; I'm quitting to be a visiting professor at Deep Springs College for a semester and then ???---and in the past, fear of applying to things (jobs, grad schools, writing residencies) has been a major blocker. * Learn complex analysis! * Get a better workflow for writing my notes to myself…

For complex analysis, I recommend using Stein's book (the whole series is good).

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

#394
post #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…

> 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.

May I ask which languages are you talking about here? and what methods you will follow?

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

#395
Coffee roasting - I've started to roast a coffee for my girlfriend coffee shop as a side job 2.5 years ago and now I start to feel, my learning curve is finally growing up. I want to learn how to make consistently great roasted coffee, how to manage entire process and how to keep pushing quality up.

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

#396
quite appreciate everyone chiming in the comments to help others reach their goals.

mine are rehash from this year (which failed!) with a new one:

- focus on health: specifically getting back on track and maintaining a sustainable routine

- consume less, make more: less passive pastime

- explore side hustles: to encourage the previous, try to fill in a (very) small market gap using what i know or want to learn

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

#397

This is a new years resolution question barely in disguise, but they're fun cause a lot of us are cooped up, barely 4 days into winter, 86ish to go, and we're champing at the bit for change. I am pretty sure I'm a 50th percentiler. I'm mid 40s, kinda burned out but still struggling forward in my ok-but-not-hollywood IT career, I still have a passion for doing things well in a technical society that values doing thing…

That's kinda wild to hear about the corn because I've found corn to be one of the easiest crops to grow.

If you want to try again, these are the seeds I last used which had 100% germination and produced plenty of ears of corn.

https://www.amazon.com/dp/B005MI33BS

I've also had a ton of luck growing corn in 5 gallon buckets with holes drilled in the side to allow air into the soil which keeps the roots from balling up (wasting energy that should go into growing ears). Used potting mix with a handful of lime and a handful of epsom salt, and topped the buckets with mulch to retain moisture.

If you're willing to try that approach, this was very similar to my system:

https://www.youtube.com/watch?v=ptgJn15TmRM

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

#398
post #178

Reverse engineering. I cannot stand that every product I buy requires an app (that will break with the next upgrade/or lack thereof). I realise this is a problem possibly better suited to be solved on a policy level, but I rather learn some more reverse engineering skills (which can be both very rewarding as well as frustrating) than go into politics.

Maybe also think about a structure for such things. As in, it’s all very well to reverse engineer something for your own edification or benefit, but sharing the fruits of your labour with others would be so much better. And further, serendipitously discovering (possibly abandoned) reverse engineering efforts on GitHub is better than nothing, but having a community working on such things, sharing progress and techniqu…

100% find a buddy and have some hacking sharing session/weekend is a great way! Ofc this can be scaled as well!

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

#399
post #391

Earlier quoted context omitted.

> I realized the Claude version had a threading issue waiting to happen that was explicitly warned against in the docs of the api calls it was using. I am reading between the lines here, trying genuinely to be helpful, so forgive me if I am not on the right track. But based on what you write, it seems to me you might have not really gone through the disillusionment phase yet. You seem to be assuming the models "under…

I appreciate the reply, and you trying to be helpful, but this is not what is happening. I mean I'm definitely still in the stage of disillusionment, but I'm not treating LLMs as senior or expecting much from them. The example I gave played out much as you described above. I used an iterative process, with multiple self-contained smaller steps, each with a planning and discussion stage where I got the AI to identify…

What I meant by "not treating LLM as senior" is that the disillusionment phase culminates in an a-ha moment which could be described a "LLM is not a senior developer". This a-ha moment is not intellectual, but emotional. It is possible to same time think that LLM is not a senior developer, but not realize it emotionally. This emotional realization in turn has consequences.

>The threading issue didn't come up at all in any of this. > >Once it came, the AI tied itself in knots trying to sort it out, coming up with very complex dispatching logic that still got things incorrect.""

Yes. These kind of loops have happened to me as well. It sometimes requires clearing of context + some inventive step to help the LLM out of the loop. For example my ad pacing feature required that I recognized that it was trying to optimize the wrong variable. I consider this to be partly what I mean by "LLM is a junior" and that "I act as the project manager".

> I guess my point is that the amount of effort involved to use English to direct and correct the AI often outweighs the effort involved to just do it myself.

Could you really have done a complex mobile app alone in one day without knowing the stack well beforehand? I believe this of stuff used to take months from a competent team not long time ago. I certainly could not have done one year ago what I can do today, with these tools.

Post reply on HN