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

Rain, I offer this counter.

Oxide and Friends
Engineering Rigor in the LLM Age

I think you're kind of bringing a knife to a gunfight here.

Oxide and Friends
Engineering Rigor in the LLM Age

Yeah.

Oxide and Friends
Engineering Rigor in the LLM Age

Oh, boy.

Oxide and Friends
Engineering Rigor in the LLM Age

And Rain, you know this.

Oxide and Friends
Engineering Rigor in the LLM Age

I have been wanting to do an OpenAPI diff library since before you joined.

Oxide and Friends
Engineering Rigor in the LLM Age

I'm sure I've been talking up this vaporware of like... And I made multiple earnest attempts at starting it.

Oxide and Friends
Engineering Rigor in the LLM Age

And it's just one of these pieces of code that's like, there's no good way to do it.

Oxide and Friends
Engineering Rigor in the LLM Age

All the ways to do it are gross and boring and stupid.

Oxide and Friends
Engineering Rigor in the LLM Age

And actually, it doesn't even... This is not...

Oxide and Friends
Engineering Rigor in the LLM Age

like your case that code running in privilege mode or whatever.

Oxide and Friends
Engineering Rigor in the LLM Age

This is some code that like if it segues, like if it reboots the machine somehow, like it's like, I don't know, like it's just not that high stakes, very low stakes.

Oxide and Friends
Engineering Rigor in the LLM Age

And the thing that got me across the line was I started using some of the OpenAI models in VS Code and mostly using it just through the lens of a very smart completion.

Oxide and Friends
Engineering Rigor in the LLM Age

And it allowed me to kind of repeat this pattern that I wanted to use to make sure I wasn't forgetting to compare certain things.

Oxide and Friends
Engineering Rigor in the LLM Age

And as Rain was saying, absent this, I would have written some code to write code.

Oxide and Friends
Engineering Rigor in the LLM Age

I would have written some URL script or something stupid to output a bunch of code or use a proc macro or something like that.

Oxide and Friends
Engineering Rigor in the LLM Age

So that was great, and I actually got the thing working, and it was really fun to build.

Oxide and Friends
Engineering Rigor in the LLM Age

My real breakthrough was then it was coming to demo day, and I wanted to show it off.