GSD [NPM get-shit-done-cc] is now OpenGSD
OpenGSD, the open-source rebuild of the popular AI coding tool GSD, launched as a community-driven platform designed to eliminate context bloat and improve code verification. The tool operates across …
OpenGSD, the open-source rebuild of the popular AI coding tool GSD, launched as a community-driven platform designed to eliminate context bloat and improve code verification. The tool operates across …
Trendshift, a new open-source software ranking platform, now lists trending repositories by momentum rather than star count. The platform features a diverse range of projects, including AI agent toolk…
A developer used OpenAI's Codex to build a time zone conversion app entirely through AI prompts, with minimal manual coding, and launched it for public use. The app, available at time.philna.sh, was c…
AI-assisted software engineering evolved from GitHub Copilot's statistical code completion (2021-2022) through conversational chatbots with retrieval-augmented generation (2023-2024) to the current Ag…
AWO is a new Go CLI tool that runs Claude Code and Codex in isolated git worktrees, preventing agent edits from directly modifying a developer's working tree. The tool executes agents in single, write…
Claude Code reads CLAUDE.md, not AGENTS.md, contrary to claims in third-party guides. Anthropic documents two methods to make Claude Code use AGENTS.md: importing it via @AGENTS.md in CLAUDE.md, or sy…
Matt Lambert has developed SWARM, a loop-based protocol for nonlinear creativity and signal detection designed to preserve human judgment in AI-influenced environments. The protocol structures idea de…
Developers are using AI coding tools not to produce low-quality code faster, but to write higher-quality code more slowly by leveraging multiple AI models to find and fix bugs during code review. The …
Despite widespread warnings that AI will eliminate white-collar jobs, the team at Every has found that automation creates more human work, not less. The company has automated coding, writing, and cust…
Researchers have developed Inductive Deductive Synthesis (IDS), an AI system that jointly generates formally verified code and mathematical proofs, solving a long-standing challenge in automated softw…
A new glossary from Hugging Face aims to clarify the terms "harness" and "scaffold" in AI agent development, following confusion among researchers at the ICLR 2026 conference. The glossary defines a "…
Railway has released an official MCP (Model Context Protocol) server that gives agentic coding tools like Claude Code, Cursor, and Codex full programmatic access to its platform, enabling agents to cr…
ContextLevy, a new open-source tool, now automatically comments on GitHub pull requests to flag files that could bloat context windows and increase costs for AI coding agents like Cursor and Claude Co…
An engineer has developed a workflow packaging audit prompt that systematically identifies recurring manual tasks suitable for automation. The prompt prioritizes evidence from recent Codex sessions, m…
Every CEO Dan Shipper predicts that the future of work will unfold inside AI coding tools like Codex and Claude Code, with every company eventually running a single “super-agent” in Slack that employe…
The article describes how the author built a ranked, filterable index of nearly 2,000 public Claude Code skills at orangebot.ai/skills, addressing the lack of a searchable, install-weighted directory …
According to the article, the "agent harness" refers to the essential context files (such as AGENTS.md, CLAUDE.md, and rule sets) that AI coding agents require before they can work effectively on a pr…
The article describes the creation of The Polyglot Protocol, an open-source framework designed to address common failure modes in AI coding agents, such as ignoring repository conventions, inventing A…
Federico Viticci of MacStories launched Shortcuts Playground, a plugin for Claude Code and Codex that generates Apple Shortcuts automations from natural language prompts. The tool allows users to crea…
Kanbots launched as an open-source, local-first AI kanban board that enables developers to run multiple autonomous coding agents in parallel. The tool creates isolated git worktrees for each task, all…