In this digest
- Prediction: millionaires will be made using custom Jev style models...
- Honey, I Looked at the Data of a Frontier Benchmark and Found some Issues: Porting ALE Linux CLI to Verifiers v1
- Looking into the Swarm's Eye
- Learning Richer Credit Representations with Transformers at Affirm
- How to De-Slop an AI-Generated Codebase
- Jev’s Architecture Unmasked
- Harbor: Stripe’s AI-assisted prototyping tool
- Agents: The new, New Kingmakers
- AI Changed How Spotify Builds. What We Learned (and Fixed) About Quality at Higher Velocity
- Inside OpenAI’s agentic software factory
- AI existential risk probabilities are too unreliable to inform policy
- 6-7 loops we use every day to make PostHog self-driving
- The Harness Margin Opportunity
- Make money, make no mistakes.
- Use LLM-as-a-judge scoring to measure your software factory
Themes from yesterday
- Agentic software is moving beyond code generation toward continuous operating loops: OpenAI, PostHog, Spotify, and Stripe are building systems that create, test, monitor, and improve work with humans steering the process.
- The next efficiency gains may come from specialized decision models and better harnesses, not simply larger language models. Jev-style classifiers, model routing, and calibrated guardrails promise lower latency and cost for repeatable decisions.
- As AI increases delivery speed, quality assurance becomes the constraint. Benchmark integrity, code cleanup, production observability, and agent evaluation determine whether faster output becomes reliable progress.
1. Prediction: millionaires will be made using custom Jev style models... — X
- Why read: Custom Jev-style models using parallel constrained decoding could make existing agent workflows far more token-efficient.
- Summary: Consider an agent workflow where an LLM reviews every support ticket, invoice, or claim before the next step. Most decisions are obvious, yet each one currently uses a frontier model for a few seconds and a few cents. Companies already have years of human or agent decisions with outcomes attached. A custom PCD-style model could first classify what to do at a fraction of the LLM’s cost, while returning a mathematically accurate probability for that classification.
- Read more
2. Honey, I Looked at the Data of a Frontier Benchmark and Found some Issues: Porting ALE Linux CLI to Verifiers v1 — sankalp's blog
- Why read: The author found task defects and testing failures while porting the ALE Linux CLI benchmark to Verifiers v1.
- Summary: Evaluations across four models produced mixed results. Some tasks had unclear instructions, and model performance was inconsistent. The results suggest both benchmark tasks and model capabilities need improvement for more reliable testing.
- Read more
3. Looking into the Swarm's Eye — florianbrand.com
- Why read: The author has sharply increased their use of AI agents and now runs billions of tokens daily with open models.
- Summary: Multi-agent swarms, including advanced systems such as GPT-6 (Astra), can delegate work and communicate effectively, but they remain expensive and unfinished. The technology is improving quickly and could soon give more people access to powerful problem-solving tools.
- Read more
4. Learning Richer Credit Representations with Transformers at Affirm — Medium
- Why read: Affirm uses a transformer to learn detailed patterns from credit reports and improve credit-risk assessment.
- Summary: The system combines transformer embeddings with traditional features in XGBoost, improving performance by 1.8 times over earlier methods. Affirm says the approach helps it approve more loans safely and will expand to more users and use cases.
- Read more
5. How to De-Slop an AI-Generated Codebase — Builder.io
- Why read: AI-generated code can become messy when agents add unnecessary checks or widen types without clear direction.
- Summary: Developers can address this by defining the problem precisely, reviewing warnings closely, and giving agents direct repair instructions. Targeted tests and checks help prevent the same mistakes from returning and keep the codebase clean.
- Read more
6. Jev’s Architecture Unmasked — Archer Hume
- Why read: Jev retains a pretrained language model’s knowledge while producing decision probabilities directly rather than text.
- Summary: It shares internal states and handles multiple questions in parallel to improve efficiency and reliability. Experiments indicate that it reads all options together and gives calibrated probability estimates for decisions.
- Read more
7. Harbor: Stripe’s AI-assisted prototyping tool — Documentation
- Why read: Stripe built Harbor to help designers create interactive prototypes quickly without writing code.
- Summary: Teams can comment on prototypes and share live versions that update in real time. Harbor also connects with other AI tools at Stripe, supporting workflows across design, engineering, and business teams.
- Read more
8. Agents: The new, New Kingmakers — tecosystems
- Why read: Developers once held most of the power in software creation, but AI agents now make many coding decisions.
- Summary: Agents write code, select tools, and accelerate development, shifting more of the industry’s attention from people to machines. Companies will need to adapt to working with increasingly capable AI agents.
- Read more
9. AI Changed How Spotify Builds. What We Learned (and Fixed) About Quality at Higher Velocity — Spotify Engineering
- Why read: Spotify uses AI to build and release features faster, but faster change has created quality challenges.
- Summary: Spotify found the issues came from the pace of change, not AI errors. It improved monitoring, testing, and capacity to keep the app reliable. The core challenge is verifying and fixing changes quickly enough as development speeds up.
- Read more
10. Inside OpenAI’s agentic software factory — pragmaticengineer.com
- Why read: OpenAI relies heavily on Codex and ChatGPT Work for nearly all tasks, including non-engineering work.
- Summary: OpenAI has built an “agentic software factory” in which AI agents write, review, and fix code automatically. The model changes how software is built and scaled, with engineers acting more like product managers.
- Read more
11. AI existential risk probabilities are too unreliable to inform policy — AI as Normal Technology
- Why read: AI extinction-risk forecasts are too uncertain to provide a reliable basis for government policy.
- Summary: These forecasts are often guesses without strong evidence or validated methods. The author argues that policy should work across a range of risk levels and focus on clear, practical measures.
- Read more
12. 6-7 loops we use every day to make PostHog self-driving — posthog.com
- Why read: PostHog uses automated loops and scouts to find, report, and fix bugs quickly.
- Summary: The scouts group feedback, identify duplicates, and create reports that lead to pull requests. Human reviewers steer the process, making the system more self-driving and efficient.
- Read more
13. The Harness Margin Opportunity — X
- Why read: The quality of the harness shapes the business outcome.
- Summary: A Berkeley study published this week found that harnesses, the systems that control AI agents, determine the price of an answer. The right harness can cut the cost of the same result by 71% without reducing accuracy.
- Read more
14. Make money, make no mistakes. — X
- Why read: An AI agent called BugBasher was created to build a pest-control referral business from scratch.
- Summary: BugBasher learned from mistakes, improved its calls, and found paying customers independently. After many attempts, it made its first successful $75 sale.
- Read more
15. Use LLM-as-a-judge scoring to measure your software factory — X
- Why read: To get the most from a software factory, teams need to measure coding-agent performance instead of guessing.
- Summary: The post describes an LLM-as-a-judge approach in which agents grade and measure other agents.
- Read more