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

Paul Dix

๐Ÿ‘ค Speaker
750 total appearances

Appearances Over Time

Podcast Appearances

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

So the thought I had in December

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

which is basically the tail end of last year, is like, I don't know if developer ergonomics matter as much anymore because developers aren't going to actually be writing the software.

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

What matters is actually like, how easy is it for an agent to use?

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

And it's funny, actually, Wes McKinney

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

uh had a post probably like two weeks ago where he mentioned this he was like you know he he's he mentioned like instead of designing for developer ergonomics maybe you should be designing for agent ergonomics because that's what's creating the software going forward right and he used as his example he's been lately

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

writing a bunch of Go code, but he doesn't write it and the agent writes it.

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

He's never been a Go developer before.

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

He's a Python guy or C guy.

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

So I think that's very true.

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

And when I was thinking about InfluxDB, I was like, well, what does it look like if an agent is writing most of the code?

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

One.

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

And two, you want to make it so that people can quickly...

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

use whatever code they're having the agent create.

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

And the idea I had there was like, well, then you want the database to essentially be like a platform for running agent written code.

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

So how do you do that?

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

Well, you need some sort of safety in there.

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

Right.

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

So the idea was like Wasm.

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

Wasm is great because you can put a Wasm runtime in the database.

The Changelog: Software Development, Open Source
Building the machine that builds the machine (Interview)

You can sandbox it.