Posts

Showing posts from April, 2026

HumanEval on a MacBook — 81.7% pass@1, Wi-Fi off

The M5 Max MacBook Pro with 128 GB of unified memory is the first laptop that can hold a frontier-class coding agent entirely in RAM. No GPU rack. No cloud. No subscription. I just ran HumanEval on it. Wi-Fi off the entire run. - 81.7% pass@1 on the full 164-problem benchmark - Qwen 3 Coder 30B-A3B-Instruct (8-bit MLX) - 14 minutes wall-clock, $0/month after the model download YouTube walkthrough (three real problems, code streaming live, tests going green): https://www.youtube.com/watch?v=muq7VdgxqRk ## Why this number matters The Qwen team didn't publish HumanEval scores for any Qwen3-Coder variant — they consider the benchmark saturated and went straight to agentic ones (SWE-bench Verified, BFCL, Aider-Polyglot). For the 30B variant — the one that actually fits on a laptop — there were no published HumanEval/MBPP numbers. Until this run. I also ran MBPP (sanitized): 83.3% pass@1 on a 168-problem sample. Pass rate stable since n=120; full 427-run was impractical because a fe...

Pulling 10x My Subscription Value Out of Claude — While Quietly Building the Backup Plan

Image
The math, visualized: every blue bar is one day's API-equivalent token consumption. The green dashed line at the bottom is what I actually paid (pro-rated). April 14 alone — $454 in one day — was more than four months of subscription. Every Sunday night I watch the meter tick toward 100% again. That's been the rhythm for months — five days of heavy work, one day of cleanup, one day of waiting for the weekly reset. I'm on Claude Max — usually the 5x tier at $100 a month — and I burn through nearly every token they give me. Out of curiosity I ran the math last week. I'm not sure I should have. Over the last three weeks, the tokens I've put through Claude Code added up to about $2,976 worth of API usage at Anthropic's published rates. Pro-rated, my subscription cost over that same window was about $70 . One Tuesday in mid-April, I spent $454 of token-equivalent value in a single day — more than four months of subscription, in one sitting. The math do...

Free AI on a MacBook vs $100-a-Month Claude Code — Hexagon Shootout

Image
▶ Watch the race on YouTube: https://www.youtube.com/watch?v=2KeTDDodE0A April 22, 2026. Anthropic's Claude Code Max plan jumped to $100 a month. I ran a live three-way AI race on the exact same prompt — Gemma 31B local, Llama 70B local, and Claude cloud — on a single MacBook, to see how close a free local stack gets to the paid cloud. Two of three contestants finished with zero cloud calls. If you just want the video, it's here: FREE AI on a MacBook vs Claude Cloud — Hexagon Shootout . If you want the repo, it's here: github.com/nicedreamzapp/claude-code-local . Keep reading for the setup, the numbers, and the three things that surprised me. The setup — same prompt, three contestants Hardware: M5 Max MacBook Pro, 128 GB unified memory, Apple Silicon. Gemma 31B — local, Apple MLX, 4-bit quantized (Google's code-specialized model) Llama 70B — local, Apple MLX, 8-bit quantized (Meta's generalist) Claude cloud — the real Anthropic API, using Claude C...

The Era of Hunched-Over-A-Screen Computing Is Ending — Heres Whats Replacing It

Look around any coffee shop, any office, any living room. Everyone is bent forward at the same angle, staring into a glowing rectangle, with one hand on a small slab and the other on a bigger slab. The whole posture is wrong. We know it’s wrong — that’s why ergonomic chairs are a $2 billion industry — but we keep doing it because the computers we built require it. I think we’re at the end of that era. Not because somebody invented a magic new screen. Because computing itself is finally able to leave the rectangle. I call what’s coming ambient computing . The phrase isn’t new, but most uses of it are about smart speakers or watches — small devices that ask you to look at them too. That’s not what I mean. I mean a way of working with computers that doesn’t require you to face a screen at all. Where the machine listens, talks back, sees what you see, and the keyboard becomes optional rather than mandatory. The pieces of it are already shipping. ...

