Reintroducing myself after a break! 👋🏻
MIT grad, cofounder & CTO of Avenir.
Building AI for employee benefits.
Currently:
• Backed by a16z speedrun 🚀
• Live w/ Fortune 500 clients 💼
• Moved to SF from Boston 🌉
I write about startups, AI, & building in public.
Ask anything!
yeah! the direction we’re exploring is more like an agentic loop
each sub-agent has a specialized role + its own memory/context, then higher-level agents coordinate them. i think of it more like modular systems operating at different layers of abstraction rather than asking one network to consciously hold everything at once.
a few things that seem to matter a lot:
→ persistent memory so an agent learns “how you like the work done” and you don’t correct it twice
→ specialized sub-agents with narrower context instead of dumping everything into one context window
→ critic/verification loops before the result moves up a layer
→ different modes for different intent: experts can specify → execute, while vague requests trigger more clarification
→ learning from edits over time, then eventually using aggregate feedback to improve the default behavior
so “smarter” to me is partly model intelligence, but increasingly architecture + memory + feedback loops.
Hey X fam 🤖
- Today I built an agent loop system so Avenir can produce continuously smarter outputs w/out human intervention, using neuroscience principles + memory
- besides that, I ate a yummy milk cake at Sana'a cafe 😋
What did you ship today?
#buildinpublic
sf is unreal 🔥
met my cracked founder friend today:
• biomedical eng phd
• MIT entrepreneur in residence
• Draper uni alum
• patented biosensors for sleep, weight management & stress
• so many awards it won't fit one screenshot
link to his startup in comments 👇
just moved to SF after graduating MIT
since landing here:
- raised from a16z speedrun
- hit 6-figure ARR
- 650k+ impressions on X
if you’re in the city hmu. let’s grab coffee ☕
MIT taught me to ask 3 questions before building any feature:
1/ Does a current customer already need this?
2/ Will it make the product simpler or more complex?
3/ Can we test it with a manual version first?
What product q's saved you from feature bloat?
#startups