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

Code

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

results 31918 page 57/1596
13:17
2026-05-23
dev.to
developer-tools

Code Coverage .NET

The article explains two primary methods for generating code coverage in .NET projects: using the built-in "XPlat Code Coverage" collector with `dotnet test --collect:"XPlat Code Coverage"`, or using the Coverlet MSBuild…

03:44
2026-07-19
tobiasreithmeier.de
developer-tools

Tokensave: An MCP Server That Saved Me Tokens While Coding

Tokensave, an open-source MCP server with around 450 GitHub stars, has saved its developer over 12 million tokens by providing Claude Code with a local code graph instead of reading entire files as plain text. The tool, …

00:00
2026-06-29
nimbalyst.com
ai-tools

Claude Code Plan Mode: How I Use It on Real Multi-File Work

Claude Code's plan mode splits multi-file work into a planning step and an execution step, requiring user approval before any code changes. The author uses it for changes spanning three or more files or touching auth, sy…

18:19
2026-07-31
promptcube3.com
artificial-intelligence

The 7 AI Coding Skills Worth Learning in 2026

GitHub's 2024 Octoverse report found developers using Copilot completed coding tasks roughly 55% faster, and by 2025 many teams reported over 40% of new code was AI-generated. Gartner estimates that by 2027, 80% of softw…

02:24
2026-07-08
pub.towardsai.net
ai-tools

Cognitive Debt: Staying Sharp When AI Writes Most of Your Code

Engineers face 'cognitive debt' as AI tools write code they don't fully understand, warned by a 2025 MIT Media Lab preprint. A developer recounts two debugging sessions on the same Android codebase: one where Claude Code…

10:06
2026-06-17
newsletter.getdx.com
artificial-intelligence

AI-authored code has nearly doubled, but so has PR size

AI-authored code has nearly doubled to 51.9% across over 400 organizations in Q2 2026, but median pull request size has also nearly doubled from 44 to 72 lines, raising concerns about code quality and review difficulty.

12:30
2026-06-14
github.com
ai-tools

Double your Codex / Claude Code productivity and output

A new AI coding agent skill plugin called PUA uses corporate rhetoric from tech giants to force AI models like Claude Code and OpenAI Codex CLI to exhaust all solutions before giving up, claiming to double productivity. …

14:31
2026-05-27
altimate.ai
large-language-models

The Correctness Layer: How We Beat Claude Code on the ADE Benchmark

Altimate-code achieved the top spot on the ADE and DAB benchmarks by splitting its architecture into a probabilistic LLM layer for strategy and code generation and a deterministic Rust and TypeScript stack for verifiable…

19:01
2026-08-05
promptcube3.com
artificial-intelligence

AI data analysis guide, Claude Code tutorial

Claude Code, Anthropic's CLI agent, can complete a full data analysis workflow on a 43,000-row e-commerce CSV in about nine minutes, compared to roughly two hours for a manual notebook session, according to a practical w…

17:17
2026-07-22
dev.to
large-language-models

The Complete Guide to Prompt Engineering for Code Generation

A developer's guide to prompt engineering for code generation covers techniques from basic principles to advanced strategies, emphasizing that well-crafted prompts produce reliable, production-ready code while vague prom…

00:00
2026-07-06
coles.codes
developer-tools

Anchoring specs to code with ast-grep

A developer introduces a method to anchor software specifications to code using ast-grep structural rules instead of file paths and line numbers, preventing spec drift during refactors. The approach uses AST pattern matc…

← prev page 57 / 1596 next →