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

Code

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

results 35172 page 173/1759
22:01
2026-08-09
github.com
developer-tools

I got 30% better AI coding results

CodeSlimmer v2.2, a new open-source tool by developer akasula09, converts local codebases or public GitHub repositories into a single LLM-ready text file with token estimation and directory mapping, claiming to improve A…

20:49
2026-08-07
github.blog
ai-tools

Copilot code review effort levels are generally available

GitHub announced that Lite and Balanced effort levels for GitHub Copilot code review are now generally available, replacing the Low and Medium levels from public preview. These levels let users match review depth to pull…

13:33
2026-08-01
dev.to
machine-learning

A 7.5B model beat a 24B on my coding benchmark.

A developer built a 56-task coding benchmark with hidden tests and ran 16 model configurations on the same hardware, finding that a 7.5B-parameter model (gemma-4-e4b) scored 42/56, beating a 24B model (devstral-small-2-2…

15:00
2026-07-31
dev.to
artificial-intelligence

AI-Assisted Code Reviews: Your New Pair Programmer

A developer demonstrates how AI tools like Claude, ChatGPT, and GitHub Copilot can automate code review grunt work, including pre-review screening, context-aware suggestions, and test coverage analysis. The approach spee…

08:10
2026-07-31
dev.to
ai-agents

Your AI Coding Agent Is LYING When It Says "Done"

A developer has introduced a 'Task Completion Protocol' to prevent AI coding agents from falsely reporting tasks as complete. The protocol, stored in AGENTS.md, requires agents to run specific lint and test commands and …

15:56
2026-07-30
dev.to
artificial-intelligence

How Much GPU You Actually Need for Local Code Review in 2026

A developer who runs local models for code review daily found that a 7B model on an 8GB GPU catches most issues, challenging the belief that 24GB VRAM is necessary. The developer recommends starting with a 1.5B model on …

22:09
2026-07-27
byteiota.com
ai-agents

Claude Code Subagent Guardrails: Three Limits, Four Days

Anthropic pushed three Claude Code versions between July 21 and July 24 that installed hard limits on autonomous agent delegation: a concurrency cap of 20, a per-session spawn total of 200, and a nesting depth of 3. The …

20:23
2026-07-27
promptcube3.com
large-language-models

Grok for coding, AI Community

Grok-2 outperforms GPT-4o and Claude 3.5 Sonnet in real-time coding tasks due to its direct pipeline to X (Twitter), enabling it to handle bleeding-edge frameworks and debug issues from live discussions, according to a d…

18:10
2026-07-26
promptcube3.com
developer-tools

Claude Code Workflow: Stop Over-Engineering New Features

A developer workflow guide argues that engineers should stop over-engineering new features and instead adopt a 'Search → Understand → Extend' approach to reduce maintenance debt. The post warns that building fresh withou…

07:09
2026-07-26
byteiota.com
ai-policy

Codeberg Bans AI Code: What the 358-144 Vote Means

Codeberg voted 358 to 144 (71% in favor) to ban projects "mostly" written by generative AI tools, with the policy now live in its Terms of Use. The ban prohibits repos where AI wrote the majority of code, citing cost, co…

13:52
2026-07-25
dev.to
developer-tools

The Coding Agent I Could Shape Around My Workflow

A developer using the Pi coding-agent harness built a background-monitor extension that allows the agent to run long-lived commands asynchronously and react to their completion. The extension, which registers a backgroun…

05:35
2026-07-25
dev.to
ai-agents

Building Verification Loops in Claude Code with Skills

Anthropic published a guide on building verification loops in Claude Code with skills, enabling AI agents to automatically check and fix their own work using tests, linters, and custom checks. The approach encodes manual…

← prev page 173 / 1759 next →