15 July 2026
3 shows published 3 episodes in the period, 1.5 hours in all. These are the 4 minutes worth hearing.
AI
Latent Space
Dan Biderman, co-founder and chief executive of Engram.
The episode states Engram has just closed a $98 million seed round. He describes growing up in Tel Aviv, serving as an officer in Israeli naval special operations, studying cognitive neuroscience in Israel and taking a PhD in computational neuroscience in New York, then working at Mosaic on LoRA before the labs at Stanford, Cornell and Berkeley his co-founders came from. The company's stated bet is compressing corpora into loadable weight states it calls cartridges.
-
1 of 2 explainer
Engram's chief executive says a single Wikipedia article read by a Llama 70B model takes up GPU memory of the same order as the model's entire parameter set, and that his company is trying to remove the prefill step rather than optimise it.
Weights at BF16 run to roughly 140 gigabytes and carry a distorted version of the whole internet, while the serving state for a few tens of kilobytes of text reaches around 80 gigabytes on his figures. Biderman's answer is to pay the compute at training time, load the resulting state and start decoding at once, which follows how data centres now split those two stages onto different cards.
-
2 of 2 framework
Engram's chief executive picks one query to mark where retrieval fails: which M&A deals did we not complete this year, an answer written in none of the files, which he says costs thousands of dollars a run with a frontier model and compaction.
Nowhere does a document state that a deal fell over, so answering means reading every matter in the book and taking the gist, which any employee in the firm could do unaided. He takes pre-training as the existence proof: the industry learns from the web rather than searching it, because learning a corpus creates associations that reading it back at query time does not.