DataPilot - AI Teammate for Data Teams. The team behind #dbtpoweruser vscode extension

Joined February 2024
2 Photos and videos
LLMs are great at strategy & code generation but terrible at proving query equivalence or data correctness. We built a 3-layer architecture for data engineering: deterministic Rust/TS for correctness, LLM for creativity. See: The Correctness Layer altimate.ai/blog/the-correct…
16
Altimate AI retweeted
things my ai assistant finds interesting, vol. 11: altimate-code gives coding agents something they usually fake in data work: actual warehouse context. instead of guessing schemas, dbt lineage, query costs, or where pii might leak, it adds a deterministic tool layer for sql analysis, column-level lineage, cross-dialect translation, finops, and dbt workflows. the useful bit: this is not "ai for sql" fluff. it's trying to make claude code or codex less dangerous around real data stacks. 171 stars in 22 days. niche, but very real painkiller
2
1
5
87
Altimate AI retweeted
Came across a new github repo that certainly looks like solving my data engineering issues! Data engineering is where AI agents still have issues - hallucinated SQL, no lineage, no schema awareness, no cost visibility. General coding agents can edit SQL files. They cannot understand your data stack. 'altimate-code' fixes that. Open-source, deterministic intelligence layer for dbt, SQL, and cloud warehouses - 100 tools, connects to 10 types of warehouses, column-level lineage, PII detection, FinOps, and cross-dialect translation. Works standalone or mounted under Claude Code. No pattern matching. No guesses. Actual precision. This is what agentic data engineering should look like. check it out, may really be a great add to the indie dev tech stack. github.com/AltimateAI/altima…
2
4
60
Altimate AI retweeted
What if your AI coding agent actually understood your data stack? General AI tools can write SQL and catch obvious mistakes. But they cannot systematically detect anti-patterns, trace lineage, or keep warehouse costs under control. That gap can lead to inefficient queries, broken dependencies, and hidden compliance risks building up over time. I recently tried altimate-code, an open-source agent with 100 tools purpose-built for data engineers, and built a demo repo to test it. From a single prompt, it created a DuckDB instance with my data, built a full dbt project with the medallion architecture, orchestrated pipelines with Airflow, and generated an interactive dashboard. What makes it different: • 100 tools that analyze SQL through structural parsing, not text guessing • Works across your stack including Snowflake, BigQuery, Databricks, DuckDB, and more • Model-agnostic. Compatible with OpenAI, Anthropic, Gemini, Ollama, and others • Top scorer on ADE-Bench, outperforming Cursor, Claude Code, and Cortex on real data engineering tasks ☕️ Link to the demo repo: github.com/khuyentran1401/al… ️📦 Link to the repository: github.com/AltimateAI/altima… #DataEngineer #AI #LLM
2
7
347
If you are a data engineer using Claude Code, you will want to explore how the Altimate Code can take your work to the next level... for free. Steven Johnson will be sharing some use cases, starting with one of our favorites: dbt tests. youtube.com/watch?v=O49qIMh2…
2
19
Catch the replay of this morning's Altimate Code overview: youtube.com/watch?v=g-ACWwz9…

1
29
Thanks @sspaeti for the analysis. We look forward to hearing what people will build with Altimate Code. Join us on Slack to connect with the team: altimate.studio/join-agentic…

