Add budget patterns guide, ecosystem docs, and community badges#97
Merged
Add budget patterns guide, ecosystem docs, and community badges#97
Conversation
…s, and enhanced glossary/comparison - New integration ecosystem showcase page (how-to/ecosystem.md) with links to all providers and frameworks - New "Built with Cycles" badge kit (community/badges.md) with SVG badges and usage snippets - New blog post: "The True Cost of Uncontrolled AI Agents" — data-driven link-bait content - New blog post: "AI Agent Budget Patterns: A Practical Guide" — definitive reference guide - Enhanced glossary with 14 new terms covering patterns, architecture, and AI terminology - Enhanced comparison page with quick-comparison summary table and "when to adopt" section - Updated sidebar navigation with Ecosystem and Community sections https://claude.ai/code/session_01N2N4fKqatxBiXgFNSwxFqF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds comprehensive educational content and community resources for the Cycles platform, including a practical guide to budget patterns, an integration ecosystem reference, incident documentation, and community badges for projects using Cycles.
Key Changes
New Documentation:
blog/agent-budget-patterns-visual-guide.md— A practical guide covering six common budget patterns (tenant isolation, workflow caps, per-run with degradation, shared pools with priority, shadow mode rollout, and hybrid token+dollar budgets) with code examples, trade-offs, and guidance on combining patterns for production systemsblog/true-cost-of-uncontrolled-agents.md— Analysis of real-world costs of uncontrolled AI agents, including cost amplification math, four categories of cost (direct API, compute, operational, opportunity), and five recurring failure modes (runaway loops, retry storms, concurrent overspend, scope misconfiguration, dev/prod mismatch)how-to/ecosystem.md— Comprehensive integration ecosystem reference covering AI providers (OpenAI, Anthropic, Google Gemini, AWS Bedrock), frameworks (LangChain, Vercel AI SDK, Spring AI), web frameworks (Express.js, FastAPI, Spring Boot), agent platforms (MCP, OpenClaw), official SDKs, and community toolsCommunity Resources:
community/badges.md— Guidelines and code snippets for "Built with Cycles" badges in multiple formats (Markdown, HTML, reStructuredText) with light and dark variantspublic/badges/built-with-cycles.svgandpublic/badges/built-with-cycles-dark.svg— SVG badge assets for light and dark backgroundsGlossary & Concept Updates:
glossary.mdwith new sections for Patterns & Architecture (budget envelope, graceful degradation, fan-out, tool loop, retry storm, tenant isolation, cost estimation) and AI & Agent Terminology (autonomous agent, MCP)concepts/how-cycles-compares-to-rate-limiters-observability-provider-caps-in-app-counters-and-job-schedulers.mdwith a quick comparison table and "When to adopt Cycles" decision frameworkNavigation Updates:
.vitepress/config.tswith "New" badgeNotable Details
https://claude.ai/code/session_01N2N4fKqatxBiXgFNSwxFqF