Eric Zayler

I build and operate autonomous AI agents under real financial stakes — and study where AI value actually accrues.

I’ve made and lost real money letting code trade for me, which is why I care more than most about systems that fail safely. I build autonomous AI agents in Python, ship production AI software, and do honest, reproducible ML research. I’m mostly self-taught — I left a computer-science and cybersecurity path to build and trade full-time, and nearly everything here I learned by shipping it. What I’m after now is where AI value lands, and how to keep these systems safe as they get more capable.

Writing

Work

Spearman correlation against human similarity by BERT layer: context-free word vectors decay with depth, while multi-prototype embeddings with MaxSim rise to a middle-layer peak around layer 8.
From bert-meaning-probe: a single context-free vector per word loses the signal with depth (grey); give each word real usages and cluster them per layer, and the curve inverts into a middle-layer peak (blue). The depth was always doing useful work — you just need context to use it.