Frameworks for Humans in the Age of Machines
Source: Dev.to
Overview
Yesterday I attended “Frameworks for Humans in the Age of Machines,” a talk by Rich Harris, the founder of Svelte. The discussion centered on a big question: as more engineering work shifts to AI agents and automation, what is left for humans to do? Rich’s answer was simple and reassuring. He emphasized building tools that feel good to use, cutting unnecessary complexity, and creating frameworks that work with developers instead of fighting them.
Rich Harris’s Background
Rich began his career in journalism before moving into tech. That background clearly shaped his focus on clarity, storytelling, and communication in software. This mindset is deeply reflected in Svelte’s philosophy: simple ideas, clear intent, and tools designed for humans.
Svelte Highlights
- Milestone: Svelte is turning 10 years old this year—a lifetime in web development.
- Origin: It was born in Brooklyn, making the moment especially meaningful for a NYC audience.
- Technical Advantages:
- No virtual DOM
- Compile‑time optimization
- Small bundle sizes
- Clean, readable syntax
- Approach: Svelte feels closer to real‑world development, built on standard HTML, CSS, and JavaScript.
Fun fact: The word svelte literally means fast, lean, flexible, smart, and elegant—exactly what the framework aims to be.
Closing Quote
“We would rather have a thing that a small number of people love than a thing a large number of people tolerate.”