BlitzGraph proposes a graph database for LLM agents
BlitzGraph is a service designed with in mind. Instead of splitting information across many SQL-style tables and reconnecting the same real-world thing under different IDs, one record can belong to several kinds at once and change over time. A company can start as a prospect, later become a customer, and then become a churned customer while keeping the same ID.
Relationships are also meant to be flexible, so different kinds of records can play the same role. The goal is to model real people, companies, deals, and status changes in a more natural way than a table-based setup.
Key points
- BlitzGraph is presented as a built for .
- One record can belong to multiple kinds at the same time.
- The same ID can track a company as it changes from prospect to customer to churned customer.
- The design tries to avoid awkward SQL-style self-joins across separate tables.
- No measured token savings or numbers are provided.