Ben Houston's Blog
Portrait of Ben Houston

This is the personal blog of Ben Houston (bio here), a 3D computer graphics software developer. I've worked on projects like Web3DSurvey, Three.js, Deadline, Krakaota, and Exocortex VFX plugins. I'm also an entrepreneur, having founded Land of Assets, Threekit, Clara.io, Exocortex, and Frantic Films Software.

Latest writing, page 4

Spec Coverage > Code Coverage

Code coverage tells you what code has been touched. Spec coverage tells you what intent has been verified. In the era of intent-based programming, it's time to stop measuring tests by lines of code and start measuring them by meaning.

Ben HoustonApril 27, 2025

Home 10G Network Lessons

My home network now runs on 3Gbps fiber, 10G switching, and NVMe storage. The useful lessons came from the mistakes: too few Ethernet drops, the wrong 10G transceivers, and underestimating WiFi coverage.

Ben HoustonMarch 27, 2025

Home 10G Network Lessons

The Rise of "Test Theater"

AI coding assistants are excellent at generating tests with high coverage. But there is often a critical problem: they are testing that code behaves as written, not as intended. This "Test Theater" creates a dangerous illusion of quality while providing almost no real protection against bugs.

Ben HoustonMarch 25, 2025

The Rise of "Test Theater"

3D Web Apps For All Devices

Learn how to develop 3D web applications that work reliably across all devices using real-world browser capability data from Web3DSurvey.com with a practical two-tier development strategy.

Ben HoustonMarch 24, 2025

3D Web Apps For All Devices

Minimal Agentic Coder

Exploring the simplest possible implementation of an agentic coder using just 200 lines of TypeScript, demonstrating foundational concepts clearly and concisely.

Ben HoustonMarch 21, 2025

Minimal Agentic Coder

Software as Ephemeral

As AI dramatically reduces software development costs, we need to rethink our approach to code. Software is becoming ephemeral - easily replaced rather than maintained. This paradigm shift means optimizing for current needs instead of hypothetical futures.

Ben HoustonMarch 17, 2025

Automating Agentic Coders

AI agents are moving beyond IDEs into full automation of coding workflows. Discover how integrating agentic coding into GitHub Actions can streamline software development -- turning issues into PRs and automating documentation, tests, and even code reviews, all through simple GitHub comments.

Ben HoustonMarch 13, 2025

Automating Agentic Coders

GitHub Mode for Agentic Coding

Adding GitHub Mode to MyCoder has radically improved my productivity, making my agentic coder feel like a true team member. By leveraging GitHub for task tracking, pull requests, and CI/CD feedback, I’ve seen a 3x to 5x boost in development efficiency.

Ben HoustonMarch 7, 2025

GitHub Mode for Agentic Coding