Rabbit R1

Comments

The tech world is abuzz with the announcement of the Rabbit R1, a little handheld AI assistant thing that has an interesting goal.

The tl;dr is that it’s a ChatGPT model that will run little AI agents (called “rabbits”) on your behalf to make complex API requests for you. I actually think it’s a pretty cool idea and one of the few things that I don’t hate about the modern AI push (ethics of ChatGPT aside, of course).

At $200 for the hardware it’s obvious that the LLM is running in the cloud somewhere, and it’s not like the other stuff wouldn’t also require cloud to operate anyway, though, and that raises the one big question I have about it: who foots the bill for the actual backend services? Because at $200 it’s probably being sold at-cost or for a small profit, and operating the necessary cloud services ain’t free.

Read more…

My least favorite question in all of tech recruiting

Comments

“Are you frontend, backend, or full-stack?”

I really hate this question, for so many reasons.

First of all, it presupposes that there’s only two sorts of things that are done in software anymore: either you’re making websites (frontend) or services called by them (backend), or you’re someone who does both, but still using the frontend/backend dichotomy.

There are so many other kinds of software out there. Not all the world is Building Websites. Just off the top of my head there’s the extremely broad categories of graphics, platform, audio, gameplay, automation, embedded, infrastructure, distributed systems, and so much more.

Even in today’s dystopian push towards blockchain and machine learning, what kinds of engineer works on the underlying systems there? It’s neither backend nor frontend.

Read more…

So about that AMP-script thing

Comments

Two days ago, Google breathlessly announced this amazing new revolution for websites:

Or in other words:

Let’s make a limited subset of the web that guarantees performance! No JavaScript, to keep it lean!

(Two weeks later)

So about that JavaScript thing…

Read more…