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

David Crespo

๐Ÿ‘ค Speaker
205 total appearances

Appearances Over Time

Podcast Appearances

Oxide and Friends
Engineering Rigor in the LLM Age

Uh, yeah, yeah.

Oxide and Friends
Engineering Rigor in the LLM Age

Yeah, I mean, for a long time, I think until this year, really, when Cloud Code took off, I was using LLMs as kind of like a fancy search, even before they were actually search engines.

Oxide and Friends
Engineering Rigor in the LLM Age

And everyone was like, it's not a search engine because you're getting this very lossy picture of what's in the model weights.

Oxide and Friends
Engineering Rigor in the LLM Age

Even then, on things that they were trained very well on, which is what I work on, web dev, they were great, even just for retrieval.

Oxide and Friends
Engineering Rigor in the LLM Age

So I was using them a lot for that or small snippets.

Oxide and Friends
Engineering Rigor in the LLM Age

This year, I think, is when it really took off that the models could really

Oxide and Friends
Engineering Rigor in the LLM Age

Do more complex autonomous things based on a very small description?

Oxide and Friends
Engineering Rigor in the LLM Age

And more importantly I think pull in like what you're talking about where when the cloud code is looking at the luminous code that you have On disk it's pulling in context that it doesn't have and that's very different from yeah You know it's not so much.

Oxide and Friends
Engineering Rigor in the LLM Age

You know the typical use case the typical use is you know you ask it a one-sentence question and There's only so much detail that you can get back out of it because there's just not enough texture in the question and

Oxide and Friends
Engineering Rigor in the LLM Age

to tell it what to tell you back.

Oxide and Friends
Engineering Rigor in the LLM Age

And so when I gave the talk about LLMs at Oxcon in September, a lot of what I stressed was the way to set up the problem for yourself is you want to give it enough so that the answer is in some sense contained in what you give it.

Oxide and Friends
Engineering Rigor in the LLM Age

And what these agent tools do by just living in a repo and pulling in whatever context they want is they give themselves that texture and context.

Oxide and Friends
Engineering Rigor in the LLM Age

So that's really what's changed

Oxide and Friends
Engineering Rigor in the LLM Age

this year from the way I was using it a really long time ago.

Oxide and Friends
Engineering Rigor in the LLM Age

I was like, I was trying to, you know, I wrote a CLI that lets you pass stuff on standard in and you can dump files into it.

Oxide and Friends
Engineering Rigor in the LLM Age

But, you know, giving the things the ability to just do that stuff on their own, it makes things so much easier because you don't have to, you know, manually select a list of files to that's worth looking at.

Oxide and Friends
Engineering Rigor in the LLM Age

Yeah, the early things this earlier this year were things like stubbing out like I would stub out a test.

Oxide and Friends
Engineering Rigor in the LLM Age

This was this was before they got good enough to really like, you know, you can tell it the kind of the shape of the set of tests that you want and it'll write 50 tests.

Oxide and Friends
Engineering Rigor in the LLM Age

Before that, it was more like you would write the title of the test and maybe five comments saying the steps of the test and it would fill in.

โ† Previous Page 1 of 11 Next โ†’