Heads up This site is currently under heavy development.
Subscribe Get it delivered — the daily firehose, filtered to the tools you run, plus the documentation changes vendors never announce. Compare plans →

The AI Toolchain — issue -108, May 3, 2026

THE AI TOOLCHAIN NO. -108
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED MAY 3, 2026 · EVERY WEEKDAY
EDITIONS tail grep head diff uniq

The daily firehose — everything the toolchain shipped today, already filtered.

// HOW THIS ISSUE IS MADE

We read every release from the 174 tools on our watchlist at the source — GitHub and GitLab release notes, vendor release pages and changelogs, project blogs and feeds, vendor press releases, and the source code behind the tag. Bug-fix-only releases and non-product newsroom noise are dropped; what's left is summarized down to the new capability, how to try it, and any screenshots or videos the release itself published. Every entry links to the sources it was built from.

VIEW
ISSUE VIEW full issue
Do you prefer this view?
$ tct list   # 3 tools matched
AI & LLM Tooling
◆  AI Model & Data Infrastructure

Ollama

Sources Release notes → v0.23.0 NOTES

Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.

Ollama v0.23.0 adds ollama launch claude-desktop support and server-driven featured model recommendations.

└──▷ GET THIS VERSION
$ git clone --branch v0.23.0 https://github.com/ollama/ollama.git
# already have the repo? check out this version:
$ git checkout v0.23.0
└──▷ TRY IT
Launch Claude Desktop with Cowork and Code support without leaving your Ollama workflow.
$ ollama launch claude-desktop
Use Claude Code in the terminal via the existing CLI entry point.
$ ollama launch claude
  • Adds ollama launch claude-desktop to launch Claude Desktop (including Claude Cowork and Claude Code) directly from Ollama.
  • Surfaces featured models in the Ollama app via server-driven recommendations.
Was this useful?
◆  Local LLM Runtimes

oobabooga's Text Generation WebUI (textgen)

Sources Release notes → v4.7.3 NOTES

v4.7.3 adds a native Electron desktop app, tensor-parallel multi-GPU flag, and .jinja template support alongside a full UI overhaul.

└──▷ GET THIS VERSION
$ git clone --branch v4.7.3 https://github.com/oobabooga/textgen.git
# already have the repo? check out this version:
$ git checkout v4.7.3
└──▷ TRY IT
Enable tensor parallelism across multiple GPUs to get 60%+ faster inference on a multi-GPU workstation.
$ textgen --split-mode tensor
Run textgen as a headless API server (no Electron window) for automated or remote access workflows.
$ textgen --listen --nowebui
  • Adds --split-mode flag for llama.cpp with a tensor option enabling tensor parallelism that can make multi-GPU inference 60%+ faster; on ik_llama.cpp, tensor and row fall back to graph.
  • Adds --listen flag to skip the native Electron window and expose the server directly; --nowebui also skips the window for headless server use.
  • Adds support for standalone .jinja and .jinja2 instruction template files in the UI, alongside the existing .yaml format.
  • Portable builds now bundle Electron and open as a native desktop window; launch with textgen (Linux/macOS) or textgen.bat (Windows) instead of the previous start scripts.
  • Replaces DuckDuckGo HTML scraping in the web search tool with the ddgs Python library for more robust bot-blocking resistance.
+1 moreshow less
  • Redesigns the chat UI with Inter font, Lucide SVG icons, a 3-button segmented mode selector (chat / chat-instruct / instruct), a rounded card chat input with accent-colored send button, and hairline sidebar handles.
└──▷ BREAKING ON UPGRADE
  • !The --row-split flag is replaced by --split-mode; existing launch scripts using --row-split will need to be updated.
Was this useful?
Other / Uncategorized
◆  AI OBSERVABILITY

Arize Phoenix

Sources Release notes → arize-phoenix-v15.2.0 NOTES

Phoenix v15.2.0 adds TanStack AI tracing integration and enhanced filter conditions.

└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v15.2.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:
$ git checkout arize-phoenix-v15.2.0
  • Adds TanStack AI tracing integration for tracing AI workloads built with TanStack.
  • Enhances filter condition filtering in the UI for more precise trace and span queries.
  • Moves PXI prompt assembly server-side and adds prompt caching for agents.
Was this useful?
my-toolchain — 0 tools
paste an install list to detect your tools

A brew list, a Brewfile, requirements.txt, a Dockerfile — or just the product names, free-form. Nothing leaves your browser.

    browse all tools →