Alph Questions with Claude
Ask about Alph with Claude.
Anthropic โ Prompt with Context from llms.txt
This notebook fetches runalph.ai/llms.txt and uses it as context when prompting the Anthropic API.
Tweak the parameters below to experiment with models, temperature, and your prompt.
1 ยท Install dependencies
Note: you may need to restart the kernel to use updated packages.
2 ยท Parameters
๐ก Tip: Click a parameter value to edit it inline โ these are interactive
@paramfields.
3 ยท Load environment & fetch context
โ ANTHROPIC_API_KEY loaded ๐ฅ Fetching context from https://runalph.ai/llms.txt โฆ โ Fetched 6,994 characters of context
4 ยท Prompt Anthropic
๐ Streaming response from claude-sonnet-4-6 (temp=0.7, max_tokens=1024) โฆ
## What is Alph?
Alph is a **cloud platform built around Jupyter notebooks**, available at [runalph.ai](https://runalph.ai). It treats standard `.ipynb` files as first-class citizens with no proprietary format or vendor lock-in.
### Key Features
- **Cloud Compute (Projects)** โ JupyterLab servers ranging from Micro (0.5 CPU/1GB RAM) to XLarge (16 CPU/32GB) plus GPU instances, with terminals, file storage, and kernel management.
- **Built-in AI** โ Claude, GPT, and Gemini integrated directly into the editor. Generate cells with `Ctrl/Cmd+K`, use chat with full notebook context, or let the autonomous **AI Editor** agent write, execute, and debug code server-side โ even while your browser is closed.
- **GitHub Sync** โ Bidirectional sync with cell-level diffs, pull/push/PR workflows, and the `gitalph.com` viewer (swap `github.com` โ `gitalph.com` to open any public notebook in Alph).
- **Web App Hosting** โ Serve any app (Streamlit, Gradio, FastAPI) on port 5000 โ instantly live at `{org}-{project}.runalph.dev` with custom domain + SSL support.
- **Automations** โ Schedule notebook cell ranges or AI agent prompts on a cron for ETL, reports, monitoring, etc.
- **Bring Your Own GPU** โ Connect any external machine via `alphai jupyter lab` (CLI) through a secure tunnel.
- **Publishing & Embedding** โ Share notebooks via public URLs or embed them in any webpage via iframe.
It's designed for **AI/ML engineers, data scientists, and data teams** who want a collaborative, cloud-native notebook environment.
What is Alph?
Alph is a cloud platform built around Jupyter notebooks, available at runalph.ai. It treats standard .ipynb files as first-class citizens with no proprietary format or vendor lock-in.
Key Features
-
Cloud Compute (Projects) โ JupyterLab servers ranging from Micro (0.5 CPU/1GB RAM) to XLarge (16 CPU/32GB) plus GPU instances, with terminals, file storage, and kernel management.
-
Built-in AI โ Claude, GPT, and Gemini integrated directly into the editor. Generate cells with
Ctrl/Cmd+K, use chat with full notebook context, or let the autonomous AI Editor agent write, execute, and debug code server-side โ even while your browser is closed. -
GitHub Sync โ Bidirectional sync with cell-level diffs, pull/push/PR workflows, and the
gitalph.comviewer (swapgithub.comโgitalph.comto open any public notebook in Alph). -
Web App Hosting โ Serve any app (Streamlit, Gradio, FastAPI) on port 5000 โ instantly live at
{org}-{project}.runalph.devwith custom domain + SSL support. -
Automations โ Schedule notebook cell ranges or AI agent prompts on a cron for ETL, reports, monitoring, etc.
-
Bring Your Own GPU โ Connect any external machine via
alphai jupyter lab(CLI) through a secure tunnel. -
Publishing & Embedding โ Share notebooks via public URLs or embed them in any webpage via iframe.
It's designed for AI/ML engineers, data scientists, and data teams who want a collaborative, cloud-native notebook environment.
5 ยท Usage stats
๐ Model: claude-sonnet-4-6 Input tokens: 1,993 Output tokens: 428 Stop reason: end_turn