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

Damien Tanner

๐Ÿ‘ค Speaker
791 total appearances

Appearances Over Time

Podcast Appearances

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

I think this is the thing that slows people down with coding agents.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

You use it on existing repo and LLMs have bad taste.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

They just give you kind of the most common denominator, kind of bad taste version of anything, whether it's like writing a blog post or coding, right?

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

And so when you use it on an existing project and then you review the code, you just find all these things wrong with it, right?

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

It like, you know...

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

Right now, they love doing all this really defensive try-catch in JavaScript or really verbose stuff or write a utility function that exists in a library already.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

But when you start on a new project and you just use YOLO mode and you're just, you know, you're building something for yourself as well, right?

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

Like, where's the code?

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

Why review the code?

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

I think we're only in this temporary weird thing where we're, like, trying to jam.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

Like, we have these existing software processes that ensure we deliver high-quality software, secure software, good software.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

We can't throw those out the window for everything that exists today.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

But for everything new that you're building...

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

You've got an opportunity to kind of pull apart question and collapse down all of these kind of processes we've built for ourselves.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

Processes that were built to ensure humans don't make mistakes.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

And help humans collaborate and help humans manage change in the repository and everything.