Glean 拾遗
Recent picks

2picks · chronological

09-20

Balyasny: evaluating and governing frontier models at $38B scale

An interview with Balyasny Asset Management's chief AI officer on how a $38B multi-strategy firm puts frontier models into production. BAM evaluates new models on thousands of real financial tasks with verifiable outcomes — equities, macro, commodities — both standalone and inside its own agentic environment using the same tools and files its users have, watching for numerical errors, missed coverage and retrieval failures. On the relevant subset Claude Fable 5 scored 89.4% versus 86.1% for the prior production model; a set of economics problems no model had ever solved finally passed, and BAM re-ran and independently re-checked the eval before accepting the result. Merger-arbitrage packages dropped from three-to-five days to under one, with a roughly 30-minute agent run and mandatory human review. Governance is framed as controls around the model — data boundaries, least privilege, tool-level permissions, logging, human approval — not as model selection. Note this is vendor-published customer material.

claude.com · 8 min · Agent Evaluation · Agent Harness · Agent Infrastructure
08-21

DeepSeek Harness: A Plugin-Centric Runtime for AI Agents

DeepSeek Harness (dsh) is an open-source agent harness from DeepSeek AI with a plugin-everything architecture powered by Cordis, a framework designed around spatiotemporal composability. It is currently in developer preview, so breaking changes are expected. You can run it from npm or from source, and it launches a local Web UI at 127.0.0.1:3080 by default. The project aims to be a modular runtime for building and operating AI agents, and is suited for engineers who want an extensible, self-hosted agent infrastructure rather than a closed product. Community support is available via GitHub Discussions and Discord, and plugins can use the 'dsh-plugin' topic for discoverability.

github.com · 2 min · Agent Harness · Agent Infrastructure · Agents