Weave
Description
Deterministic execution for reproducible debugging—for AI agents and humans.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Weave
Deterministic execution for reproducible debugging—for AI agents and humans.
🎯 Overview
Modern software contains non-deterministic bugs that appear randomly and disappear when attempting to reproduce them. Weave eliminates this unpredictability by controlling all sources of randomness, providing a systematic approach to debugging hard-to-reproduce bugs for both AI coding agents and humans with perfect repeatability.
[!NOTE] **Weave is currently in early development and only has [limited support](COMPAT.md) for Darwin/arm64 and Linux/x86.**
Features
- Deterministic time simulation
- Runs on Darwin/arm64 and Linux/x86
🧑💻 Getting Started
Install a prebuilt release on supported platforms with:
> curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penberg/weave/releases/latest/download/weave-installer.sh | sh
Prebuilt artifacts are currently published for Darwin/arm64 and Linux/x86_64.
Run your program with `weave` to execute it deterministically:
> weave /bin/date
Sun Mar 10 01:34:50 EET 2041
> weave /bin/date
Sun Mar 10 01:34:50 EET 2041 # Same output, every time!
If you want a different, but reproducible timeline, use the `--seed` flag:
> weave --seed 12345 /bin/date
Fri Jun 2 22:33:25 EEST 2000
> weave --seed 12345 /bin/date
Fri Jun 2 22:33:25 EEST 2000 # Same seed = same result
💡 Motivation
Modern systems intro
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI