x-octo home Business judgment on AI products
中文

VOL.2026.08.13 Today's call 4 min read

AI agents are starting to be recorded, reviewed, and revisited much like employees

Thursday, August 13, 2026

Scanned 169 items, 155 products after dedupe, 14 news items discarded, 2 taken through to a deep dive.

2
worth reading
4
building supervision for agents
60
cut on sight
01

2 products worth studying today

2 picks
01

qm

Worth studyingcommunity interest 13257

The multiplayer agent platform Y Combinator runs internally. Every employee gets an isolated workspace, and in shared channels everyone still drives the same one.

The old behavior it replaces is clear — until now a company either gave everyone their own account (no shared memory, no controllable permissions) or had IT run one shared bot (one memory for everyone, so nobody dared grant it real access). The middle path had to be taped together in-house.

Why it is worth reading: 13,257 stars and 1,547 forks in fifteen days, a fork-to-star ratio of 11.7% — that ratio means people are deploying, not bookmarking. What it demonstrates is a path: when every company is taping the same thing together by hand, turning the tape into an open-source product wins you the standard, not just users.

02

numbat

Keep watchingcommunity interest 917

Perplexity's endpoint monitoring for agents: what it did on this machine, whether to stop it mid-action, and how to reconstruct the whole thing afterward.

The old behavior it replaces — companies have watched employee machines with EDR for twenty years, and EDR's subject is a person and a process. An agent acts inside someone else's process, over someone else's API; EDR only sees "a terminal made a network call."

Why it is worth reading: every shipped rule is monitor-only. That restraint is correct — the standard way a security tool dies is shipping enforcement in v1, blocking one legitimate action, and never being switched on by that organization again. The correct rollout order for any high-risk automation is watch before you touch, and that holds in any industry.

02

The other 13 that made the cut

13 rows
Product In one line Call
Approving Turns coding-agent work into an approvable, rollback-able delivery flow The more autonomous the agent, the more the approval step becomes its own product
human-review Comment on AI output the way you comment on a Google Doc The shape of feedback decides whether it gets used
Aakit Lists the assumptions a coding agent quietly made, and flags which broke AI failures live in assumptions, not code
ai-short-drama Story architecture, series continuity, and resumable production for AI short drama Continuity is the real bottleneck in industrializing short drama
ShenNongMi Traditional Chinese medicine knowledge graph, 20K nodes behind self-correcting queries A vertical knowledge graph is a moat models cannot flatten
Click Feeds live research context to ChatGPT and Claude Selling context is a steadier business than selling models
Discovered Materials A lab using AI agents to discover new materials When agents enter the lab, the moat is data and equipment
sv-number MCP Gives an agent a phone number in 200+ countries and reads the code back An agent that gets things done needs an identity
CodeBurn Shows where the money for AI-written code actually goes New spending always creates a market for accounting
Decant Shows where the tokens go Same need as CodeBurn, which makes it a common pain, not an edge case
Dograh Open-source voice agent platform, positioned against VAPI Cloning a proven closed product skips market education
LongHorizon-Harness Keeps an agent driving a computer for hours without losing task state The dividing line is how long it keeps going, not single-step accuracy
DeterminFlow Production-oriented AI workflow runtime with validation and recovery Selling recoverability means these workflows entered contexts where losing a job is unacceptable
03

Today's trend

4 items

agents are being treated as employees who need managing

Four of today's fifteen are different faces of the same thing:

  • numbat records every agent action on the endpoint, can block, can reconstruct forensics
  • Approving gates agent delivery behind an approval step, with rollback
  • human-review lets people leave comments on agent output the way they already comment
  • Aakit lays out the assumptions the agent made quietly and marks the wrong ones

Monitoring, approval, feedback, accountability — the four pieces companies have used on staff for twenty years, moved across without alteration.

Until recently everyone was building agents capability — sandboxes, memory, phone numbers. Today's batch builds constraint. That turn usually happens for one reason only: the thing is actually doing work now, it has caused problems, and the problems are expensive enough that someone will pay to prevent them.

One signal pointing the same way: CodeBurn and Decant both surfaced today, and both do nothing but show where the AI money went. Cost tooling and supervision tooling appearing together says agents have graduated from toy to line item.

04

What the big players did

5 items
  • Y Combinator open-sourced qm, the agent platform it runs internally, under MIT
  • Perplexity open-sourced numbat and entered agent endpoint security
  • AWS released context-ontology-accelerator, constraining agent decisions with an ontology
  • Vercel Labs shipped a marketing agent team template
  • AMAP-ML open-sourced LongHorizon-Harness for extended computer-use sessions

Five different directions, all at the same layer: not the agent itself, the ground it stands on.