Web Development

How to Run AI Coding Agents Continuously for Days Without Losing the Plot

Simon Last (Notion co-founder) shared a method enabling AI coding agents to run continuously for 13 days—far exceeding typical agent limits of about an hour. Here’s how to build resilient long-running coding agents that don’t lose context or lose the plot. Continue reading How to Run AI Coding Agents Continuously for Days Without Losing the […]

How to Run AI Coding Agents Continuously for Days Without Losing the Plot Read More »

A Well-Designed JavaScript Module System is Your First Architecture Decision

Writing large programs in JavaScript without modules would be pretty difficult. Imagine you only have the global scope to work with. This was the situation in JavaScript before modules. Scripts attached to the DOM were prone to overwriting each other and variable name conflicts. With JavaScript modules, you have the ability to create private scopes

A Well-Designed JavaScript Module System is Your First Architecture Decision Read More »