CHRIS HAY

IDEAS · SYSTEMS · OBJECTS / LONDON · 2026

THE CONNECTED RECORD

Ask
the work.

Find the film. Read the words. Return to the source.

Ideas, systems and objectsLARQLMCP appsFFNagent memoryquantizationMixture of ExpertsHow many episodes?

241 FILMS · 2 TIMED TRANSCRIPTS · SOURCE SEARCH

Search the house’s own description and its source records. This first edition retrieves material rather than generating an answer. Automatic captions are unreviewed. Films without indexed captions can be found by their titles and available descriptions. Browse the complete catalogue for draft questions and notebook entries, which are not treated as published evidence here.

8 RESULTS FOR “model as database

AUTOMATIC CAPTIONS / 0:00

LLMs Are Databases - So Query Them

What if I said every single large language model was a database? Specifically, a graph database. Not metaphorically, but physically. If we looked underneath the hood at the weights, it was an actual database with real edges, with real entities, with real nodes. That's how it was physically represented. What would that mean? Well, it would mean that we could query it. We

ORIGINAL SOURCE ↗

AUTOMATIC CAPTIONS / 0:25

LLMs Are Databases - So Query Them

could insert new knowledge. We could compile down to weights because it's just a database. And if it's just a database, then we could have query languages like SQL over the top of it. We could programmatically work with the model if that were true. But the good news is it is true. So, let's do it. So, we're going to query it with a language called Larql, which allows us to query

ORIGINAL SOURCE ↗