Nimo 🏳️‍🌈

@nimobeeren.com

he/him Building cool things with or without AI (mostly with) — 🧪🎹💻🌸📷🔧📔 🌐 nimobeeren.com 📍 Eindhoven

When the weather gets hot, please take special care for the goths in your life. With their floor-length coats, platform shoes, and velvet capes, it’s hard for them to thermoregulate as we do.

A good thing about usage limits in coding tools is that it forces us to be aware of the different costs of models. It's still hard to pick the right model for the right job, but at least we have an incentive to do so now.

I knew Fable was token-inefficient, but didn't expect it to use 400K tokens and 20 minutes just to create a PLAN for a migration. That's like 3x the total tokens of my entire codebase, including dependencies...

I’ve moved my agent skills from a GitHub repo to my Obsidian vault. Git has felt too heavy for working with some simple Markdown files and Python scripts, and it’s so nice to have them auto synced across devices.

The last time I tried @zed.dev (like a year ago) I think wasn’t happy with the polish on some of the AI features. Now that I’m using separate apps for AI, I just want a fast and good text editor. Maybe it’s time to give it another try.

I really want to make a thing that you can point to a random poorly documented API and figure it out by trial and error. Then write the docs and self-evaluate ability to use the API with docs; repeat. Needs a good resettable sandbox env but would make APIs much more usable for AIs and humans.

With all these tracking apps on atproto I think the time might be ripe for an aggregator “tracker of trackers”. See what you can learn when combining all that data. And the open data protocol makes it possible.

BookHive@bookhive.buzz · 4mo ago

BookHive V2 is here 📚💙 The open social, open data alternative to Goodreads, login with your Bluesky account to try it out. Track your books, organize your shelves, see your stats and connect with fellow buzzers on bookhive.buzz

Apparently Google is blocking Gemini requests from Claude Code on web. So I guess I either have to switch to Jules, or switch my Gemini requests to Claude. It's pretty clear which has the bigger moat though 😅

Interesting to see that Rust is still harder for LLMs than other languages, and this matters on hard tasks! It’s not automatically the best choice when you need something fast and reliable.

vivshaw@vivsha.ws · 5mo ago

congratulations Ed, you successfully nerdsniped me into trying to benchmark this question! how well does Claude actually do on various languages? vivsha.ws/blog/stress-... (benchmark code & raw results on GitHub: github.com/vivshaw/llml...)

This is so true and I'm happy it turned out this way. Humans + AI both benefit. The reason why it's MORE important now is that LLMs forget everything while humans learn from trial and error. We need to compress all that learning into documentation.

Sam Rose@samwho.dev · 6mo ago

“Yeah bro LLMs are great at figuring out how to use your CLI tool you just gotta write good --help output” SO ARE HUMANS. THIS IS KNOWLEDGE FROM THE 60S. I AM GOING INSANE.

I really wish model labs would start posting benchmarks on speed and token efficiency. Can’t we just measure the time/tokens to complete existing benchmarks? Especially interested to see if smarter models can be faster on certain tasks by needing fewer tool calls.