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 16/39
07:40
2026-05-13
stackoverflow.blog
artificial-intelligence

How Braze’s CTO is rethinking engineering for the agentic area

Jon Hyman, co-founder and CTO of Braze, explained on the *Leaders of Code* podcast how he transformed the company's 300-person engineering organization into an AI-first team within months. He noted that over 60% of Braze…

12:15
2024-09-24
joshwcomeau.com
developer-tools

How I Built My Blog

The author describes rebuilding their personal blog using a complex technology stack including Next.js, React, and MDX, despite acknowledging it may seem like overkill for a blog. They chose MDX for content management be…

21:25
2026-05-22
dev.to
artificial-intelligence

Keep Your Taste

The author reflects on how AI tools like Claude Code have shifted their engineering workflow from manual coding to supervising code, which initially felt like cheating but led to a deeper understanding of their role. The…

17:45
2026-05-19
cloud.google.com
artificial-intelligence

What Google I/O '26 means for developing agents on Google Cloud

At Google I/O, Google introduced a unified development toolkit for building agents on Google Cloud, including the Antigravity 2.0 desktop application and the Managed Agents API. These tools are designed to bridge the gap…

00:00
2026-05-19
reubenbrooks.dev
artificial-intelligence

Structural Backpressure Beats Smarter Agents

Structural backpressure—using deterministic, machine-checkable gates like compilers and type checkers—is more effective than relying on smarter AI agents to enforce software invariants. The author contends that behaviora…

20:52
2026-05-21
dev.to
artificial-intelligence

Your agent keeps using that word ...

AI coding agents amplify ambiguity in human language, confidently generating code based on their own interpretation of vague terms without asking for clarification. It argues that this lack of friction, unlike traditiona…

14:50
2026-05-21
rivet.dev
developer-tools

We Reverse-Engineered Docker Sandbox's Undocumented MicroVM API

Docker has introduced an undocumented API for spawning microVMs, which the author reverse-engineered to create the open-source Sandbox Agent SDK. Unlike standard containers, which share the host kernel and are unsuitable…

14:46
2026-05-23
dev.to
artificial-intelligence

Why AI Agents Need a Project Layer - Part 1

This article argues that modern AI coding assistants, while proficient at writing code, fail to understand the broader workflow and project context—such as tasks, rules, and decisions—that human developers manage. The au…

15:37
2026-04-21
gist.github.com
developer-tools

Agent-Agnostic Repository Guide

Here is a 2-3 sentence factual summary of the article: This guide explains how to configure software repositories to work with any AI coding agent without vendor lock-in by organizing agent configurations into three cat…

10:00
2026-04-07
andrewlock.net
artificial-intelligence

Running AI agents safely in a microVM using docker sandbox

The article describes how to safely run AI coding agents like Claude Code in "dangerous" mode—which bypasses permission prompts for improved productivity—by using Docker Sandboxes. These sandboxes provide security throug…

12:00
2026-02-03
deno.com
developer-tools

Introducing Deno Sandbox

Deno Sandbox is a new security feature from Deno Deploy that provides lightweight Linux microVMs for running untrusted code, such as LLM-generated scripts, with defense-in-depth isolation. It protects secrets by never ex…

← prev page 16 / 39 next →