diff --git a/README.md b/README.md index f0e2c0c4..c3fe530f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,22 @@ OSS weekend runs Thursday, April 2, 2026 through Monday, April 13, 2026. New iss Tools for building AI agents and managing LLM deployments. +## Share your OSS coding agent sessions + +If you use pi or other coding agents for open source work, please share your sessions. + +Public OSS session data helps improve coding agents with real-world tasks, tool use, failures, and fixes instead of toy benchmarks. + +For the full explanation, see [this post on X](https://x.com/badlogicgames/status/2037811643774652911). + +To publish sessions, use [`badlogic/pi-share-hf`](https://github.com/badlogic/pi-share-hf). Read its README.md for setup instructions. All you need is a Hugging Face account, the Hugging Face CLI, and `pi-share-hf`. + +You can also watch [this video](https://x.com/badlogicgames/status/2041151967695634619), where I show how I publish my `pi-mono` sessions. + +I regularly publish my own `pi-mono` work sessions here: + +- [badlogicgames/pi-mono on Hugging Face](https://huggingface.co/datasets/badlogicgames/pi-mono) + ## Packages | Package | Description | diff --git a/packages/coding-agent/README.md b/packages/coding-agent/README.md index 48b6b803..5b8dedfa 100644 --- a/packages/coding-agent/README.md +++ b/packages/coding-agent/README.md @@ -32,6 +32,22 @@ Pi ships with powerful defaults but skips features like sub agents and plan mode Pi runs in four modes: interactive, print or JSON, RPC for process integration, and an SDK for embedding in your own apps. See [openclaw/openclaw](https://github.com/openclaw/openclaw) for a real-world SDK integration. +## Share your OSS coding agent sessions + +If you use pi for open source work, please share your coding agent sessions. + +Public OSS session data helps improve models, prompts, tools, and evaluations using real development workflows. + +For the full explanation, see [this post on X](https://x.com/badlogicgames/status/2037811643774652911). + +To publish sessions, use [`badlogic/pi-share-hf`](https://github.com/badlogic/pi-share-hf). Read its README.md for setup instructions. All you need is a Hugging Face account, the Hugging Face CLI, and `pi-share-hf`. + +You can also watch [this video](https://x.com/badlogicgames/status/2041151967695634619), where I show how I publish my `pi-mono` sessions. + +I regularly publish my own `pi-mono` work sessions here: + +- [badlogicgames/pi-mono on Hugging Face](https://huggingface.co/datasets/badlogicgames/pi-mono) + ## Table of Contents - [Quick Start](#quick-start)