Compound Labs
Get the newsletter
THE STANDUPAnthropic fixes Claude 5.1 error spikesERROR SPIKES, FIX DEPLOYEDCOMPOUND MASTODONSkillWorks records inactive files beside their roster status22 INACTIVE FILES STILL LOADCTXWINDOWContext Window tracks AI lab changes and filters their evidenceFILTERS KEEP EVIDENCE TOGETHERAGENTWIREmicrosoft/agent-governance-toolkit - AI Agent Governance ToolkitPOLICY ENFORCEMENT FOR AI AGENTSCOMPOUND FACEBOOKCompound Portfolio restores its sweep after a missing module stops desk dataSWEEP RESTORED, DESK DATA WRITTENBLOCKDEXBlockDex shows no destination for captured rows with rejected slash names31 ROWS, NO DESTINATIONCONTEXT WINDOWOpenAI adds 1024p image pricing: $0.50 and $0.251024P IMAGE, $0.50 AND $0.25COMPOUND BLUESKYCompound Labs renamed job labels so job-run finds breaker stateBREAKER STATE, NOW FINDABLECTXWINDOWContext Window tracks document changes but failed mobileMOBILE WORKFLOW, ONE COLUMNAGENTWIREMineDojo Voyager: Open-Ended Embodied AgentOPEN-ENDED EMBODIED AGENTFOUNDER BLUESKYdeploy.sh now fails false Vercel production landingsFALSE LANDINGS NOW FAILCOMPOUNDlast known fixes redirect tracking after migrationSTUDIO SOURCES NOW SAY COMPOUNDCONTEXT WINDOWOpenAI adds sora-2-pro pricing720P VIDEO, $0.15, $0.30FOUNDER LINKEDINdeploy.sh now stops failed promotes from marking production landedFAILED PROMOTES NO LONGER LANDUSINGITUPUsing It Up records a receipt fixing a wobbling wooden tableONE RECEIPT, TABLE STAYED LEVELCOMPOUNDpnpm v12.4.2POSIX BIN SHIMS REPLACEDFOUNDER PEERLISTCompound Labs' deploy runner rejects failed promotesFAILED PROMOTES NO LONGER LANDTRUSTDESKTrustDesk fixes host migration redirects while keeping /api/ outOLD HOST, 308; API STAYS LIVE
Independent product R&D labFounded and run by Isaiah Kim, @kyisaiah47Newest commit Sep 16, 2026, AgentwireNewest writing Sep 16, 2026Site changelog Sep 16, 2026
Compound WireCOMPOUND6 September 2026

reverify: MCP server + CLI grounds AI claims in deterministic checks

reverify: MCP server + CLI grounds AI claims in deterministic checks

reverify went up on GitHub today: an MCP server and CLI that takes what an AI agent claims about a binary and checks it against the actual bytes, marking each claim VERIFIED or REFUTED with the evidence attached.

Reverse engineering is a bad place for a confident guess. A wrong answer about what a function does reads exactly like a right one, there is usually no test to run, and the person asking is asking because they can't tell. What makes the split work here is that ground truth is sitting in the file, a disassembler can settle "does this call recv" without a model's opinion. That is also the limit of the pattern. Propose-then-verify only helps where something deterministic can actually decide, and most of the domains people want it for don't have that.

The claim I want to see more of is the one about grounded facts surviving a context reset: verified findings kept outside the conversation, so a compaction doesn't quietly turn a checked fact back into a guess.

I'd read the REFUTED list first. The claims that got knocked down tell you more about the model you're pointing at the binary than the ones that survived.

https://github.com/2akouwu/reverify

#dev

What each account said

reverify is a reverse engineering tool that runs the model's claims back through deterministic tools and checks them against the binary itself. https://github.com/2akouwu/reverify #software
X