Quanta.Ai.Code.Editor
Quanta, a local-first AI code editor built on VS Code OSS with a Rust backend, has been released, offering agentic coding powered primarily by local LLMs via Ollama, with optional cloud backends. The …
Quanta, a local-first AI code editor built on VS Code OSS with a Rust backend, has been released, offering agentic coding powered primarily by local LLMs via Ollama, with optional cloud backends. The …
Anthropic's Claude Code CLI tool now supports a /resume command that lets developers pick up previous coding sessions via an interactive session picker, with sessions stored locally under ~/.claude/pr…
A developer created SleepSwitch, a macOS menu bar utility that prevents Macs from sleeping when the lid is closed, addressing a common issue with AI coding agents and long-running tasks. The tool comb…
An AI Product Manager and Full-Stack AI Engineer at a B2B SaaS platform has architected 84 custom skills for Anthropic's Claude Code to automate daily engineering tasks. The modular skill architecture…
A2acast, a new open-source tool by developer husker, enables AI agents on different computers to communicate directly without a central server, accounts, or open ports, using a single stdlib-only Pyth…
Anthropic reports that over 80% of code merged into its codebase as of May 2026 was authored by Claude, up from low single digits before Claude Code's preview in February 2025. The company says Claude…
A new analysis of agentic workflow design for 2026, based on teardowns of production coding agents like Claude Code, finds that reliability comes from operational infrastructure rather than better ins…
Dave Plummer, the former Microsoft engineer who created the original Windows Task Manager, shipped TMOG (Task Manager OG) Beta2 version 0.1.1 for macOS, Windows, and Linux, using a 107-page specificat…
Anthropic removed over 80% of Claude Code's system prompt for the Claude 5 generation with no measurable loss on coding evaluations, while an ICLR 2026 paper found that context collapse from rewriting…
Persistent memory in AI agents introduces production-state risks that require data-system controls, according to a technical paper by an unnamed author. The paper cites examples such as a Mem0 issue w…
Anthropic's Claude Code running Opus 5 in Auto Mode can be tricked into executing attacker-controlled code up to 80 percent of the time by asking it to summarize a malicious website, according to rese…
A new tool called prmpt lets developers passively earn cryptocurrency, including Solana, Bitcoin, Ether, USDC, and Anthropic PreStocks, while using AI coding agents like Claude Code and Codex, with ad…
Security researcher Johann Rehberger, writing on his blog Embrace The Red, published an exploit that tricks Anthropic's Claude Code into downloading and executing malware while running in Auto Mode, s…
Abhigyan Patwari has released GitNexus, an open-source code intelligence engine that converts software repositories into structured knowledge graphs locally, without server dependencies. Using Tree-si…
Kamran Ahmed released Rundown, an open-source Hacker News client that integrates with Anthropic's Claude Code and OpenAI's Codex CLI to summarize articles and comment threads, offering briefing, diges…
Foremerge 0.4.0, an open-source coordination protocol for coding agents built above Git, lets agents announce their intended changes in a shared SQLite store inside the project's .git folder, detectin…
Camille Roux released genart-skill, a plugin for Anthropic's Claude Code that teaches the AI assistant the working knowledge of generative art, including deterministic hash-seeded PRNGs, resolution-in…
Reflexio, a new learning platform for AI agents, claims to reduce task failure by 36% while saving more than 50% on tokens by turning user corrections and successful outcomes into reusable behavior ch…
An investigation has found that Anthropic's Claude Code Auto Mode, which uses a safety classifier to autonomously execute commands, is vulnerable to indirect prompt injection attacks, achieving a 60-8…
Anthropic's Claude Code tool result caching reduces token consumption by 40-60% in multi-hour sessions by storing and reusing file reads and shell command outputs, according to an article written with…