Posts tagged: software-development
From VFX Tools to Enterprise SaaS: Three Lessons in Finding Product-Market Fit
Ben Houston • 10 Minutes Read • July 26, 2025
This is the story of how I went from building Hollywood VFX tools to raising $65M for enterprise SaaS, and the three crucial lessons I learned along the way.

Tags: enterpreneurship, the-indus-enterpreneur, talks, software-development
Three Hard-Won Lessons for Entrepreneurs: From VFX Tools to Enterprise SaaS
Ben Houston • 8 Minutes Read • May 22, 2025
After twenty years building computer graphics software used in Hollywood blockbusters and enterprise product visualization, here are the crucial lessons that can help entrepreneurs build more successful companies.

Tags: enterpreneurship, the-ottawa-network, talks, software-development
Understanding TanStack Router's beforeLoad and Loader Behavior
Ben Houston • 4 Minutes Read • April 7, 2025
A detailed exploration of how TanStack Router handles data loading through beforeLoad and loader functions, with insights on execution order, data merging, and performance implications.

Tags: software-development, tan-stack
Crafting README Files for Efficient AI-Assisted Coding
Ben Houston • 5 Minutes Read • March 28, 2025
Optimize your README.md files to empower both human developers and AI coding assistants alike.
Tags: mycoder, agents, software-development
Building 3D Web Apps That Work Everywhere: A Data-Driven Approach
Ben Houston • 5 Minutes Read • March 24, 2025
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.

Tags: computer-graphics, three-js, software-development
What is the Most Minimal Agentic Coder You Can Write?
Ben Houston • 3 Minutes Read • March 21, 2025
Exploring the simplest possible implementation of an agentic coder using just 200 lines of TypeScript, demonstrating foundational concepts clearly and concisely.

Tags: mycoder, agents, software-development
Building an Agentic Coder from Scratch
Ben Houston • 6 Minutes Read • March 20, 2025
How to build an autonomous agentic coder that leverages advanced LLMs to transform software development. A talk given at the Ottawa Forward JS meet-up.

Tags: mycoder, agents, software-development, forward-js, talks
The Ephemeral Nature of Software in the Age of AI
Ben Houston • 6 Minutes Read • March 17, 2025
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.
Tags: agents, software-development
Agentic Coders with GitHub Comments and Actions: Automating Real Development
Ben Houston • 3 Minutes Read • March 13, 2025
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.

Tags: mycoder, agents, software-development
GitHub Mode: A Game Changer for Agentic Coding
Ben Houston • 4 Minutes Read • March 7, 2025
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.

Tags: mycoder, agents, software-development
Lean into your Agentic Coder's Mistakes
Ben Houston • 2 Minutes Read • March 6, 2025
Adapting your codebase to match AI coder assumptions doesn't just help AI -- it uncovers hidden complexity, ultimately benefiting human developers.
Tags: mycoder, agents, software-development
Stop Writing Code for Humans - The Future Belongs to AI Agents
Ben Houston • 16 Minutes Read • March 5, 2025
As AI coding agents become increasingly capable, we need to rethink our code organization and documentation practices. Here's why traditional "human-first" coding approaches are becoming obsolete and how to structure your projects for optimal AI compatibility.
Tags: mycoder, agents, software-development
I've started using TanStack/Start and I like it a lot.
Ben Houston • 5 Minutes Read • February 18, 2025
Why TanStack/Start may be the right choice for your next project. Exploring the unique features of TanStack/Start in comparison to Remix, and Next.js.
Tags: software-development, tan-stack
The Origins of Krakatoa: A VFX Rendering Journey
Ben Houston • 6 Minutes Read • December 6, 2024
From solving a unique rendering challenge for a single film to becoming an industry-standard tool used in blockbuster movies like Avatar and Harry Potter, the origin story of the Krakatoa point renderer.

Tags: enterpreneurship, frantic-films, visual-effects, software-development
Building Deadline: Finding Product Market Fit in a VFX Studio, and almost winning an Oscar
Ben Houston • 7 Minutes Read • December 5, 2024
Sometimes big opportunities come from solving what seem like minor problems. In 2002, fresh out of university, I accidentally co-created what would become one of the most widely-used tools in Hollywood visual effects - all because I needed a better way to run fluid simulations.

Tags: visual-effects, frantic-films, entrepreneurship, computer-graphics, software-development
The Entrepreneurial Journey of Clara.io: Finding Product-Market Fit in Unexpected Places
Ben Houston • 6 Minutes Read • December 4, 2024
How a pioneering web-based 3D editor pivoted from trying to revolutionizing visual effects to finding unexpected success in enterprise product visualization.

Tags: clara.io, enterpreneurship, computer-graphics, software-development
I Didn't Need Kubernetes, and You Probably Don't Either
Ben Houston • 7 Minutes Read • November 5, 2024
Kubernetes often represents the ultimate solution for container orchestration, but my experience has led me to leave it behind in favor of a simpler, cost-effective solution using Google Cloud Run.

Tags: software-development
Introducing Web3DSurvey: Tracking WebGL and WebGPU Capabilities
Ben Houston • 3 Minutes Read • September 1, 2024
Web3DSurvey is a tool for 3D web developers that tracks and aggregates WebGL, WebGL2, and WebGPU capabilities providing valuable insights into real-world support for these features.
Tags: computer-graphics, three.js, software-development