Skip to content

Commit 8d7db9a

Browse files
authored
Refresh README intro with Genie Code vs AI Dev Kit positioning (#517)
Replaces the single-paragraph overview with a side-by-side card layout that makes the choice between Genie Code (in-workspace, free, native product context) and the AI Dev Kit (Databricks expertise in your local editor) explicit. Moves the architecture diagram to its own section above What's Included so the intro stays focused on the user decision.
1 parent 024d22a commit 8d7db9a

1 file changed

Lines changed: 66 additions & 5 deletions

File tree

README.md

Lines changed: 66 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,66 @@
1010
> For full third-party attribution, see NOTICE.txt.
1111
---
1212

13-
## Overview
13+
## AI-Assisted Development on Databricks
1414

15-
AI-Driven Development (vibe coding) on Databricks just got a whole lot better. The **AI Dev Kit** gives your AI coding assistant (Claude Code, Cursor, Antigravity, Windsurf, etc.) the trusted sources it needs to build faster and smarter on Databricks.
15+
Databricks offers two paths for AI-assisted coding. Choose the one that matches your environment.
1616

17-
<p align="center">
18-
<img src="databricks-tools-core/docs/architecture.svg" alt="Architecture" width="700">
19-
</p>
17+
<table>
18+
<tr>
19+
<td width="50%" align="center" valign="top">
20+
21+
<br>
22+
23+
<img src="https://img.shields.io/badge/Genie_Code-1B3139?style=for-the-badge&logo=databricks&logoColor=FF3621" alt="Genie Code" height="42">
24+
25+
<br><br>
26+
27+
**Free, first-party AI coding inside Databricks**
28+
29+
Built into every Databricks workspace at no extra cost, with deep native product context — your notebooks, jobs, and Unity Catalog data are already in scope. Ideal for users who have not started using AI-driven development tools or that are comfortable in Databricks.
30+
31+
</td>
32+
<td width="50%" align="center" valign="top">
33+
34+
<br>
35+
36+
<img src="https://img.shields.io/badge/AI_Dev_Kit-FF3621?style=for-the-badge&logo=databricks&logoColor=white" alt="AI Dev Kit" height="42">
37+
38+
<br><br>
39+
40+
**Databricks expertise, in the editor you already use**
41+
42+
Curated by Databricks field experts. Brings the patterns, skills, and 75+ executable tools your AI assistant needs to build on Databricks — wherever you're already coding.
43+
44+
<br>
45+
46+
<img src="https://img.shields.io/badge/Claude_Code-D97757?style=flat-square&logo=anthropic&logoColor=white" alt="Claude Code">
47+
<img src="https://img.shields.io/badge/Cursor-000000?style=flat-square&logo=cursor&logoColor=white" alt="Cursor">
48+
<img src="https://img.shields.io/badge/Codex-412991?style=flat-square&logo=openai&logoColor=white" alt="Codex">
49+
<img src="https://img.shields.io/badge/Gemini-1B72E8?style=flat-square&logo=googlegemini&logoColor=white" alt="Gemini CLI">
50+
<img src="https://img.shields.io/badge/Copilot-000000?style=flat-square&logo=github&logoColor=white" alt="GitHub Copilot">
51+
<br>
52+
<sub>+ Antigravity · Windsurf · OpenCode · and more!</sub>
53+
54+
</td>
55+
</tr>
56+
<tr>
57+
<td align="center">
58+
59+
<a href="https://docs.databricks.com/aws/en/genie-code/"><img src="https://img.shields.io/badge/Learn_more-→-1B3139?style=for-the-badge" alt="Learn more" height="36"></a>
60+
61+
<br>
62+
63+
</td>
64+
<td align="center">
65+
66+
<a href="#install-in-existing-project"><img src="https://img.shields.io/badge/Get_started-→-FF3621?style=for-the-badge" alt="Get started" height="36"></a>
67+
68+
<br>
69+
70+
</td>
71+
</tr>
72+
</table>
2073

2174
---
2275

@@ -221,6 +274,14 @@ After the script successfully installs the skills to your workspace, you may fin
221274

222275
This directory is customizable if you wish to only use certain skills or even create custom skills that are related to your organization to make Genie Code even better. You can modify/remove existing skills or create new skills folders that Genie Code will automatically use in any session.
223276

277+
## Architecture
278+
279+
The AI Dev Kit ships as four composable pieces — install the whole kit, or pick just the parts you need.
280+
281+
<p align="center">
282+
<img src="databricks-tools-core/docs/architecture.svg" alt="Architecture" width="700">
283+
</p>
284+
224285
## What's Included
225286

226287
| Component | Description |

0 commit comments

Comments
 (0)