Notebooks
A
Anthropic
Alph Questions with Claude

Alph Questions with Claude

Ask about Alph with Claude.

claudeAlphanthropic

Anthropic โ€” Prompt with Context from llms.txt

Open in Alph

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

[1]
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 @param fields.

[1]
temperature
0.7
max_tokens
1024
system_prompt
user_prompt
context_url

3 ยท Load environment & fetch context

[2]
โœ… ANTHROPIC_API_KEY loaded
๐Ÿ“ฅ Fetching context from https://runalph.ai/llms.txt โ€ฆ
โœ… Fetched 6,994 characters of context

4 ยท Prompt Anthropic

[3]
๐Ÿš€ 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.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.

5 ยท Usage stats

[4]
๐Ÿ“Š Model:             claude-sonnet-4-6
   Input tokens:      1,993
   Output tokens:     428
   Stop reason:       end_turn