We All Became Architects
Zone01 Kisumu hosted an AI & Software Engineering mini-conference at Rotary, featuring a panel discussion and a keynote from Amariah Abishai, founder of Atlarix. The session's central argument was that as AI takes over c…
Developer tools news — AI coding assistants, IDEs, CLI tools, APIs, and productivity tools for software engineers. GitHub Copilot, Cursor, and more.
Zone01 Kisumu hosted an AI & Software Engineering mini-conference at Rotary, featuring a panel discussion and a keynote from Amariah Abishai, founder of Atlarix. The session's central argument was that as AI takes over c…
A developer has published a pedagogical walkthrough of incrementally porting HPCCG, a Conjugate Gradient mini-application from the Mantevo project, from CPU to CUDA. Profiling a 100^3 problem showed the sparse matrix-vec…
A developer released BurpSqueezer, an open-source utility that compresses large Burp Suite HTTP traffic dumps into compact Markdown reports sized for LLM analysis, shrinking a 26.7 MB working dump to 35 KB in testing. Th…
A developer built vibecheck, a stdlib-only deterministic static analyser for production-failure patterns in AI-built apps, and scanned 13 popular open-source AI-app starter repos. Six of the 13 contained an API route wit…
GitHub now returns the RFC 7643 standard profileUrl attribute in SCIM user responses, giving identity providers and IT teams the absolute URL of the GitHub account linked to an external identity without extra lookups or …
GitHub made Copilot budget increase requests generally available, adding a flow that lets members request more AI credits the moment they exhaust their allotted budget instead of being blocked from credit-consuming Copil…
Upstash turned its MCP server remote and added Box and Blob to a lineup that already includes Redis, QStash and Vector, letting any local or remote agent gain a sandboxed container with shell, git, Node and Python, GitHu…
DevRecap, a tool published on GitHub, reconstructs developer work history from Codex, Claude Code, and Git logs to automatically generate standups, recaps, and work reports. According to GitHub, DevRecap reads local code…
Chert, a Y Combinator P26 company, has open-sourced a WebRTC framework that lets AI agents join FaceTime audio and video calls, according to the project's GitHub repository. The release includes managed inbound call hand…
Cognition shipped macOS support and a Fusion local inference capability for its Devin coding agent in Devin Desktop and CLI, according to the company's blog. The releases move Devin beyond web-only sandbox execution to l…
Agentbox, a GitHub project by developer madarco, enables running multiple AI agents in parallel inside isolated sandboxed virtual machines on either a local PC or cloud infrastructure from a single command, according to …
Cursor released a Projects feature and a self-hosted machines capability that lets developers run coding-agent workloads on their own infrastructure instead of only in Cursor's default environment, according to the compa…
Pizza Bot released a self-hosted desktop application for Mac, Windows, and Linux that runs AI agents in the background behind an email-like interface for reviewing completed work and approvals, built on DeepAgents and La…
Skillsynch released txcript, a Rust library and CLI tool that converts and transfers agent sessions between Claude Code, Codex, OpenCode, and Cursor, preserving messages, reasoning, and tool history where the target plat…
A developer published a troubleshooting guide explaining how to diagnose why Ollama falls back to CPU inference instead of using a GPU on Linux, Windows, and WSL. The guide centers on the `ollama ps` PROCESSOR column and…
A developer benchmarked llama.cpp serving Google's Gemma 4 E2B Q4_0 GGUF on a single laptop, comparing CPU-only inference against the machine's 4 GB GTX 1650 Ti Max-Q, with the two arms differing only by the -ngl flag. T…
A developer has launched Radio, a provider-agnostic communication layer that lets AI agents from different vendors and machines join a single shared conversation via a URL. Built as a core primitive of the team's Fractal…
SmartBear has made its BearQ agentic QA system available as an assignable testing agent in Atlassian Jira, following BearQ's March launch, letting teams set autonomy levels for autonomous testing of agentic software deve…
A developer running 84 containers across two servers as a one-person company described a self-healing setup built from three bash scripts totaling just over a thousand lines, designed to handle infrastructure failures th…
Unity Technologies launched the Unity CLI, a self-contained command-line binary for managing Unity, alongside the experimental Unity Pipeline package (com.unity.pipeline), according to a beginner's guide by Unity Technol…