Kyle Baxter
banner
kbaxter.bsky.social
Kyle Baxter
@kbaxter.bsky.social
Cause it feels like I've been, I've been here before. The lite brite is now black and white. Exploring LLMs and HCI

http://TightWind.net/
What’s especially unfortunate is we need to keep pulling more of the industry here, but there just isn’t a critical mass (or even near one) that would justify most folks only being here. Contributes to Twitter’s perpetual motion machine.
November 26, 2025 at 8:10 AM
Thanks! This is the same realization I’ve had over the last 1-2 months too, starting with realizing that agents (with the right combo of prompt and tools, like memory and filesystem) are generalizable (i.e. “deep agents,” but bad term). And then agent skills was like a bolt of lightning
November 22, 2025 at 11:23 PM
Those spirits can be given identities which are persistent. Under the hood, there is no “agent,” just an orchestrator, but you can operate with the fiction of them being a tangible persistent thing
November 22, 2025 at 10:59 PM
(Thinking out loud), where I’m ending up is an agent ecosystem (say, within an enterprise) benefits from an “orchestrator” primitive, whereas with 1:1 spirit:body pairing wasn’t req’d. Orchestrator executes a spirit, whatever complexity it has (ranging in analogy from single agent to multi-agent).
November 22, 2025 at 10:59 PM
In that sense, the “body” is infinitely copyable, and is more an actuator in an env for the spirit. But we still need the spirit+body to reason about what are the actors within an environment (I think). But it feels weird given that separation of spirit and body to recreate “agent” for that purpose
November 22, 2025 at 10:39 PM
imo this distinction is relatively new and really important. “Agent” before was usually a singular combo of what you refer to as the spirit and body; now the spirit is separately definable and loadable. I am still struggling tbh with what is the primary unit to reason about, spirit or body
November 22, 2025 at 10:37 PM
They hit on this in a post a few weeks ago: www.anthropic.com/engineering/... Skills really does feel like a durable phase change on top of model+tools
Code execution with MCP: building more efficient AI agents
Learn how code execution with the Model Context Protocol enables agents to handle more tools while using fewer tokens, reducing context overhead by up to 98.7%.
www.anthropic.com
November 22, 2025 at 3:06 PM
Yeah, that’s what’s captured my thoughts for the last few weeks. I’ve been experimenting with having Claude write skills for various things using primary source documents and it’s done a quite good job. A model doing that to formalize a task path seems very doable, and yeah, it is continual learning
November 22, 2025 at 2:59 PM
Any new takeaways from this talk re skills? I’ve been pretty fascinated with their concept of “tool” being a script the model retrieves (rather than a function call) and runs in a sandbox, with the model able to also formalize paths it takes to solve tasks as skills in its sandbox
November 22, 2025 at 5:10 AM
That makes sense. Knowledgebase/sources might be relevant to some fiction writing as well (to ground it, or even to create a knowledgebase for the fictional world to maintain consistency beyond context window horizon). Maybe. This would be a fun thing to play with with Claude
November 16, 2025 at 7:37 PM
Kind of curious how much overlap there ends up being in process for writing of different types. Fiction, nonfiction, technical analysis, memos, etc. There’s probably a good agent skills angle to generalizing it
November 16, 2025 at 7:30 PM
The library means we can add stuff over time to it and control what goes in our meal plans, while the meal plan list also creates a history of what we’ve cooked, so each week’s meal plan has variety. Quite useful, if boring.
November 16, 2025 at 6:05 PM
For example, I use Reminders for a Grocery list. I have a weekly meal plan list, and is the basis for updating the grocery list. I also created a Recipe Library list. Using these, each week, and I can have Claude create a meal plan using the library and update the grocery list.
November 16, 2025 at 6:05 PM
Yes! We’ve created very rich, expressive, deep ways of working together as individuals who have different knowledge and capability and fallibility, but still getting to a good outcome (and probably most important iteratively getting better together over time). Why not use those constructs
November 7, 2025 at 5:00 PM
I think this framing is even more fundamental and profound than is even apparent now. We’ve already got very mature, robust processes and tools for collaborating with people (collaboration tools, team hierarchies, organizations, economies, cultures,…). I think these all apply in concrete ways.
November 7, 2025 at 4:41 PM
Generally I think we’re at a point where conceptualizing an agent as a person vs some stateless things actually clarifies a ton on direction on the technical side, the what’s possible side, and the UX side
November 7, 2025 at 4:22 PM
I think you guys more than others are hitting on something fundamental, which is an agent with some core set of tools and a flexible but deep memory makes an “agent” more like a person: able to apply to many tasks, and learn over time and adapt (or be taught), vs a glorified stateless micro service
November 7, 2025 at 4:19 PM
Before it was not only a pain to re-up context but for sufficiently dense or subtle things, risky, because if I forget something or phrase it differently, the new conversation isn’t bounded to the previous one (though it might be in my mind). Current memory implementations reduce that somewhat
November 7, 2025 at 3:51 PM