All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Security
Security
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

programmingTuesday, June 30, 2026

Popping the GPU bubble, Codex goes local

Today's programming news is split between deep technical dives and practical shifts. Moondream's engineering team explains why GPUs idle during inference, while OpenAI's Codex CLI now runs any model locally. A Mozilla disclosure on prompt injection in coding agents rounds out the security angle.

Sources
+2

Performance and architecture

Two pieces dig into the hardware and software stack, from GPU utilization to memory-safe context switching.

#01moondream.aiJun 30
0
Popping the GPU Bubble | Moondream

Moondream's deep dive into the 'GPU bubble' shows that during AI inference, GPUs often sit idle waiting on CPU instructions. Their Photon engine achieves ~33ms vision-language inference on B200 by optimizing utilization, with up to 35% higher decode throughput, a concrete look at where inference bottlenecks actually live.

by radq15 min readRead original
#02fil-c.orgJun 30
0
Memory Safe Context Switching

Fil-C release 0.680 adds memory-safe support for ucontext and longjmp/setjmp APIs. These context-switching functions have long been dangerous in C; Fil-C implements them without risking stack corruption or violating its capability model, which matters for anyone writing low-level concurrent code.

by modeless17 min readRead original

Local AI and security

The ability to run AI coding agents locally opens new possibilities, but Mozilla's disclosure shows the attack surface is real.

#04www.helpnetsecurity.comJun 30
0
Mozilla warns of indirect prompt injection risk in AI coding agents

Mozilla's 0DIN team disclosed a proof-of-concept indirect prompt injection attack against Claude Code and similar agents. Malicious instructions in a GitHub README can cause the agent to fetch and run a reverse shell. It's a concrete demonstration that AI coding agents need better input sanitization, not just better code generation.

Also today7

  • NVD - CVE-2026-34592nvd.nist.gov

    A security vulnerability (CVE-2026-34592) was discovered in Coolify, an open-source server management tool. Prior to version 4.0.0-beta.471, the application failed to properly scope server and project lookups to the current team, allowing any authenticated user to access resource

More roundups that day