ctlr+r #05: Less UI, more chats, faster containers
Weekly updates from the command line of my brain: đ§ Thoughts, đ Tools, and đ Takes on software engineering, data, AI, and tech.
đ§ Are chat interfaces replacing traditional UIs?
What if we used less UI and more code going forward? What if, instead of clicking through interfaces, you had a simple chat that handled all the interactions for you?
Lee Robinson (DevRel at Cursor, previously at Vercel) shared his experience of removing the entire CMS from the Cursor website. A CMS is another layer of interface and complexity. In the age of AI-assisted development, itâs much easier to work with raw code so AI can easily modify things without navigating through additional layers.
So, chat everywhere?
Not quite. Leeâs example shows we could certainly remove some layers, but he also mentioned still wanting a basic GUI to manage assets, for instance. For website content management, you could definitely survive with minimalist features.
However, many workflows will still need specific, opinionated UIs. A chatbot wonât always cut it.
A good example is video editing. Sure, you could use a chatbot to remove all the âsilenceâ from a video. But what the editor actually wants is the ability to easily adjust the silence threshold andâmost importantlyâpreview changes so they can always roll back (or cut more). This requires tight integration with a classic video timeline and other controls.
A chatbot wonât provide an efficient workflow here.
đ OrbStack: A better container solution for macOS?
Itâs weird this project didnât fall onto my radar earlier.
OrbStack, per their definition, is âthe fast, light, and simple way to run containers and Linux machines. OrbStack offers excellent performance and seamless integration with macOS.â
There are lots of alternatives to Docker Desktop. In the past, Iâve tried (in order of age/maturity) Rancher Desktop, Podman, and recently Appleâs own container runtime, simply called âContainerâ (yes, they missed the âiContainerâ branding opportunity).
All of them were nice, but sometimes felt clunky and, most importantly, didnât always have good support for devcontainers, which is how I use containers locally every day for all development purposes.
Docker Desktop may feel heavier and slower, but its support is generally solid.
I decided to give OrbStack a spin with a devcontainer (one container) running a Node.js app.
So yes, OrbStack has a significantly smaller footprint and includes nice features around mounted volumes and SSH to containers that I havenât explored much yet.
That said, itâs closed source (like Docker Desktop) and backed by a much younger company.
Iâll continue using it as my default for the coming months and will report back.
đ What I read/watched
Reducing BigQuery Costs: How We Fixed A $1 Million Query - Shopifyâs experience with a single query that would have cost nearly $1M. Old blog post, but a good reminder that small optimizations at scale can yield massive savings.
this is the worst case scenario - Low Level shows pragmatically how bad the critical vulnerability affecting both React and Next.js is (CVE-2025-55182). If you have any React or Next.js projects, patch them now!
The End of Coding Tutorials for Tech Creators? - Francesco Ciulla and Maximilian SchwarzmĂŒller, two creators with solid experience making successful coding tutorials, discuss the trend toward âtech entertainmentâ over deep-dive coding tutorials. IMO weâll need both in the future and there are too much of âtech entertainmentâ videos at the moment.
Donating the Model Context Protocol and establishing the Agentic AI Foundation - Anthropic announced theyâre donating MCP to the Linux Foundation. This could be a double-edged swordâonly time will tell. But itâs probably a win for AI consumers if it leads to broader adoption beyond just Anthropic.
Context Engineering the @mistercrunch Way - Maxime Beauchemin (creator of Airflow) shares his insights on organizing rules for LLMs without bloating your
AGENTS.mdandCLAUDE.mdfiles. Useful patterns similar to what I have right now.
As I moved back to my hometown after 6 years, I opened some very old boxes and found my old consoles. After 20+ years, my save file was still there! The game is at 95% completion, and I have a sudden urge to finish it at 100% but I canât remember anything from back then lol.
Can you guess which game it is, retro lovers?




