diff --git a/README.md b/README.md index 319288195e7..191263c0bef 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ and deployable as apps. - 🖐️ **interactive:** [bind sliders, tables, plots, and more](https://docs.marimo.io/guides/interactivity.html) to Python — no callbacks required - 🐍 **git-friendly:** stored as `.py` files - 🛢️ **designed for data**: query dataframes, databases, warehouses, or lakehouses [with SQL](https://docs.marimo.io/guides/working_with_data/sql.html), filter and search [dataframes](https://docs.marimo.io/guides/working_with_data/dataframes.html) -- 🤖 **AI-native**: [generate cells with AI](https://docs.marimo.io/guides/generate_with_ai/) tailored for data work +- 🤖 **AI-native**: [connect agent CLIs](https://docs.marimo.io/guides/generate_with_ai/marimo_pair/) like Claude Code to notebooks, or use our editor's [built-in AI features](https://docs.marimo.io/guides/editor_features/ai_completion/) - 🔬 **reproducible:** [no hidden state](https://docs.marimo.io/guides/reactivity.html#no-hidden-state), deterministic execution, [built-in package management](https://docs.marimo.io/guides/package_management/) - 🏃 **executable:** [execute as a Python script](https://docs.marimo.io/guides/scripts.html), parameterized by CLI args - 🛜 **shareable**: [deploy as an interactive web app](https://docs.marimo.io/guides/apps.html) or [slides](https://docs.marimo.io/guides/apps.html#slides-layout), [run in the browser via WASM](https://docs.marimo.io/guides/wasm.html) @@ -100,11 +100,14 @@ millions of rows blazingly fast, no code required. -**Generate cells with data-aware AI.** [Generate code with an AI -assistant](https://docs.marimo.io/guides/editor_features/ai_completion/) that is highly -specialized for working with data, with context about your variables in memory; -[zero-shot entire notebooks](https://docs.marimo.io/guides/generate_with_ai/text_to_notebook/). -Customize the system prompt, bring your own API keys, or use local models. +**Generate cells with data-aware AI.** Collaborate on marimo notebooks with +your favorite agent, such as Claude Code, Codex, or OpenCode, using [marimo +pair](https://docs.marimo.io/guides/generate_with_ai/marimo_pair/). Or, +generate code [in the marimo editor with an AI +assistant](https://docs.marimo.io/guides/editor_features/ai_completion/) that +is highly specialized for working with data, with context about your variables +in memory. Customize the system prompt, bring your own API keys, or use local +models. diff --git a/docs/index.md b/docs/index.md index a5de72646d6..7a0b2a97989 100644 --- a/docs/index.md +++ b/docs/index.md @@ -82,7 +82,7 @@ reproducibility, maintainability, composability, and shareability. - 🖐️ **interactive:** [bind sliders, tables, plots, and more](guides/interactivity.md) to Python — no callbacks required - 🐍 **git-friendly:** stored as `.py` files - 🛢️ **designed for data**: query dataframes, databases, warehouses, and lakehouses [with SQL](guides/working_with_data/sql.md); filter and search [dataframes](guides/working_with_data/dataframes.md) -- 🤖 **AI-native**: [generate cells with AI](https://docs.marimo.io/guides/generate_with_ai/) tailored for data work +- 🤖 **AI-native**: [connect agent CLIs](guides/generate_with_ai/marimo_pair/) like Claude Code to notebooks, or use our editor's [built-in AI features](guides/editor_features/ai_completion/) - 🔬 **reproducible:** [no hidden state](guides/reactivity.md), deterministic execution, [built-in package management](guides/editor_features/package_management.md) - 🏃 **executable:** [execute as a Python script](guides/scripts.md), parameterized by CLI args - 🛜 **shareable**: [deploy as an interactive web app](guides/apps.md) or [slides](guides/apps.md#slides-layout), [run in the browser via WASM](guides/wasm.md) @@ -136,11 +136,15 @@ millions of rows blazingly fast, no code required. -**Generate cells with data-aware AI.** [Generate code with an AI -assistant](https://docs.marimo.io/guides/editor_features/ai_completion/) that is highly -specialized for working with data, with context about your variables in memory; -[zero-shot entire notebooks](https://docs.marimo.io/guides/generate_with_ai/text_to_notebook/). -Customize the system prompt, bring your own API keys, or use local models. + +**Generate cells with data-aware AI.** Collaborate on marimo notebooks with +your favorite agent, such as Claude Code, Codex, or OpenCode, using [marimo +pair](guides/generate_with_ai/marimo_pair/). Or, +generate code [in the marimo editor with an AI +assistant](guides/editor_features/ai_completion/) that +is highly specialized for working with data, with context about your variables +in memory. Customize the system prompt, bring your own API keys, or use local +models.