What Its Actually Like to Code By Voice — With the AI Replying In My Own Cloned Voice

The closest analogy I can give for what this feels like is having a quiet co-worker in the room who happens to sound exactly like you. You think out loud. They respond out loud. You both work on the same code. Neither of you is touching a keyboard. It’s still a little uncanny. But it’s also the most natural way to work I’ve found in twenty-plus years of writing software. The setup runs entirely on my MacBook. Apple’s on-device speech recognition listens for me. A local language model thinks. A cloned-voice text-to-speech says the response back. Nothing leaves the laptop. Nothing requires a network. The whole loop is on-device, and that turns out to matter for reasons I didn’t expect. How it actually works A compiled Swift binary wraps Apple’s SFSpeechRecognizer — the same engine that powers macOS dictation — in a continuous-listening daemon. It transcribes everything I say into the active terminal window where Claude Code is running. End-of-utter...

A Field Guide to Ambient Computing — The Words for the Thing Thats Coming

I’ve been building toward something I don’t have a clean name for yet. The pieces — local AI, on-device speech, the phone-as-remote, hands-free voice loops — exist and ship today. The pattern they form, when you put them together, doesn’t have a settled vocabulary. So I’m coining one. Not because I want to invent jargon, but because a thing without a name doesn’t exist for most people , and this thing is going to exist for everyone within a few years. Here’s the working glossary. Use these terms. Argue with them. Replace them with better ones if you can think of any. The goal is to give shape to a way of working with computers that’s already real but not yet common. The Rectangle Noun. The screen. Short for the glowing rectangle of damage . The thing you’re hunched in front of right now. The thing that defines posture, attention, work pace, and back pain for most people who use computers professionally. “I want to spend less o...

Your Medical Practice Is Probably Using Cloud AI on PHI Right Now — Heres the HIPAA Problem Nobody Is Talking About

Walk into any small medical practice today and ask the front-desk staff if they’ve ever pasted a chart note into ChatGPT to “rewrite this so the patient understands it” or to “summarize this lab result.” A lot of them will say yes. Some will say no but their browser history says otherwise. A few will look genuinely surprised that anyone’s asking. Here’s what they’re not thinking about: protected health information (PHI) under HIPAA includes more than the obvious identifiers. It includes anything that, in combination, could identify a patient — symptoms plus visit date, lab values plus condition, even free-text descriptions if specific enough. Once that text leaves the practice’s network and lands in a cloud AI service, the practice has technically engaged that AI vendor as a business associate, and a Business Associate Agreement (BAA) is required. The big AI providers offer BAAs only on enterprise tiers — usually $$$$ a month. Most ...

Three Generations of Running Claude Code Locally on a MacBook — What I Actually Learned

Timely update — April 22, 2026. XDA Developers reports Anthropic is A/B-testing a Pro plan that doesn’t include Claude Code — affecting ~2% of new signups, with the pricing page updated to show Claude Code unchecked in the test variant. Current Pro users keep access for now, but the signal is clear: if you want Claude Code in the cloud, the cheapest path is moving toward the $100+ Max tier. What’s below is the free local version that runs exactly the same Claude Code CLI against a model on your own Mac, no subscription needed. I spent a weekend trying to get Claude Code running against a local model on my Mac. I ended up rewriting the whole setup three times before I had something that didn’t embarrass me on a real coding task. Here’s what went wrong and what finally worked. The project is open source — it’s at github.com/nicedreamzapp/claude-code-local if you want to skip the story and just run it. Why do this at all Claude Code is great, but ever...

This Is What a Robot Can See Now — 601 Objects, Live, Offline, on Your iPhone

Image
Hold up a banana. Your phone says “banana.” Hold up a ukulele. It says “ukulele.” A stapler, a french horn, a goose, a CT scanner, a waffle iron — it names them all, live, at 10 frames per second, with the internet turned off. That’s the part I keep coming back to. We’ve quietly crossed a line where a machine running on the 6-ounce thing in your pocket can recognize 601 different objects in the world around it without phoning anywhere. No cloud. No account. No waiting. That’s an extraordinary amount of sight to hand to a piece of consumer hardware, and it’s available right now, for free. I built RealTime AI Camera to show people what that actually feels like. The app is on the App Store, it’s free, and the source is on GitHub . Point it at your kitchen and watch it label everything in real time. Most people don’t realize how far the on-device models have come until they see it happening in their own hand. Here’s why ...

