Hilariously overbuilt `caffeinate` shortcut, which responds to ambient conditions (system load = coffee temp) and your macbook's motion sensors
github.com/bookernath/caf
Big fan of @mattpocockuk 'grill me' skill but the new version asks a bunch of questions at once, which is better but also means a lot of typing and it doesn't fit inside Claude Code's AskUserQuestion limits. So I built a UI for it that uses MCP Elicitation to pop up.
github.com/bookernath/grill-…
Cloud platforms gave developers reliable primitives for compute, unlocking tremendous productivity and giving birth to the modern SaaS era. Agentic products need a different set of tools in order to get maximum leverage out of LLMs; models by themselves are unrefined ore, waiting to be formed into useful things by the right forge.
I wrote about how we think about this emerging layer at Runtype, and propose a set of the new primitives:
runtype.com/blog/new-primiti…
Great to see how teams are deploying Runtype at Agent Native Builders Hackathon at @Cloudflare HQ! Dozens of agents were built in 2 days in this room.
Huge thanks to the teams who participated as well as the sponsors @Cotal_AI@MitosisLabs@nebiusai@tenki@immersivecommon
Ahead of our @Cloudflare hackathon tomorrow: how Runtype makes agents on other frameworks (here, @flueai) better over time.
Building on Flue and want a faster improvement loop? runtype.com
Introducing the open AI assistant for @WordPress
Launching here at #WCUS
It’s open source and powered by Persona.js, @RuntypeLabs OSS agent UI library for the open web
And given we’re in PHX, here’s your gratuitous pool shot at 120 degrees 😎
Repo: github.com/runtypelabs/perso…
Cold startup time on Cloudflare workers IS harmed by a larger bundle, even if it has dead or lazy code. This is not expressed by the startup time metric in wrangler.
The context mentions and commands I was working through on persona.js are live 😎
Very helpful if you are building agent UI related to documents or code
All of it's open source and plugable
Check it:
- persona-chat.dev/context-men…
- persona-chat.dev/slash-comma…
I built an AI data visualization agent that turns a plain-English question into an interactive chart, data table, and auditable SQL. Works on Web, Slack, Email, or wherever you want.
Uses a @RuntypeLabs agent, @insforge for DB + app hosting, and Flint from @Microsoft for Gen UI