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

code

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

results 765 page 15/39
17:35
2026-05-18
technologyreview.com
artificial-intelligence

What to expect from Google this week

At Google's annual I/O developer conference this week, the company enters as a clear third place in the foundation model race, having fallen behind rivals Anthropic and OpenAI in AI coding capabilities. Google is expecte…

03:16
2026-05-01
gist.github.com
artificial-intelligence

AGENTS.md → "System rules of engagement for this codebase" | AGENT.md → "How I navigate myself" (cognitive topology) | BRAIN.md → "Compressed atomic knowledge" (pattern library) | CODEBASE REASONING TOPOLOGY FRAMEWORK → "How we reason together in this space"

This article outlines a framework for an AI agent's interaction with a software codebase, emphasizing deep respect, rigorous mapping of code topology, and epistemic discipline. The core operating principle is that the ag…

23:31
2026-05-24
github.com
ai-tools

Built a small PR guardrail for token bloat, worth maintaining?

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 Code. The tool scans d…

19:56
2026-05-18
dev.to
developer-tools

How I Track Claude, Codex, and Gemini Quotas from One Script

A developer's solution for tracking API usage quotas across three AI coding tools (Claude Code, Codex, and Gemini CLI) using a single script. The author discovered that Claude Code's quota data is accessible through an u…

06:32
2026-05-23
github.com
open-source

Rubish: A Unix shell written in pure Ruby

Rubish is a UNIX shell written in pure Ruby that parses shell syntax and compiles it to Ruby code for execution by the Ruby VM. It is fully compatible with bash, allowing existing bash scripts to run without modification…

13:58
2026-05-20
dev.to
artificial-intelligence

AI Agents defeat obfuscated JavaScript in 10 minutes

In an experiment detailed on the AfterPack blog, an AI agent (Claude Code) successfully deobfuscated two JavaScript files—one from an open-source obfuscator and one from a commercial enterprise product—in 10 and 20 minut…

15:52
2026-05-23
gist.github.com
developer-tools

replace-with-pseudocode.md

Based on the provided text, this document is a set of instructions for a code rewriting task, not a standalone article with a factual summary. It describes a specific workflow for an AI agent (Claude) to replace selected…

21:01
2026-05-18
dev.to
artificial-intelligence

Orchestrated Multi-Agent Safety & Test Oversight - AKA "`O MAS TO"

An experimental AI coding workflow called "O MAS TO" (Orchestrated Multi-Agent Safety & Test Oversight), inspired by Stripe Minions, which prioritizes strict oversight over autonomous agent action. The system enforces a …

10:00
2026-05-15
infoq.com
news

Benchmarking AI Agents on Kubernetes

A benchmarking study published on the CNCF blog found that AI coding agents can successfully identify and fix isolated bugs in Kubernetes but frequently fail to understand system-wide impacts, often producing incomplete …

17:00
2026-04-04
olano.dev
developer-tools

What is this and Why is it here?

The article explains that the core of software development involves repeatedly answering two questions: "what is this?" and "why is it here?" The author argues that code should be "obvious," meaning these answers should …

06:58
2025-04-26
gist.github.com
developer-tools

Some notes on AI Agent Rule / Instruction / Context files / etc

Based on the article, there are several emerging standards for guiding AI coding agents, including **AGENTS.md** (an open format for guiding coding agents) and **DESIGN.md** (a specification for describing visual identit…

08:22
2026-05-11
gist.github.com
developer-tools

TokenZip v2 — PRD, HLD, LLD

TokenZip v2 is a token compression engine that reduces LLM input token costs by up to 95% for coding copilots like Claude Code and Codex by transforming an entire codebase into a multi-level, queryable knowledge graph st…

10:00
2025-12-09
andrewlock.net
developer-tools

Trying out the Zed editor on Windows for .NET and Markdown

The article describes the author's exploration of the Zed editor as a potential replacement for VS Code on Windows, driven by frustrations with VS Code's declining performance and unwanted .NET features like automatic so…

00:00
2024-08-01
nicholas.carlini.com
large-language-models

How I Use "AI"

Large language models (LLMs) are not overhyped, citing a year of consistent personal use that has made them 50% faster at coding. They provide concrete examples of using LLMs to build webapps, convert code, automate task…

← prev page 15 / 39 next →