Dev.to Articles

Updated 1 min ago · 12 articles from Dev.to

Dev.to Sep 1, 8:50 PM

CVE-2026-32193 Is a Copilot Hijack Disguised as a Boring Path Traversal

The official record is one sentence: an "authorized attacker," a local path traversal in Azure Kubernetes Service, 8.8 CVSS. The researchers who found the bu...

Dev.to Sep 1, 8:48 PM

I Built an API That AI Agents Pay in USDC — Full x402 Walkthrough (27 Endpoints, Real Transactions)

I built an Express API that AI agents (or humans, or anything with fetch) can pay per call, in USDC, with no signup and no API key. It's live on Base mainnet...

Dev.to Sep 1, 8:45 PM

WP Engine AI Bot Blocks Put Fetchability at the Center of GEO Audits

A website can be indexed, receive search traffic, and show no obvious issue in standard SEO tools while some AI crawlers cannot retrieve its pages. That gap ...

Dev.to Sep 1, 8:40 PM

I tested Claude Code's memory against mine. They are not doing the same job.

Proof over claim Last time I described the hour a platform shipped the feature I had spent months building. This is the part where I ran the test instead of ...

Dev.to Sep 1, 8:20 PM

Inside the Puffin File Format

A query joins a 2-billion-row fact table to a 40,000-row dimension table. The optimizer has to decide which side to broadcast and which side to hash. It read...

Dev.to Sep 1, 8:15 PM

OpenAI Prism Launches a GPT-5.2 Workspace for Scientific and LaTeX Writing

OpenAI has launched Prism, a free AI-native workspace for scientists to write, revise, collaborate on, and prepare research for publication. Built on GPT-5.2...

Ad
Dev.to Sep 1, 8:11 PM

I Built a Next.js Auth Boilerplate That Saves Developers Two to Four Weeks of Setup Time

Every time I started a new project, whether it was Formgrid, Sheetrocket, or a client build, the first week or two disappeared into authentication. Email ver...

Dev.to Sep 1, 8:09 PM

Measuring the Tea Break

I am not a fan of pull requests (PRs). I've written about them, lost bloody battles over them (Hi, Amazon), and helped many software teams move past them. I ...

Dev.to Sep 1, 8:00 PM

Why Enterprise AI Fails: The Hidden Trap of Pure Probabilistic LLMs and the Rise of Neuro-Symbolic Architecture

The modern enterprise software landscape sits at a precarious crossroads. For the past few years, the narrative around artificial intelligence has been domin...

Dev.to Sep 1, 7:39 PM

Codex with ChatGPT Splits Planning From Execution

Codex with ChatGPT, a public GitHub project, routes planning and code review to the ChatGPT web app while retaining Codex as the agent that edits files, runs...

Dev.to Sep 1, 7:37 PM

Running the whole company on AI: the big picture

Let me tell you our starting point, precisely. Our beginning was not "people make the judgment." Our beginning was "do everything with AI." Deciding to becom...

Dev.to Sep 1, 7:35 PM

I Tried Needle2 for Local Tool Calling. I Ended Up With llama.cpp + Granite

I’ve been working on a small experiment around a semantic shell. The basic idea is that the user types something like: copy report.pdf to backup and a small ...