-
Notifications
You must be signed in to change notification settings - Fork 54
Add Grainchain Blog Post: Langchain for Sandboxes 🌾 #1166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
- Comprehensive blog post explaining the Grainchain project and vision - Details the problem of sandbox provider fragmentation - Showcases the unified API and provider flexibility - Includes performance benchmarks and real-world impact - Explains the inspiration from @Mathemagician's tweet - Updates posts.mdx to include the new blog post - Positions Grainchain as the solution for unified sandbox computing
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. |
@@ -4,6 +4,20 @@ icon: "clock" | |||
iconType: "solid" | |||
--- | |||
|
|||
<Update label="2025-07-06" description="Grainchain: Langchain for Sandboxes"> | |||
|
|||
## Grainchain: Langchain for Sandboxes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think those images exist... they are certainly not committed to the repo. Maybe do this with mermaid ors omething? We use Mintlifly, you can search their docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it! I'll look into using mermaid or Mintlify for the diagrams... 🖊️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Fixed the image issue!
You're absolutely right - I was referencing non-existent images. I've updated the blog post to use a comprehensive Mermaid diagram instead, which works perfectly with Mintlify.
The new diagram shows the complete Grainchain architecture:
- Application Layer → Grainchain Core → Provider Adapters → Sandbox Providers
This gives a much better visual representation of how Grainchain unifies the sandbox ecosystem, and it's all rendered natively by Mintlify without needing any external image files.
🔄 Updated PR #1166 with the Mermaid diagram fix!
💻 View my work • React 👍 or 👎
- Replace image reference with comprehensive Mermaid architecture diagram - Remove image reference from posts.mdx card component - Use Mintlify-compatible Mermaid syntax for visual representation - Diagram shows the full Grainchain architecture from application to providers
- Add grainchain-langchain-for-sandboxes to Blog section in docs.json - Ensures the blog post appears in the sidebar navigation - Places it prominently after the posts overview page
🌾 Grainchain: Langchain for Sandboxes
This PR adds a comprehensive blog post about Grainchain - our unified interface for sandbox providers.
What's Included
grainchain-langchain-for-sandboxes.mdx - Complete blog post covering:
posts.mdx - Updated to include the new blog post in the listing
Key Highlights
🎯 Core Message: Just as Langchain unified LLMs, Grainchain unifies sandboxes
🔧 Technical Focus:
🚀 Impact: Showcases how Grainchain eliminates vendor lock-in and enables rapid innovation
Blog Post Structure
This blog post serves as the public announcement and explanation of the Grainchain project, complementing the manifesto in the grainchain repository.
Part of the grainchain project milestone - see CG-18916
💻 View my work • About Codegen