@ttunguz: I've been using state-of-the-art models to teach small models running on my computer how I work. The result : a persona…

X AI KOLs Following News

Summary

Using large AI models to train smaller local models, the author built a personal agent that manages email, calendar, deals, blog, and research.

I've been using state-of-the-art models to teach small models running on my computer how I work. The result : a personal agent that runs my inbox, my deal pipeline, my blog, my calendar, & my research. 🧵 https://t.co/vYDtmVtYL9
Original Article
View Cached Full Text

Cached at: 05/29/26, 07:55 PM

I’ve been using state-of-the-art models to teach small models running on my computer how I work.

The result : a personal agent that runs my inbox, my deal pipeline, my blog, my calendar, & my research. 🧵 https://t.co/vYDtmVtYL9

Similar Articles

The power of structured workflows and small local models

Reddit r/LocalLLaMA

The author details their experience building a custom agent loop using a small local model (Qwen3.5 9B) with structured workflows and a map-reduce pattern to manage context limits, replacing Claude Code for most tasks.

@qinzytech: https://x.com/qinzytech/status/2066585405479371092

X AI KOLs Timeline

A technical analysis of two approaches to building self-evolving AI agents: model-based (via architecture like SSMs or transformer with fast-weight updates, and training methods) and harness-based (via memory or meta harness that can rewrite itself). The author provides practical recommendations for different audiences.