Altimate-code: a new open-source code editor for data engineering based on opencode. Easter comes early for every developer this year. Altimate-code is an OSS agentic code editor that works in the terminal, based on the admired OpenCode AI editor, with dedicated data engineering features. The difference to general AI coding agents such as Claude or Codex is that Altimate is focused on SQL and data engineering tasks, with an understanding of the data stack and integration in tooling. Altimate gives any LLM a deterministic data engineering intelligence layer, avoiding guessing at schemas. Some capabilities that altimate-code adds compared to general coding agents: →SQL anti-pattern detection with 19 rules, confidence-scored →Column-level lineage, automatic from SQL, any dialect →Schema-aware autocomplete based on live-indexed warehouse metadata →Cross-dialect SQL translation for popular DWHs →FinOps & cost analysis, which shows credits & expensive queries →dbt integration with parsing manifest, model scaffolding, and lineage →Observability, with local-first tracing capabilities Under the hood, altimate-code runs a Rust-native SQL analysis engine (altimate-core) that does AST (Abstract Syntax Tree)-based parsing. Very similar to SDF (now dbt Fusion) and SQLMesh, altimate-code has #deterministic SQL linter capabilities, not based on scanning the full project via bash that might take minutes, but in seconds and sub-seconds. Data Engineering Companion Altimate is backed by DuckDB for local SQL validation and Zod for runtime type-safe parameter validation across all tool integrations. It works with dbt, DuckDB, Airflow, Dagster, and all your data tools from the data OSS data ecosystem. It integrates with any DE stack and any LLM provider you know of. JIRA, GitHub, and soon Kubernetes and ServiceNow, so you have an agentic coding partner for all things data engineering, plus ticket management with Infra. Security is a big part of agents, and altimate-code includes a permission guard system. If you have sensitive PII data, Altimate can run entirely locally, pointing it at DuckDB or hooking it up to Ollama. PII detection uses regex patterns, and the schema is cached in an embedded SQLite database locally. The altimate-code check command requires no API key — but you can add to unlock LLM-powered suggestions. It uses Tree-sitter (behind VS Code, Zed, Neovim) to parse and analyze shell commands for safety before execution to detect redirects, file patterns, and potential working directory risks. But try it out yourself. Run a `/discover` or a `/trace`, or just check out the command palette, it's fully open source and available at github.com/AltimateAI/altima…. I personally love the three modes, besides `Plan` and `Builder`, it also has an `Analyst` role, where it explores data, selects queries, and makes analyses - like a real analyst. #genai #dataengineering #paidpartnership
1
36
Starting in 4 hours: Altimate Code webinar. If you're building with AI in your data stack, you'll want to see this. We're doing live demos and walking through real workflows with the engineering team. Plus open Q&A to answer your questions. Last call: na2.hubs.ly/H04tzJ90
1
18
Tomorrow 12 PM ET: Altimate Code webinar Gartner says 40% of agent projects will fail by 2027. The problem? Missing context infrastructure. The fix? We're showing it live. Register: na2.hubs.ly/H04sR7N0
17
Snowflake AI Services costs climbing? Now you can see exactly why: ✓ Breakdown by service type ✓ Trend tracking ✓ Usage attribution Full visibility. No guessing. Demo: na2.hubs.ly/H04sR4Z0 #Snowflake #AI

11
Live webinar this Wednesday (3/25) at 2 PM ET: Altimate Code deep dive 🔧 → Why context debt breaks AI agents → How Decision Memory fixes it → Live demos Q&A Not another "AI will save data engineering" pitch. This is infrastructure. Register: na2.hubs.ly/H04rLLp0
8
Stale dbt artifacts = agents breaking production New: Automatic sync with dbt Cloud Fresh context. Safe agents. Zero manual work. Walkthrough the Demo: na2.hubs.ly/H04rP2S0 #dbt #DataEngineering #AI

4
Altimate AI retweeted
Latest @dbt_labs #ADEBench Leaderboard #1 OSS altimate-code: 74.4% pass with Sonnet 4.6 #2 @Snowflake Cortex: 65% pass with Opus 4.6 #3 @claudeai Code: 58% pass with Opus 4.6 Try it out: altimate.sh #DataEngineering #Pipelines #ADEBench #ADE
2
5
143
Altimate AI retweeted
Excited to see @AltimateInc, a newer addition to the @JC2Ventures portfolio, has launched its DataMates solution today. AI agents will be game-changing for data & analytics teams, and I can’t wait to see how the #startup will lead this disruption. venturebeat.com/ai/how-agent…
2
6
646
Altimate AI retweeted
Congrats to JC2-backed @AltimateInc on the launch of DataMates! These ambient AI “teammates” are designed to work autonomously. Explore how this #startup is supporting thousands of data professionals with this new addition to its DataPilot platform: prnewswire.com/news-releases…
1
220
Altimate AI retweeted
DataPilot's Power User VSCode extension provides a seamless testing experience in dbt. With the extension, you can: 🔹 Validate your dbt code against best practices 🔹 Troubleshoot using real-time column lineage 🔹 Generate dbt tests with ease
1
8
42
2,245
Altimate AI retweeted
3 May 2024
Dbt power user触ってない間に進化してた。 実行して出てきたテーブルのコピーもできるし、後からorder byとか条件抽出もできるだと、、、 めっちゃいい。
1
1
118