Eran Sandler
15.5K posts

Eran Sandler
@erans
Builder, operator and investor. Infra, AI, and product nerd. Trying to make powerful things simple. Opinions are my own. Building https://t.co/b0sgru9dFz








Today we’re introducing the OpenClaw Foundation: a nonprofit home for open, independent personal AI. A full-time team. Great partners. One mission: bring personal AI to everyone. Welcome to the age of the lobster.🦞 openclaw.ai/blog/introduci…




Today we shipped Slack support in Durable Agent Sessions You can give every agent you build on OpenComputer its own Slack handle Now you can create an agent like Claude Tag or Devin without writing any code! API and SDK also work ofc Try on opencomputer.dev


How to keep AI spend flat while token usage grows exponentially: Not with friction and spend alerts. With better defaults, routing, and caching. Better Defaults (not Usage Caps) – Engineers can choose any model they want, but defaults matter. We’re experimenting with defaulting to open weight models like GLM 5.2 and Kimi 2.7 through our LLM gateway, while still encouraging engineers to choose the right model for the task. 91% of our employees were never hitting their usage caps, so instead of lowering caps and driving up alerts, we're moving to cheaper defaults. Note that code reviews use a diversity of models, so they can check each other's work. Better Routing – In our custom harnesses, we preprocess prompts and route to the best model for the job, considering cache hits and model pricing. For instance, you may want a frontier model for planning, but not for execution where they can be overkill. Ultimately, humans shouldn't be choosing models - AI can automate this task. Better Caching – Cache misses are the easiest way to drive your cost up. All of our requests are cache aware, so we’re reusing a warm cache wherever possible. For example, our cache hit rate went from 5% → 60% in LibreChat once properly implemented. Keep Context Lean – Start fresh sessions when switching tasks. Scope file context narrowly. Disconnect unused tools. Don't just compact. The goal isn't fewer tokens used, it's fewer tokens wasted. Better Visibility – Our engineers can use as many tokens as they want, from whatever model they want, but we’ve made usage visible – and the more you spend on AI, the more impact we expect. The goal isn't to suppress usage. It's to build the infrastructure that makes exponential growth sustainable. Putting this into practice has cut our AI spend nearly in half, while our token usage continues to grow.





I'm now running GLM 5.2 as my default model in claude code + cursor, and it's cost me *checks notes* $3.36 Today's ep of How I AI is my first reviewing an open weights model, @Zai_org's GLM 5.2 which (so far) is giving me Opus vibes without the opus $$$ I cover - how to set up these models in cursor and cc via @OpenRouter API - front end design sense - performance on a long running autonomous task The moment it won me over? When it put chatprd pink in my docs without me having to ask A huge ty to our special sponsor @mercury - Radically different banking loved by over 300K entrepreneurs Full ep on youtube: youtube.com/watch?v=ZoBfQZ…



