Back to News
Advertisement
aarcb about 3 hours ago 8 commentsRead Article on bitboard.work
We’re Connor and Ambar from BitBoard (https://bitboard.work). BitBoard is an agentic analytics workspace. We give you the infrastructure and visualization layer to analyze data with AI.

Today, we’re launching dashboards that you and your agents can work on together. You can connect your coding agent or AI chat to BitBoard and build live reporting. Here’s a demo: https://www.youtube.com/watch?v=HPl0K565a7c.

AI tools treat data analysis as ephemeral, making it hard to report or collaborate. Legacy BI tools weren’t intended for AI users, so they bolt on chatbots and can’t offer meaningful control to your agents. Software can now make far more of a business legible than BI ever could, but neither legacy BI nor chat bots are built to handle it.

Our original product was AI agents for administrative tasks in healthcare (https://news.ycombinator.com/item?id=44237769), but customers kept pulling us toward their data analysis problems: queries scattered across disparate sources, spreadsheets floating everywhere. We kept building tooling for addressing that, and at a certain point those tools were becoming our product.

We ran into several problems. Agents made bad inferences because they had no context on the business. They couldn't be trusted to make decisions because nothing checked their work. And anything one agent or one person figured out was invisible to everyone else. In BitBoard, humans and agents interact with the same data primitives but get tools designed for their own work.

We’re building dashboards to make the human reading experience better. These dashboards progressively use intelligence - starting from code or SQL queries and leading to full embedded apps. Humans and agents will need to agree on methods to interpret data, so we’re letting both contribute to canonical sources, entities, and measures (using your favorite semantic model or ours). Every answer comes with provenance, and the same call with the same parameters returns the same number.

Looking ahead, these shared primitives let long-running agents operate inside a business, and we're building those agents too. An agent needs a measurable goal and a way to verify its work. BitBoard gives it both. The agent takes a problem like a metric drifting or a funnel leaking and figures out what to do next. Its work becomes datasets, dashboards, and traces that the team can observe and sign off on.

Technically, we’re building a collaboration engine with isomorphic updates for humans and AI, columnar analysis (we use DuckDB and Apache Arrow), grounding and verification infrastructure, and enabling long running tasks with agent containers and traces. For agentic work we’re big fans of applying LLM judgement to discover problems, and then generating deterministic software to automate them.

Try it out at https://app.bitboard.work. (We require an email so we can set up your account).

We’re excited about how data analysis and science can change in the age of LLMs, and welcome all your thoughts!

Advertisement

⚡ Community Insights

Discussion Sentiment

88% Positive

Analyzed from 333 words in the discussion.

Trending Topics

#since#data#vertical#concept#great#chatgpt#already#analytics#reports#something

Discussion (8 Comments)Read Original on HackerNews

baetylus13 minutes ago
First, I love this concept and I think your demo is great! Collaboration with existing harnesses makes a ton of sense. Just had a conversation with some folks in the non-tech world raving about using Claude.

A few questions:

- How do you think about competing with ChatGPT Canvas or Anthropic's artifacts, when these are shareable, native experiences in their products where users already work?

- Is a "dashboard" limited to analytics or are you trying to expand it to include written reports?

Since teams are connecting MCPs like Granola, Slack, I imagine BitBoard would facilitate sharing demos, PRDs/briefs, or customer reports. This seems like a natural expansion and trivial functionally, so I'm wondering if that's part of the sell now or something you're looking at expanding into as you grow.

mritchie71221 minutes ago
Looks cool! It's a lot of work to get a full data stack set up and people are losing interest in stitching the pieces (ETL, warehouse, BI) together.

> Agents made bad inferences because they had no context on the business

We've been working on this since before the chatgpt launch.

We started with a semantic layer since there were already good open source options and LLMs at the time were good at writing the JSON (remember function calling?) to run a semantic query.

But as LLMs have gotten smarter and people wanted to do more data work in agents, we found we needed something more flexible, so we built an "Ontology" that lets you store all the terms you use in your company and connect them to the data points (e.g. tables, columns, metrics) that matter.

https://www.definite.app/blog/ontology-ai-analytics

spmartin823about 3 hours ago
Highly rec going after a specific vertical - healthcare might be the right spot given your experience. Why did you use DuckDB instead of CockroachDB/Snowflake?
arcbabout 3 hours ago
Our outreach is vertical-specific, and healthcare is indeed on the list! But what we learned working a vertical is that the primitives underneath (shared queries, permissions, caching, refresh semantics) repeat across industries.

We use DuckDB internally because we like its ergonomics - it's flexible, runs well in memory, manages a lot of file structures under the hood, but we do work with Snowflake (and Databricks and other warehouses) as well.

htrpabout 1 hour ago
Is there a way to sign up without going through google oauth?
arcb37 minutes ago
Not at the moment but it's in the queue. If there's a sign up method that works better for you feel free to DM me.
strayduskabout 2 hours ago
Great concept. Had this idea myself recently.
arcbabout 2 hours ago
Thank you! If you try it out let us know how it goes!