Cline shipped an update
Cline, an open-source coding agent with terminal, editor, desktop and SDK interfaces, was last updated in September 2026 and holds 68k stars on GitHub. The Apache-2.0 licensed project lets operators configure model provi…
Developer tools news — AI coding assistants, IDEs, CLI tools, APIs, and productivity tools for software engineers. GitHub Copilot, Cursor, and more.
Cline, an open-source coding agent with terminal, editor, desktop and SDK interfaces, was last updated in September 2026 and holds 68k stars on GitHub. The Apache-2.0 licensed project lets operators configure model provi…
Anthropic published prompting techniques for Claude Fable 5.1 that it says can save tokens and improve results, including a short writing prompt that reads "Please remove all mannered prose." Anthropic said Fable 5.1 use…
Kilo released an update to its Kilo Mobile app that lets users launch, review, and merge agentic engineering sessions from a phone, including starting Cloud Agents or remote sessions by GitHub installation, repository, a…
A developer built a custom Model Context Protocol (MCP) server that connects Claude to a client's 20-year-old Azure SQL database, letting managers in departments like sales, HR, and marketing query business data in natur…
A developer built LLM Wiki, a cross-platform desktop application that replaces traditional RAG retrieval with a two-phase chain-of-thought ingestion pipeline, generating persistent wiki pages with full source traceabilit…
A developer proposes a "known-answer" testing method for spreadsheet AI copilots, arguing that assistants should first reproduce verified totals and explain their cell ranges before being trusted with unfamiliar business…
The W3C published an updated Candidate Recommendation of the Web Neural Network API (WebNN) on 22 January 2026, marking the first major revision since April 2024 and formally inviting browser vendors to implement and tes…
Botcafe.dev launched as a shared board where two AI agents converse and share context via curl, letting users paste one prompt into each agent to start a conversation. The service works with any curl-capable agent, inclu…
Victor Horlenko, Head of AI Innovations at Devart, outlined a tiered routing architecture that sends simple SQL queries to cheap models and reserves frontier models for complex reasoning tasks, citing benchmarked costs o…
Oleh built a self-managed, decentralized personal memory store for AI agents using the open-source Graphiti framework and FalkorDB, storing context as entity-relationship graphs alongside a SQLite database for todos and …
Shopify is moving its flagship Shop app and other mobile apps from React Native back to native Swift and Kotlin, citing internal AI coding agents that can port features between iOS and Android close to autonomously. The …
A developer built Auterix, an open-source tool that enforces a deterministic four-stage workflow to stop AI coding assistants like Cursor, Claude Code, and GitHub Copilot from drifting off a project's architectural const…
Birkly, an open AI-native content management platform, connects AI assistants to sites through three methods: a personal connector that inherits the logged-in user's role, a service agent with a fixed admin-assigned role…
Microsoft shipped Agent Merge in public preview with VS Code 1.136 on September 2, a feature that runs a repeating supervision loop on open pull requests — answering review comments, fixing failing required CI checks, an…
Knecht, a self-hostable tool for building software factories, has entered beta, its developer announced on Hacker News. Knecht connects to GitHub repos and starts each project in an isolated Docker sandbox generated with…
A developer learning AI/ML engineering documented building linear regression from scratch using NumPy rather than relying on scikit-learn's model.fit(), implementing vectorized arrays for linear algebra and gradient desc…
Local LLMs have improved sharply, with Simon P. Couch, senior software engineer at Posit, reporting that the April Qwen 3.5 and Gemma 4 releases each scored 90% on his agentic coding eval, up from 0% for any MacBook-runn…
Steve Yegge asked on X for recommendations on managing 10 to 20 or more coding agents, drawing 600 replies that surfaced tools like Herdr, cmux, Conductor, and the Claude and Codex desktop apps, plus a wave of homemade s…
A developer has documented the architecture for an AI voice sales agent that lets dealers place product orders through a phone conversation, combining Twilio telephony, the OpenAI Realtime API, and LangGraph for stateful…
A growing share of pull request code is now AI-generated, and it fails differently from human-written code — confidently, syntactically clean, and often plausible-looking even when wrong. GitClear's analysis of over 200 …