Cloud AI Coding Costs Keep Climbing — How to Pay $0 and Still Use Claude Code

Update — April 22, 2026. XDA Developers reported yesterday that Anthropic is A/B-testing a version of the Pro plan that doesn’t include Claude Code — affecting about 2% of new signups. Current Pro users keep it; the pricing page has been updated to show Claude Code unchecked for the test variant. If the test rolls out fully, the cheapest way to use Claude Code jumps from the $20 Pro tier to the $100+ Max tier. Either way, the direction is clear: the cost of cloud AI coding is going up, not down. What’s below is how to keep using Claude Code regardless. Every few weeks there’s another headline about an AI company raising prices, tightening rate limits, or putting a favorite tool behind a higher tier. If you’re a developer who uses Claude Code or a similar agent every day, the math starts getting uncomfortable. What used to be a $20/month habit can quietly become $100/month — per seat — before you notice. Multiply by a small team and it’s a real line ite...

If Your Law Firm Is Using Cloud AI on Client Files, You Probably Have a Problem

Most lawyers I talk to are already quietly using AI — ChatGPT, Claude, Copilot — for drafting, research, and summarization. It’s useful. It saves hours. And in almost every case, the firm never formally decided whether it was allowed. A paralegal or an associate started, then a partner tried it, then it was everywhere, and nobody circled back to the ethics question. Here’s the uncomfortable part: under ABA Model Rule 1.6, the duty of confidentiality applies to everything relating to a client’s representation, not just privileged communications. Anything you paste into a cloud AI service is data you’ve handed to a third-party processor. Some states have issued specific guidance warning that AI use requires the same diligence as any other vendor — data handling agreements, security audits, informed client consent. Most firms are doing zero of that. They’re just pasting. What “on-device AI” actually means There is another way to run AI tools i...

The Nice Dreamz Rebuildable Coil-Reliable and Versatile Vaping

Image
For those seeking top-notch vaping technology, the Core Coil stands out with its ceramic v5 s ide and bottom heated cup. This coil offers a fully heated, high-polished ceramic surface, making it a prime choice for all Core Erig models. The Core Coil is compatible with Core 1.0/2.0, The Cub Base, and Nice Dreamz. Each coil order includes an extra heater, ensuring you have the necessary components for your vaping experience. Optional parts are also available for the Nice Dreamz Coil. The standard coil comes with an extra Nice Dreamz replacement cup it also includes ceramic spacers (2pcs T-bar), 2pcs 510 ceramic insulator, a hex tool, and screws. These components can be purchased individually as well. For those needing more replacement cups, the Complete Coil with an additional 4pk of heaters The Core Coil’s high-polished ceramic surface ensures consistent performance, making it a reliable choice for users of The Core , The Cub , or Nice Dreamz . This coil not only improves th...

Discover the Hubble Bubble HydraTube: Your New Vaping Companion

Image
Vaping just got better with the Hubble Bubble HydraTube , courtesy of Recvapes . Finding the right tools can make all the difference. The Hubble Bubble, is a game-changer from Recvapes, one of our trusted UK suppliers. ( Recvapes IG ) When it comes to vaping, smoothness and flavor are paramount. The Hubble Bubble delivers both in a compact, efficient package. With water filtration built right in, it offers a smoother, more enjoyable vaping experience. So how does it work? The Hubble bubble uses water to filter out impurities and cool down the vapor, resulting in a cleaner and more satisfying hit. This makes it perfect for those longer sessions where you want to savor every puff. One of the standout features of the Hubble Bubble is its versatility. Available with or without a stand, it gives users the flexibility to customize their setup to suit their needs. Let’s talk dimensions. The Hubble Bubble stands at approximately 5 inches tall and 1.5 inches wide, while the stand measur...