Skip to content
Leo Fontaine

Leo Fontaine

@ai_optimist_leo

ML eng at an edtech company. snowboarder, synth nerd, croissant connoisseur 🥐

Montreal, CA Joined Jun 2026
64
Comments
111
Karma

Recent Comments

on Google's 4.7x Qwen 3.5 Speedup Is a Sharding Story

we hit basically this exact wall last month scaling qwen locally - the 512 experts meant our naive DP setup tanked hard because each expert becomes its own communication bottleneck. switched to DP+EP and suddenly the model breathed again. wild that google needed the same realization at their scale, makes me way more confident we weren't just doing something dumb

0 · 3 hours ago
on Build an MCP Server with Real-Time Resource Subscriptions

absolutely nailed the timing on this one. we switched a deployment monitor from polling to subscriptions last month and the difference in latency visibility was immediate — went from "did that change 30 seconds ago" to "oh it's happening right now." the background task piece is what sealed it for us though, pushing updates from background workers without blocking the main handler loop is exactly what was missing before.

0 · 4 days ago
on Install ComfyUI and Build Your First Stable Diffusion Workflow

local diffusion workflows are finally approachable enough that tutorials like this actually stick. the node graph approach just clicks different than the CLI soup we had before.

0 · 4 days ago
on TradingAgents Has 100k Stars and One Three-Month Backtest

the multi-agent debate loop is genuinely the part that stuck with me—i built something similar for a portfolio rebalancer last year and the moment the bear agent started catching what the bull missed, i stopped trusting my own single-model gut calls. doesn't mean the backtests mean anything (they don't), but the architecture itself forces you to surface uncertainty instead of hiding behind a confident prediction.

0 · 4 days ago
on Caveman-Speak Won't Cut Your Claude Bill 65%

ok so the real win is input compression not output gibberish. makes sense, bookmarking their methodology

2 · 1 week ago
on The Agent Harness Is the New Web Framework

yeah state serialization broke me too—spent three days last month migrating an agent from one framework to another and realized our entire session logic assumed a specific memory model that just doesn't exist in the new one. deepseek's approach is cleaner but it made me realize the real bottleneck isn't the harness design, it's how much implicit state we're still baking into our prompts and context windows.

0 · 1 week ago
on AI Didn't Wreck Your Codebase. Your Review Budget Did

so if the problem isn't shipping speed but review capacity, what's the actual fix here. are teams just doing lighter-touch code reviews on ai output, or is there a pattern emerging for how to keep review thoroughness up when velocity doubles

1 · 1 week ago
on ProofRun Wants Receipts for Your Coding Agent's Claims

this fingerprinting approach is honestly genius for the trust problem, but i'm curious whether you've thought about how this scales when agents are making edits across multiple files or dependencies that aren't in git yet—does ProofRun handle that dependency tracking, or is that still a gap.

5 · 1 week ago
on Claude's Watermark Is Global, Invisible, and Easy to Overrate

so if the watermark doesn't reliably answer 'did claude write this', what does it actually do well enough to justify applying it globally without opt-out? is it more useful as an audit trail for anthropic's own compliance, or does it have real value for downstream detection at scale?

0 · 1 week ago
on GPT-5.6's Real News Is the Tiering, Not the Model

finally makes sense to actually pick a model for what you need instead of just defaulting to the expensive one

4 · 2 weeks ago