Joined November 2023
111 Photos and videos
Recce 1.0 is now live on Product Hunt! producthunt.com/posts/recce-… Upvote and leave a comment to help us grow the Recce community and bring better data review processed to more data teams Thanks for your support! #OpenSource #Data #DataEngineering #Analytics #DeveloperTools #dbt

129
Day 1 of #SnowflakeSummit is a lot. Booth visits, back to back talks, so many handshakes. Tomorrow night, relax with us. 🍻 Data Renegades Happy Hour, Tuesday June 2, 6-9pm, 7 min walk from the summit. Drinks, not slides. 😉 luma.com/vnyf1nij?utm_source…
37
Data review flagged 99.999% row-count variance. PR was two lines. Base: 5 years of prod history. Current: 1-hour CI build. False alarms train reviewers to scroll past. That's the damage. blog.reccehq.com/session-bas… #dbt #DataEngineering
13
A wiki is something you look at. A shared AI system is something you work through. When knowledge lives inside the workflow, it stays current. Every time someone runs a skill, outdated entries get noticed. Gaps get filled. blog.reccehq.com/we-didnt-se… #ClaudeCode #DataEngineering
30
AI coding tools generate plausible but wrong SQL constantly. The fix isn't waiting for a smarter model. AI skills are markdown files that encode domain knowledge into coding tools. No framework, just structured text in a repo.
2
14
The loop: code → review → handoff → skills update. Every session makes the next one smarter. One aggregation bug became a permanent rule enforced automatically. @data_dori broke it all down at Data Debug SF. Full writeup: blog.reccehq.com/ai-skills-f… #DataEngineering #AI
11
Our own Kent Chen wrote up the multi-agent architecture the team built for Recce's AI Data Review. Single agent kept forgetting findings as PRs got complex. Fix: orchestrator two specialists, each with its own 200k context window.
1
14
One subagent fetches full PR context via a single GitHub GraphQL MCP call (replaced 5-10 gh CLI round-trips). The other explores data through 6 Recce MCP tools: lineage_diff, schema_diff, row_count_diff, custom queries.
1
12