llm-keys-ui 0.1
Simon Willison's Weblog published llm-keys-ui 0.1 on September 20, 2026, a release of the llm-keys-ui tool at version 0.1. The post provides no further details on the tool's features or purpose.
Developer tools news — AI coding assistants, IDEs, CLI tools, APIs, and productivity tools for software engineers. GitHub Copilot, Cursor, and more.
Simon Willison's Weblog published llm-keys-ui 0.1 on September 20, 2026, a release of the llm-keys-ui tool at version 0.1. The post provides no further details on the tool's features or purpose.
A developer released NiceTryGPT, an open-source project that helps CTF (capture-the-flag) authors reduce the effectiveness of cheap LLM shortcuts by removing obvious patterns from challenges while preserving their origin…
A developer's technical writeup explains that a language model's tokenizer is a frozen part of the trained artifact rather than preprocessing, and walks through tiktoken's educational byte-pair-encoding trainer and encod…
A developer released the obsidian-proofread plugin and a companion Claude Code skill that flags mechanical errors, vocabulary issues, and clutter in English writing and highlights the findings directly inside Obsidian. T…
Anthropic shipped four runtime controls to Claude Managed Agents in late August and early September 2026, including a hard per-session budget cap denominated in whole cents that pauses a session with the stop reason `bud…
A developer has documented how to configure Claude Code's Stop hook to fire a desktop notification when the AI coding agent finishes responding, distinguishing it from the Notification hook that signals Claude is waiting…
Developer mmeyerlein released meclaw, an open-source Rust framework for composing agentic systems, alongside meclaw-os, a reference implementation of a complete agentic OS. Each actor in meclaw runs in its own SQLite dat…
A developer documented why Claude Code's Bash tool frequently produces failing shell commands on macOS, tracing the issue to two root causes: the tool executes commands through the user's login shell (zsh on modern Macs)…
Developer FirePing32 released harness-api, an OpenAI-compatible server written in roughly 12,000 lines of Go with 11,000 lines of tests and one runtime dependency, that moves the agentic coding loop behind an HTTP endpoi…
A developer analyzed 2,116 messages sent to coding agents including Claude Code, Kimi, Cursor, and Copilot over three weeks and found that roughly 40% of typed input was overhead rather than real work. The breakdown show…
A blog post argues that coding agents are only the beginning of a broader shift, with agentic systems moving into pull requests, Playwright testing, and chip design tooling. The piece contends that the real competitive l…
Developer Ed White built AgentTrust, an MCP server that lets AI coding agents hire work on the XRP Ledger and release escrowed payment only when an automated referee evaluates the deliverable as PASS. The project ran the…
Anthropic will permanently raise Claude Code standard weekly usage limits by 25% for Pro, Max, Team, and seat-based Enterprise plans on September 14, a change that works out to a 17% reduction from the temporary 50% boos…
Developer albertwujj released agent-term, an open-source Electron-wrapped terminal for macOS and Windows with WSL that hosts any coding agent in a separate OS window per session, after 8 months of development. The projec…
HarnessRouter released System One Harness (SOH), an open-source agent loop that turns a System One decision model into an agent by compiling an environment's finite action space into typed questions and gating each decis…
A team that replaced 40% of its end-to-end regression suite with AI-generated Playwright tests found that 85% of simple happy-path tests passed their first CI run, but the scripts consistently failed at state management,…
A developer built findmypylibrary, a Python CLI tool that answers "I need to do X in Python, which package?" by ranking packages from a 15,000-row PyPI download dataset. The tool fetches package summaries and release dat…
An attacker who compromised a maintainer's GitHub account pushed malicious commits directly through the project's legitimate release pipeline, producing npm packages with valid provenance signatures that spread to hundre…
A developer built LucentraCode, a multi-model coding CLI designed for long sessions and real projects, aiming to offer strong AI coding usage without requiring $100–$200/month max-tier subscriptions. The tool targets dev…
A developer built a tool that counts AI co-authored commits by parsing Co-Authored-By trailers in git history, finding that 10,261 of their 26,251 commits (39%) were co-authored by Claude. The project also uncovered an u…