Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Bryan Cantrill

๐Ÿ‘ค Speaker
4570 total appearances

Appearances Over Time

Podcast Appearances

Oxide and Friends
Engineering Rigor in the LLM Age

And this is a library, so there's not a front end to this thing.

Oxide and Friends
Engineering Rigor in the LLM Age

So I was like, okay, I'll write a little CI tool.

Oxide and Friends
Engineering Rigor in the LLM Age

And literally all I wrote was function main

Oxide and Friends
Engineering Rigor in the LLM Age

opened a comment, said, parse the first two command line arguments, and literally the rest of the program I just had tab completed.

Oxide and Friends
Engineering Rigor in the LLM Age

It's like, I think this is, it figured out, this is probably the program you want to write.

Oxide and Friends
Engineering Rigor in the LLM Age

I had to fix a couple of little things here and there, but it was very eye-opening.

Oxide and Friends
Engineering Rigor in the LLM Age

And then that became my demo in addition to the actual library I built, but was like the live coding, the live, I guess, coding of just hitting tab and watching it do the thing that it inferred I wanted to do.

Oxide and Friends
Engineering Rigor in the LLM Age

Is there anything like, do LLMs like Rust?

Oxide and Friends
Engineering Rigor in the LLM Age

I know that's a weird kind of question, but I've wondered that if the things that we appreciate about it in terms of like not being able to like

Oxide and Friends
Engineering Rigor in the LLM Age

represent invalid states and so forth, if that is a useful property when LLMs are constructing code.

Oxide and Friends
Engineering Rigor in the LLM Age

Like if there's a diesel error, you'll be able to understand what it means.

Oxide and Friends
Engineering Rigor in the LLM Age

Someday.

Oxide and Friends
Engineering Rigor in the LLM Age

Artificial super intelligence is required for that.

Oxide and Friends
Engineering Rigor in the LLM Age

So my blog uses a static site generator written in JavaScript, and I don't really know JavaScript.

Oxide and Friends
Engineering Rigor in the LLM Age

I mean, I know I can hum a few bars, but that's kind of it.

Oxide and Friends
Engineering Rigor in the LLM Age

Uh, and I used LLMs a lot to sort of get things the way I wanted them.

Oxide and Friends
Engineering Rigor in the LLM Age

And part of it is like, I don't give a shit, right?

Oxide and Friends
Engineering Rigor in the LLM Age

Like it's a static site generator.

Oxide and Friends
Engineering Rigor in the LLM Age

It's going to generate it statically.