Live data from Hacker News

Andrej Karpathy: Software in the era of AI [video]

youtube.com

641–650 of 827 posts

Re: Andrej Karpathy: Software in the era of AI [video]

#641
post #338

the fanboying for this dudes opinion is insane.

I'm about half way through the video and I'm really not seeing what all the praise is about, it just seems to be an AI optimism word salad.

edit: a lot of the comments giving praise on YouTube look like bots...

Re: Andrej Karpathy: Software in the era of AI [video]

#642

This got me thinking about something… Isn’t an LLM basically a program that is impossible to virus scan and therefore can never be safely given access to any capable APIs? For example: I’m a nice guy and spend billions on training LLMs. They’re amazing and free and I hand out the actual models for you all to use however you want. But I’ve trained it very heavily on a specific phrase or UUID or some other activation k…

This is what mechanistic interpretability studies are trying to achieve, and it's not yet realistically possible for a general case.

Similarly to how you can never guarantee that one of your trusted employees won’t be made a foreign asset.

Re: Andrej Karpathy: Software in the era of AI [video]

#643
The image of a bunch of children in a room gleefully playing with their computers is horror movie type stuff, but because it's in a white room with plants and not their parent's basement with the lights off, it's somehow a wonderful future.

Karpathy and his peer group are some of the most elitist and anti social people who have ever lived. I wonder how history will remember them.

Re: Andrej Karpathy: Software in the era of AI [video]

#644

This got me thinking about something… Isn’t an LLM basically a program that is impossible to virus scan and therefore can never be safely given access to any capable APIs? For example: I’m a nice guy and spend billions on training LLMs. They’re amazing and free and I hand out the actual models for you all to use however you want. But I’ve trained it very heavily on a specific phrase or UUID or some other activation k…

[deleted]

Re: Andrej Karpathy: Software in the era of AI [video]

#645

okay I’m practicing my new spiel: this focus on coding is the wrong level of abstraction coding is no longer the problem. the problem is getting the right context to the coding agent. this is much, much harder “vibe coding” is the new “horseless carriage” the job of the human engineer is “context wrangling”

I will counter this with the fact that sometimes, and depending on the abstraction level that you are trying to solve/work at code or some other determinstic language is the right and easier way language to describe the context. This doesn't just apply to SWE, but all forms of engineering (electrical, civil, mechanical, etc).

We have math notation for maths, diagrams for circuits, plans for houses, etc etc. Would hate to have to give long paragraphs of "English" to my house builder and watch what the result could be. Feels like being a lawyer at this point. English can be appropriate and now we also have that in our toolbox.

Describing context at the abstraction level and accuracy you care about has always been the issue. The context of what matters though as you grow and the same system has to deal with more requirements at once together IMV is always the challenge in ANY engineering discipline.

Re: Andrej Karpathy: Software in the era of AI [video]

#646
post #50

Great talk, thanks for putting it online so quickly. I liked the idea of making the generation / verification loop go brrr, and one way to do this is to make verification not just a human task, but a machine task, where possible. Yes, I am talking about formal verification, of course! That also goes nicely together with "keeping the AI on a tight leash". It seems to clash though with "English is the new programming l…

Not gonna lie, after skimming the website and a couple preprints for 10 minutes my crank detector is off the charts. Your very vague comments adds to it.

But maybe I just don't understand.

Re: Andrej Karpathy: Software in the era of AI [video]

#647

Earlier quoted context omitted.

This thread perfectly captures what Karpathy was getting at. We're witnessing a fundamental shift where the interface to computing is changing from formal syntax to natural language. But you can see people struggling to let go of the formal foundations they've built their careers on.

> We're witnessing a fundamental shift where the interface to computing is changing from formal syntax to natural language. People have said this every year since the 1950's. No, it is not happening. LLMs won't help. Writing code is easy, it's understanding the problem domain is hard. LLMs won't help you understand the problem domain in a formal manner. (In fact they might make it even more difficult.)

Exactly. It's the uncomfortable truths well xkcd.

Re: Andrej Karpathy: Software in the era of AI [video]

#648

The image of a bunch of children in a room gleefully playing with their computers is horror movie type stuff, but because it's in a white room with plants and not their parent's basement with the lights off, it's somehow a wonderful future. Karpathy and his peer group are some of the most elitist and anti social people who have ever lived. I wonder how history will remember them.

did you not have the computer room open to flash games and the like over lunch time? competitive 4 player bmtron was a blast way back whenhttps://www.games1729.com/archive/

Re: Andrej Karpathy: Software in the era of AI [video]

#649

I think this is a brilliant talk and truly captures the "zeitgeist" of our times. He sees the emergent patterns arising as software creation is changing. I am writing a hobby app at the moment and I am thinking about its architecture in a new way now. I am making all my model structures comprehensible so that LLMs can see the inside semantics of my app. I merely provide a human friendly GUI over the top to avoid the…

I am actually working on building a semantic TypeScript server right now. It's going really good, check it out. https://github.com/screencam/typescript-mcp-server

Re: Andrej Karpathy: Software in the era of AI [video]

#650

Earlier quoted context omitted.

This is why I call all this AI stuff BS. Using a formal language is a feature, not a bug. It is a cornerstone of all human engineering and scientific activity and is the _reason_ why these disciplines are successful. What you are describing (ie. ditching formal and using natural language) is moving humanity back towards magical thinking, shamanism and witchcraft.

> Using a formal language is a feature, not a bug. It is a cornerstone of all human engineering and scientific activity and is the _reason_ why these disciplines are successful A similar argument was also made by Dijkstra in this brief essay here [1] - which is timely to this debate of why "english is the new programming language" is not well-founded. I quote a brief snippet here: "The virtue of formal texts is that…

_Amazing_ read. It's really remarkable how many nuggets of wisdom are contained in such a small text!
Post reply on HN