logoalt Hacker News

brendanyoungertoday at 4:29 PM2 repliesview on HN

I'm in my mid-40's now. I taught myself C when I was 15. I have no desire to use LLMs to pump out code.

I take comfort in re-reading much of the 70's and 80's literature which focuses the possibilities of user experience. We still haven't fully explored all the dreams of half a century ago.

If AI forces the business case that "code is cheap", I can only hope we re-double our efforts at creating new interfaces and capabilities for computer systems. The Meta glasses, Apple Vision, and the like are small steps in this direction.


Replies

kgeisttoday at 5:10 PM

>I'm in my mid-40's now. I taught myself C when I was 15. I have no desire to use LLMs to pump out code.

For me, it's the other way around: I'm glad that AI can write code for me. A few months ago, I moved from an engineering role to a researcher role exactly because I got tired of writing code. Probably 95% of code/features (at least the kind you get paid for) is just boring CRUD stuff where you move bytes from one place to another and then show them in the UI (plus some access rules and a few invariants here and there).

All of it was actually interesting in the first couple of years. But when you do it over and over again for 20 years in a row... Yeah. Sometimes there are interesting projects from time to time, but usually it's the same stuff you've done countless times. Deja vu.

In my current researcher role, my task is to explore novel ideas, productize research papers, etc., and LLMs allow me to quickly write prototypes and demos, play with various ideas, without having to spend a lot of time manually moving bytes from one place to another. It’s fun again.

show 1 reply
mentalgeartoday at 4:58 PM

Interesting! Could you give some examples of these unexplored fields/applications ?