Postgres

tool · updated Jun 10, 2026

person concept tool org talk claim — click a node to jump to its page; hover an arrow for the relation

Postgres is the relational database used by Y Combinator (YC) as the single unified data store underpinning all of its internal software and organizational data.

Role in YC's AI Infrastructure

According to the Inside YC's AI Playbook talk, YC runs all of its internal software on a single Postgres database that contains "everything that's important to YC's world in it." (7:51) This architectural choice — consolidating organizational data into one schema rather than distributing it across many siloed systems — is presented as a significant enabler of effective AI agents|agent deployment.

The talk draws an explicit analogy to the monorepo pattern in software engineering: just as a monorepo gives coding agents full context over a codebase, having all organizational context in a single Postgres schema gives agents the breadth of information they need to act usefully. (13:58)

Implications for Agent Design

A key architectural claim made in the talk is that giving agents access to this single shared database — rather than exposing narrowly scoped, purpose-built tools — is the critical unlock for organizational AI adoption. The argument is that unrestricted (or broadly scoped) access to a unified data layer allows agents to reason across the full context of an organization, which narrow tool APIs would otherwise fragment or obscure. (7:51, 13:58)