Fresh/Brewed

Renfest
More Agentic Bot Battles

More Agentic Bot Battles

Wizards and trolls

Last week we deep dived on building out an agent system and I suggested I might just do some tweaks. Upon publishing that article I had open sourced it all and I did as I suggested - I added some NPCs. I added “Gary the Wizard” which one can challenge in a duel If you loose, you lose strength or health, but if you win you get to decide if you get +2 strength, health or victory points.

Agy in Zed and Agentic Bot Battles

Agy in Zed and Agentic Bot Battles

Build a game, let em fight!

Just a week or so ago Google released Antigravity extensions for IDEs which is something I’ve been waiting for ever since Gemini Code Assist (GCA) went away. Since my primary editor is Zed, I was happy to see clear install steps for Zed. (Written way after I was done) I planned to just use Antigravity in Zed to do a quick project, but as you will see that rapidly snowballed into a deep dive into making various types of bots for a web based turn-based game. I ended up having more fun banging away on that than anything.. and you might be surprised to find what happens when we pit NodeJS vs Python heuristic bots, or Gemma4 at e4b vs 12b on Cloud vs self-hosted, lots to see…

Creating and using AI Skills

Creating and using AI Skills

this can save you money

I’ve had AI Skills on the mind lately and realized I had neglected updating a few of my own and it was high time to handle that. In this article we’ll cover installing and using some common public skills, like Anthropic’s skills and specifically their “skill creator” skill. We’ll use that in Google Antigravity and Copilot to cleanup an older Python App skill I have. We’ll then test using the Python App skill in Cline, a local CLI Harness with a 12b gemma4 model running in Ollama on a laptop with a 12Gb 3070 card in it.