shipfeedAI news, curated daily

02:26:56 CET
3 JUN02:26:56shipfeed
pull to refreshlast sync
Just in — 30 new
§ tools · storyline

Show HN: Ktx – Open-source executable context layer for data agents

Ktx launches as an open-source executable context layer designed to improve SQL accuracy for data agents by encoding business rules, schema context, and attribution logic.

May 28 · · primary fetch1 sourceupdated May 28 ·

Hi HN, we’re open-sourcing ktx. It’s an executable context layer that makes agents reliable on your data stack.We built it after going through the experience of building production-grade data agents for dozens of companies. If you’ve also tried building them, or simply tried using Claude Code or Codex on your data warehouse, you’ll know that accuracy is the #1 issue. Agents are great at generating valid SQL, but it’s not always correct SQL.To cite a few examples of “agents gone wrong”:- Stale column + hidden business rule: when preparing a board report, a finance analyst asks Claude Code for “ARR by customer segment”, it derives ARR from multiple tables (subscriptions, plans, accounts), then groups by accounts.industry.

But CC doesn’t know that this industry column was deprecated a few months prior, or that past board reports excluded paused subscriptions from the ARR calculation- Join fanout: a data analyst at a retailer uses their company’s internal agent to prep a product revenue deck for a QBR. The agent joins orders to order_items, then sums orders.total_amount_cents grouped by order_items.product_id. The SQL runs fine, but each order’s revenue is repeated once per line…

read full article on github.com
§ sources1 publication · timeline below
  1. github.comShow HN: Ktx – Open-source executable context layer for data agentsprimary