
Valkyric — English to Code
Ask your data anything. No code. Just English.
What it does
Valkyric turns plain English into production-ready Python charts, SQL queries, and SEO insights — executed against your live data and rendered instantly. Three products under one roof: Analytics (Pandas + Plotly), SQL (schema-aware Postgres), and SEO (upload CSV from GSC, Ahrefs, or Semrush). Powered by Claude with a self-healing engine that fixes its own code when it fails. No setup. No copy-paste. Just answers. Free 3-query trial.
Does the same job
all alternatives →- WOWe open sourced our entire text-to-SQL product2024 · github.com · ▲464
Long story short: We (Dataherald) just open-sourced our entire codebase, including the core engine, the clients that interact with it and the backend application layer for authentication and RBAC. You can now use the full solution to build text-to-SQL into your product. The Problem: modern LLMs write syntactically correct SQL, but they struggle with real-world relational data. This is because real world data and schema is messy, natural language can often be ambiguous and LLMs are not trained on your specific dataset. Solution: The core NL-to-SQL engine in Dataherald is an LLM based agent…
- UCUse Claude Code to Query 600 GB Indexes over Hacker News, ArXiv, etc.Dec 2025 · exopriors.com · ▲397
Paste in my prompt to Claude Code with an embedded API key for accessing my public readonly SQL+vector database, and you have a state-of-the-art research tool over Hacker News, arXiv, LessWrong, and dozens of other high-quality public commons sites. Claude whips up the monster SQL queries that safely run on my machine, to answer your most nuanced questions. There's also an Alerts functionality, where you can just ask Claude to submit a SQL query as an alert, and you'll be emailed when the ultra nuanced criteria is met (and the output changes). Like I want to know when somebody posts about…

- NSNatural-SQL-7B, a strong text-to-SQL model2024 · github.com · ▲362
Would love thoughts! Here is the HF page: https://huggingface.co/chatdb/natural-sql-7b
- DSDescribe SQL using natural language, and execute against real data2021 · ▲66
I played around with GPT-3 to build this demo. Select a public BigQuery dataset and describe your query in natural English, then edit the generated SQL as needed and execute it. https://app.tabbydata.com/sql-assistant-demo
- DADataherald AI – Natural Language to SQL Engine2023 · github.com · ▲215
Hi HN community. We are excited to open source Dataherald’s natural-language-to-SQL engine today (https://github.com/Dataherald/dataherald). This engine allows you to set up an API from your structured database that can answer questions in plain English. GPT-4 class LLMs have gotten remarkably good at writing SQL. However, out-of-the-box LLMs and existing frameworks would not work with our own structured data at a necessary quality level. For example, given the question “what was the average rent in Los Angeles in May 2023?” a reasonable human would either assume the…
More growth this month
the category →
AstraPixels▲267A pixel-art solar system at its real current positions.
Growth · 29d ago · astrapixels.com
Launched alongside, May 2026
the whole month →

Parallel agents, diff reviewer, and multi-model comparisons
Dev tools · May 2026 · kilo.ai


- NW
Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…
Life & fun · May 2026 · github.com
- FM
Dev tools · May 2026 · github.com