It's a renaissance woman's world (Friends)

这是一个 Renaissance 女性主导的世界(朋友)。

The Changelog: Software Development, Open Source

2026-02-07

1 小时 43 分钟
PDF

单集简介 ...

Amal Hussein returns to tell us all about her new role at Istari, what life is like outside the web browser, how she's helping ambitious orgs in aerospace, what the SDLC looks like in 2026, and a whole lot more. Wait, moon vacuums?!
更多

单集文稿 ...

  • Welcome to changelog and friends.

  • A weekly talk show about dude, where's my blog?

  • Thanks as always to our partners at fly.io, the public cloud built for developers who ship.

  • We love fly, you might too, learn more at fly.io.

  • Okay, let's talk.

  • This is the year we almost break the database.

  • Let me explain.

  • Where do agents actually store their stuff?

  • They've got vectors, relational data, conversational history, embeddings,

  • and they're hammering the database at speeds that humans just never have done before.

  • And most teams are duct taping together a Postgres instance,

  • a vector database, maybe elastic search for search, It's a mess.

  • Well, our friends at Tiger Data looked at this and said,

  • what if the database just understood agents?

  • That's agentic Postgres.

  • It's Postgres built specifically for AI agents,

  • and it combines three things that usually require three separate systems,

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

  • The MCP integration is the clever bit your agents can actually talk directly to the database.

  • They can query data, introspect schemas, execute SQL.