tessera Tech, tiled.
TUE 14.07.2026 · 00:20 UTC EDITION T-2026-W29

Category / T-CAT / SOFTWARE

Software

Articles58
This week10
Last updatedJuly 13, 2026

Software / T-2026-4513

OpenAI ties moderation directly into the API: responses.moderation and chat_completions.moderation

OpenAI's v2.41.0 Python SDK adds responses.moderation and chat_completions.moderation, embedding safety checks into the API call itself. A look at what it means for builders.

Sourceopenai/openai-python v2.41.0

Software / T-2026-2961

Headroom compresses agent context 60-95% without breaking answers

Headroom compresses tool outputs, logs, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers.

Sourcechopratejas/headroom

Software / T-2026-4480

TauricResearch's TradingAgents turns stock analysis into a multi-agent debate club

TauricResearch open-sources TradingAgents, a multi-agent framework that simulates a trading desk with LLM-powered analysts, researchers, and risk managers.

SourceTauricResearch/TradingAgents

Software / T-2026-2699

A 13M-parameter LLM trained on a single GPU: what one developer's project reveals about the state of AI research

FareedKhan's train-llm-from-scratch repo shows that the barrier to entry for training language models has collapsed — but the ceiling for what a single GPU can do remains

SourceFareedKhan-dev/train-llm-from-scratch

Software / T-2026-1429

Claude Code's 128K stars reveal the terminal is AI's next battleground

Anthropic's open-source Claude Code crosses 128K GitHub stars, signaling a shift from IDE-based AI coding tools to terminal-native agents.

Sourceanthropics/claude-code

Software / T-2026-2000

llama.cpp b9415: The Quiet Infrastructure of Local AI

llama.cpp b9415 ships a skip-download flag and a disabled KleidiAI build. The release reveals how local AI infrastructure is maturing.

Sourceggerganov/llama.cpp b9415

Software / T-2026-8804

Rust 1.96.0: The Release That Finally Gives Developers `assert_matches!`

Rust 1.96.0 ships `assert_matches!`, NonZero range iteration, and a quiet fix to never-type coercion. The release is small but opinionated.

Sourcerust-lang/rust 1.96.0

Software / T-2026-5682

CVE-2026-2264: Apigee's SSRF Hole Wasn't a Bug. It Was a Design Pact.

Google patched a token-exfiltration path in Apigee. The real story is the trust model it exposes.

SourceCVE-2026-2264

Software / T-2026-1958

Creusot helps you prove your Rust code is correct

Creusot compiles Rust to SMT logic for formal verification. It is a serious step toward making provably correct systems code practical.

SourceCreusot helps you prove your Rust code is correct

Software / T-2026-0841

The Agent That Builds Agents: revfactory/harness

A new meta-skill lets AI design its own agent teams and generate the skills they need.

Sourcerevfactory/harness