I Built Obsidian for Coding
A developer built Trellis, a local-first graph engine for code, project history, and AI agent reasoning. Trellis stores entities, attributes, and values in an immutable, content-addressed graph, enabling queries like 'wh…
Full-text search across 35094 articles. Combine with topic and date filters; results sorted by relevance.
A developer built Trellis, a local-first graph engine for code, project history, and AI agent reasoning. Trellis stores entities, attributes, and values in an immutable, content-addressed graph, enabling queries like 'wh…
GitHub's Copilot code review now uses CLI-based file exploration tools, reducing costs by 20% while maintaining quality. Medium analysis depth public preview adds organization-level default settings and attribution label…
A developer documented a method for managing multiple Claude Code accounts by using the CLAUDE_CONFIG_DIR environment variable to create isolated config directories. The approach involves creating separate directories pe…
DeepReinforce released Ornith-1.0, an open-source family of coding models that learn their own reinforcement learning scaffolds, achieving state-of-the-art results among open models. The lineup includes four sizes from 9…
Z.ai benchmarked GLM-5.2 against Claude Opus on 45 coding tasks using an identical agent setup, finding both models solved 25 tasks and agreed on 43 of 45 outcomes. With prompt caching enabled, GLM-5.2 cost roughly 46% o…
Niteshift.dev, founded in 2025 by ex-Datadog engineers and launched in June 2026, provides a full-stack cloud platform that supplies isolated, production-like environments for AI coding agents to run autonomous workflows…
Augment is sunsetting its IDE extensions for JetBrains, giving users about a month's notice, and moving upmarket to enterprise teams with its Cosmos agent platform. The decision has disappointed many JetBrains users who …
A new 22-chapter skeleton course on designing, building, and operating production AI agents has been released, designed to be read alongside an AI coding partner. The course focuses on architectural patterns rather than …
Developer Nikita Doudikov released Pulse, a local dashboard for Claude Code that displays token spend, session context, and allows users to approve tool calls from their phone. The open-source tool runs entirely on the u…
The newsletter has published a collection of Claude Code guides, compiling articles from its archive to help users learn the tool from scratch or improve their skills. The guides cover advanced features for building prod…
A developer built a safe, local AI coding agent using Node.js and the Mistral LLM on Ollama. The agent runs entirely on the user's machine without any paid subscriptions, inspecting files and returning patch proposals fo…
GitHub announced general availability of Copilot code review support for repository-level AGENTS.md files and UI improvements, including easier review requests on draft pull requests and collapsed timeline events.
Google sunset Gemini CLI and Gemini Code Assist IDE extensions for individual users on June 18, 2026, citing a shift toward multi-agent systems. Affected users are directed to migrate to Antigravity CLI, which retains ke…
A developer released LLM-wiki, a tool that orchestrates 5–10 parallel AI agents to research topics and compile structured wikis from academic, technical, news, and contrarian sources. The system ingests URLs, PDFs, and o…
A developer reports that using Claude Code has dramatically increased productivity but also led to severe burnout, as the tool's rapid feedback loops create an infinite backlog of possible projects. The developer propose…
Microsoft's VS Code 1.123, released June 3, introduces a two-hour delay before newly published extension versions auto-update, aiming to mitigate supply chain attacks by providing a window to catch malicious updates. The…
Nvidia, Carnegie Mellon University, and UC Berkeley researchers developed ENPIRE, a system where AI coding agents autonomously train robots in dexterous grasping tasks. Using a fleet of eight robots that share results vi…
A developer tested three AI documentation tools—Mintlify, Document360, and GitBook—on a production SaaS codebase with 12K lines of code and 40+ endpoints. Mintlify achieved 94% auto-doc accuracy with 42-minute setup, Doc…
A developer built their first Model Context Protocol (MCP) server to give Claude Code read access to a local project knowledge base, sharing four lessons about tool design. The server uses the official @modelcontextproto…
A developer created agent-contexts, a CLI tool for distributing AGENTS.md files across projects, solving the problem of maintaining multiple agent context files for different AI coding tools. The tool allows centralized …