grep -r "Code" /news · homesearch
grep -rli "Code" /news

Code

Full-text search across 35103 articles. Combine with topic and date filters; results sorted by relevance.

results 35103 page 167/1756
09:08
2026-06-17
dev.to
developer-tools

Agent contexts - A tool to feed you coding agents

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 …

23:44
2026-06-14
github.com
ai-agents

Show HN: Coding agent with algebraic memory (VSA) instead of RAG

A developer released Raidho, an open-source coding agent that uses a hybrid architecture with separate models for reasoning and execution, plus a durable algebraic memory (VSA) instead of RAG. The agent reduces costs by …

21:22
2026-06-14
dev.to
developer-tools

Save 60-90% of Your Claude Code Tokens With Two Tools

A developer created two tools that reduce Claude Code token usage by 60-90%. RTK is a shell proxy that compresses command output before it reaches the context window, while context-mode is a plugin that processes heavy t…

13:13
2026-06-14
byteiota.com
large-language-models

Large Context Windows Lie: What AI Coding Agents Don’t Tell You

Chroma tested 18 frontier AI models including GPT-4.1, Claude Opus 4, and Gemini 2.5 Pro, finding that every model's performance degrades as context length grows, contradicting vendor claims of 1M-2M token support. The R…

00:00
2026-06-13
runagentrun.co.uk
artificial-intelligence

A coding agent that won't stop

Anthropic's Claude Fable 5 coding agent autonomously debugged a horizontal scrollbar issue in developer Simon Willison's Datasette tool by launching browser automation, building test pages, and patching CSS—all from a si…

17:28
2026-06-10
12gramsofcarbon.com
ai-agents

Agentics: Using Coding Agents for Browser Automation

A developer is using Playwright, a browser automation tool, to enable AI coding agents to directly interact with web pages through HTML rather than slow, token-heavy screenshot and coordinate-based methods. The approach …

11:40
2026-05-30
dev.to
ai-tools

9 Ways to Cut Token Consumption in Claude Code

A developer has identified nine strategies to reduce token consumption in Claude Code, emphasizing that excessive token use is a workflow problem rather than a pricing issue. The engineer's approach centers on keeping Cl…

10:50
2026-05-27
gist.github.com
ai-agents

A zero-dependency GitHub Issue poller for multi-agent coding teams

A developer has created a zero-dependency GitHub Issue poller designed for multi-agent coding teams. The Node.js script, named gh-agent-watch.js, monitors a repository for issues labeled with specific agent roles—such as…

09:00
2026-05-26
dev.to
ai-tools

Reinstalling your Claude Code environment on a new machine

A developer detailed how to rebuild a complete Claude Code environment on a new machine by leveraging files stored in the `~/.claude/` directory. The global `CLAUDE.md`, reference guides, custom commands, and statusline …

00:00
2026-05-26
humanwhocodes.com
developer-tools

Creating a VS Code agent hook to respond to file changes

Visual Studio Code released agent hooks, a deterministic feature that triggers shell commands at specific points during an agent session. A developer created a hook to automatically regenerate TypeScript types when a wra…

19:23
2026-05-23
dev.to
developer-tools

Build a Database Connection Framework In 133 Lines Of Code

This article explains how to build a custom database connection framework for ASP.NET minimal APIs using ADO.NET and SQLite, replacing Entity Framework to gain full control over SQL queries. The author demonstrates creat…

00:00
2026-05-19
productnow.ai
ai-agents

Good code, Wrong feature: The handoff problem

Kadhir Mani argues that incomplete requirements and missing context cause feature implementations to fail, a problem exacerbated by AI coding agents that confidently hallucinate missing details. Engineers need clear spec…

← prev page 167 / 1756 next →