AI Topic

AI Developer Tools News

SDKs, APIs, frameworks, infrastructure, coding assistants, open-source. Curated and summarized from dozens of sources by AIBriefs. RSS

AnalysisDevelopers1 source

Quartermaster plugin manages Claude Code setup and rules

Quartermaster installs codebase-mapper, builds the project map, adds starter live-rules, and picks stack plugins and permissions, with every install, file edit, and settings change awaiting user approval. It then watches sessions, proposes one change at a time, and rolls back changes that didn't help.

LaunchDevelopers4 sources

Claude Code 2.1.270 fixes git permission prompts

Patch 2.1.270 fixes a regression from 2.1.269 where read-only git commands in Bash unexpectedly asked for permission after long-running sessions. The prior 2.1.269 release added `claude plugin eval` for scored, reproducible plugin eval suites with JSON and HTML reports.

How-ToAI Agents1 source

Article lists non-coding uses for AI agents, with reusable prompts

Elijah Potter's post covers agent tasks outside code generation, including resolving PR merge conflicts via a `gh`-based prompt invoked as `/fix-pr-conflict #4222` that checks out the PR and merges without pushing until review. It also covers checking whether a bug fix incidentally resolves someone else's open issue.

EventDevelopers1 source

OpenAI hires Git AI founders to help Codex prove its ROI

Git AI co-founders Aidan Cunniffe and Sasha Varlamov are joining OpenAI, announced by Cunniffe on LinkedIn. Git AI is an open-source tool that tracks how much code is written by AI and measures coding-agent performance and cost.

How-ToVisual AI1 source

MiniMax RefMod workflows create reusable identities without training

A ComfyUI tutorial and workflow pack builds reusable "refmods" for image, video, or audio from reference material, with no model training required. The tutorial covers preparing training images, and the workflows are shared via a Google Drive folder.

AnalysisDevelopers1 source

Reddit user asks llama.cpp maintainers for hot expert reload on GPU

A r/LocalLLaMA post requests hot expert reload on GPU for llama.cpp, claiming decode-speed gains on MoE models with few active parameters. It cites Qwen3.8-Flash-Next, Deepseek V4/V4.1 Flash and GLM 5.3 Flash, and says 2x 3090 cards would scale further.

LaunchMusic1 source

MiniMax Music Production Toolkit 2.5 released for ComfyUI

Version 2.5 of the community-built MiniMax Music Production Toolkit adds a complete mastering section, redesigned workflows, and sound-quality improvements. The developer says the update came together over two days.

How-ToAI Agents1 source

Reddit user configures Astra as a Codex multi-agent manager

A Reddit user on ChatGPT Plus set up Astra to plan and hand off work to Sol sessions instead of doing tasks itself, replacing a manual loop of copy-pasting handoffs between sessions. The workflow targets Codex multi-agent use on the Plus tier.

AnalysisDevelopers1 source

Developer describes vibe coding all day with 6-12 parallel AI chats

A 20-year developer says they now vibe code all day, running 6-12 parallel AI conversations about side projects between prompts for their actual job. They describe context switching at a rate they call utterly insane, and tie it to an ADD diagnosis at age 7.

AnalysisDevelopers1 source

Claude used to build browser-based 3D pizza delivery game

Reddit user built a full 3D pizza delivery game running in the browser with Claude, including a rideable scooter with acceleration, braking, turning radius and a boost mechanic. The game features a 3D city with named streets, intersections, crosswalks and street signs, plus a GPS mini-map with turn-by-turn navigation.

LaunchDevelopers1 source

datasette-publish-fly 1.4 released

Version 1.4 sets force_https=true in fly.toml, fixes a "Volume could not be found" bug, and adds compatibility with app-scoped deploy tokens.

LaunchDevelopers7 sources

Anthropic adds plugin evals to Claude Code 2.1.269

The claude plugin eval command runs a plugin's eval suite against Claude Code, grades the output, then reruns each case without the plugin to show the difference, emitting scored JSON and HTML reports. MarkTechPost counts 6 grader types and a CI gate for skills; the release also adds /output-style and a Bash tool file-diff.

How-ToDevelopers1 source

Featured runs 100K monthly media pitches with 3 engineers on Vercel

Featured's agents deliver 100,000+ media pitches per month and have sent over 100 million HARO emails in the past year, connecting a user with a journalist every 6 seconds. The three-engineer team migrated 374 Sanity sites off AWS Elastic Beanstalk and runs its chatbot across 17 models via AI SDK and AI Gateway.

How-ToDevelopers1 source

AWS blog: choosing the right OpenAI model on Amazon Bedrock

AWS argues per-million-token pricing is the wrong comparison metric for production generative AI workloads, which buy outcomes like resolved support tickets rather than tokens. The post is a technical how-to for picking among OpenAI models available on Amazon Bedrock.

How-ToDevelopers2 sources

Tailscale built customer-facing model router on Vercel AI Gateway

Aperture by Tailscale routes hundreds of AI models through Vercel AI Gateway and Sandbox, granting and revoking model access via tailnet network identity. Tailscale went from routing prototype to paying customers in months instead of building provider plumbing in-house.

AnalysisDevelopers1 source

Litelm offers a lighter alternative to LiteLLM

Litelm is a GitHub project by kennethwolters pitched as LiteLLM without the bloat, surfaced on Hacker News. No benchmarks, feature list, or release details are given in the source.

AnalysisDevelopers1 source

Boris Cherny: Claude-written production code needs a higher bar

Anthropic's Boris Cherny says production code written by Claude should meet a higher bar than human-written code, backed by lint rules, tests, Claude-driven end-to-end tests, daily Claude-powered fuzzers, and automated code and security reviews.

AnalysisDevelopers1 source

Dioxus team's AI-generated Rust code failed to merge

Dioxus Labs maxed out coding agent subscriptions and produced tens of thousands of lines of Rust covering long-wanted features, but almost none cleared the bar for merging. Jonathan Kelley says the code still sits in draft.

AnalysisDevelopers1 source

OpenAI scales Habitat storage to 1B ChatGPT users

OpenAI details evolving Habitat from a Python library into a globally distributed storage platform now serving over 1 billion ChatGPT users at 22M requests per second.

AnalysisDevelopers1 source

Google's autofinetune runs autonomous LLM post-training on TPUs

Google built autofinetune, an autonomous research loop that applies the autoresearch paradigm to LLM post-training (SFT and GRPO reinforcement learning) using Tunix, Gemma, and Cloud TPUs. An agent edits run.py, runs training, keeps winning commits or reverts regressions, and logs results to results.tsv.

AnalysisVisual AI1 source

Relight node brings 3D lighting studio to MiniMax H3 in ComfyUI

A community-built ComfyUI node adds a relighting studio for MiniMax H3, letting users place up to three lights on a 3D dome around an image. Each light's type, intensity, and color are configurable, along with background and atmosphere settings.

AnalysisDevelopers1 source

llama.cpp PR tunes Flash Attention for AMD RDNA4 GPUs

Pull request #28102 by pwilkin adds CUDA/HIP Flash Attention tuning for gfx1201, targeting RDNA4 cards including the R9700, RX 9060 XT and 8060S. The PR reports prompt-processing gains and improved numbers at large context sizes.