Agents from linear tickets, so like https://
github.com/openai/symphony ?
CODE
-
Are Linear ticket agents like OpenAI Symphony?
By
–
-

Autotriage skill reads VISION.md and autonomously handles issues/PRs
By
–
I built an autotriage skill for codex that has a set of guidelines + reads VISION.md from my repos, so issues/prs that have a clear way of
– fit vision of the project
– being inferrable in code with high confidence
– clear fix
– can be live tested Are now worked on autonomously. -
Codex for building and debugging iPhone simulator end to end
By
–
Codex for building and debugging an iPhone simulator end to end: https://t.co/qA5WlK0OzA
— Greg Brockman (@gdb) 23 mai 2026Codex for building and debugging an iPhone simulator end to end:
-
Lightning Indexer DSA Top-k Inference Path Demo
By
–
It’s just demoing the inference-time DSA top-k selection path at this point. The Lightning Indexer has trainable parameters, but this version does not train them (yet)
-

DeepSeek Sparse Attention Implementation in LLMs Repository
By
–
Added a DeepSeek Sparse Attention (DSA) from-scratch implementation to my LLMs-from-scratch repo thanks to an awesome new reader contrib. With motivation, overview, and GPT-style model reference implementation as standalone example code: https://
github.com/rasbt/LLMs-fro
m-scratch/tree/main/ch04/09_dsa
… -

llmfit CLI tool auto-detects hardware and ranks 206 models by VRAM
By
–
Stop guessing which models fit in your VRAM! llmfit is a CLI tool that auto-detects your hardware and ranks 206 models by what actually runs on your system. You download a 70B model and hope it fits. Or you estimate memory requirements across quantization levels and still end
-

Prompt Engineering, Context, and Harness Engineering Explained
By
–

from prompt to context to harness engineering. three terms keep coming up in AI engineering, and they get conflated all the time. here is the cleanest way to understand what each one is and how they fit together. 𝗽𝗿𝗼𝗺𝗽𝘁 𝗲𝗻𝗴𝗶𝗻𝗲𝗲𝗿𝗶𝗻𝗴 𝗶𝘀 𝘁𝗵𝗲 𝗺𝗲𝘀𝘀𝗮𝗴𝗲.
-
Using Codex-to-Codex oversight improves AI outputs
By
–
This works because you're adding a layer of oversight between you and the output. When you ask Codex to do something directly, it executes. When you ask Codex to ask Codex, the first agent becomes your project manager. It plans, delegates, and reviews the work before you ever
-
Defending Claude Code’s code as logical and elegant
By
–
Bullshit Nothing ugly about code Claude Code writes, it's logical and elegant
-
Prompt Versioning and Rollback in AI Development
By
–
Solid list! Prompt versioning is another thing I would add here. You always need mechanisms to roll back a prompt change.