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)

you pair that with like cloud code or gemini cli or codec cli you can actually do a lot of things you can answer a lot of questions that people outside the company might have support questions so basically where i want to get to is you know if there's something that comes in for support from from a customer we are able to actually answer that

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

within minutes based on agents doing the work and you still need like support engineers and regular engineers to review things and to build the tooling behind the scenes but ultimately where i want to get to is all of that stuff is executed automatically when things come in and they can use

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

both the code that we have internally that our customers can't see, and all the documentation and internal knowledge base that we have, either in previous support requests or issues that we have in closed source repos or documents, markdown files, and code.

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

I mean, I still think there's a ton of value in libraries that are written and tested and hardened over the course of multiple years.

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

So I don't think that's going to go away.

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

I think it's probably... The more complex something is, the more likely it is that you're going to want a library to do it.

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

So like a SQL query engine, for example, that is a very, very complex piece of software.

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

And you would be best picking something off the shelf that's actually written.

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

You're not going to ask...

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

an ai to write the thing from scratch right although it certainly could try and probably could produce some fairly passable result but it's not going to be you know as performant and as battle hardened as something that's been developed over the course of years so i don't think that changes i think as the ais get better and better like the scope of things that they can one shot and give just give you

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

uh improves so like you know in the various like code ecosystems like npm or crates or whatever there's this huge long tail of libraries where it's like you know a few functions or whatever like those the value of those is like gone

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)

But I think the bigger problem, based on what I've seen from people online, is there is now like a deluge of, you know, AI slot pull requests that open source maintainers are having to deal with.

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

And they're basically getting to the point where they have to start shutting down pull requests like they are accepting them at all.

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)

They have to be.

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

you know we'll be open source and whatever but we're not open contribution because they can't deal with the fact that like they're just getting inundated with these pull requests that have no thought or or time behind them right because it's just too easy for somebody to spin up an agent to say like do this and issue a pr

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

So maybe that gets better and GitHub actually adds some tooling.

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

I think we've seen a lot of GitHub anger over the last few months because they don't seem to be too on top of this at the moment.

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

But yeah, right now that feels like the bigger impact.