Erick M'bwana
766 posts



The monorepo lends itself nicely to agentic engineering. All your context in one codebase. But the structure within the monorepo matters a lot. Clear module boundaries, good naming conventions, well-organized workspace configurations. These become even more important when your primary code "reader" is an AI agent.

I heard vibe-coders used agents to write a C compiler. Are they stupid? Dont they know git clone gcc?


I thought Dwarkesh had a good point that software engineering is the only job where the full context needed to do the job is available to an AI agent (via the code base) And I didn’t think Dario had a good answer for why automating other jobs will be as easy











I asked one interviewer about Fizzbuzz a decade and a half or so ago. He told me it was to weed out candidates who were lying about being able to program. At all. I thought he was exaggerating then. I was wrong.

<iframe> is the original async primitive on the web. Something on your page isn't ready yet? Put it in an <iframe> and let the browser load it in a separate request. It's an async HTML "include". No "suspense", no special compiler or wire format. Just good ol' HTML and HTTP.





