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

Adam Stacoviak

๐Ÿ‘ค Speaker
1754 total appearances

Appearances Over Time

Podcast Appearances

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

Is it just gone for now and wait or are you handling things?

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

It sounds like you're in a buy time kind of scenario.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

Am I reading that right?

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

You're buying time to research it more, to attack it more, to have a MRNA opportunity for a 50-50 chance.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

Is that kind of where you're at?

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

This is the year we almost break the database.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

Where do agents actually store their stuff?

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

They've got vectors, relational data, conversational history, embeddings, and they're hammering the database at speeds that humans

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

just never have done before.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

And most teams are duct taping together a Postgres instance, a vector database, maybe Elasticsearch for search.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

Well, our friends at Tiger Data looked at this and said, what if the database just understood agents?

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

That's agentic Postgres.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

It's Postgres built specifically for AI agents, and it combines three things that usually require three separate systems.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

Native model context protocol servers, MCP, hybrid search and zero copy forks.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

The MCP integration is the clever bit.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

Your agents can actually talk directly to the database.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

They can query data, introspect schemas, execute SQL without you writing fragile glue code.