BNOW.NET — a source-grounded intelligence product, built and taken to market
Status
BNOW.NET is live and runs on its own. Every day it collects public information across several channels, extracts claims that stay attached to the documents they came from, publishes analyst digests four times a day, and scores its own output against expert human analysis in public. No one touches it for that to happen.
It operates as a private, invite-only analyst beta — a deliberate posture, not a limitation of the build. I did the application work and the venture work: architecture and implementation, but also market analysis, positioning, pricing design, licensing strategy, legal posture, and launch sequencing. This page describes the product and the approach. Sources, credentials, internal analysis, and private methodology stay private.
The problem
When events move quickly, the shortage is not information. It is trust and traceability. An analyst working a fast-moving situation gets more material than any person can read, from sources of wildly uneven reliability, arriving faster than anyone can verify. The work that actually matters — deciding which claims deserve weight, comparing accounts across channels, and being able to show a colleague or a regulator exactly where a conclusion came from — is the part no feed does for you.
Most tools in this category answer with more volume, or with conclusions you are asked to take on faith. Neither helps someone who has to defend a judgment later.
The wedge
The product is built on a single commitment: every number is clickable to its evidence, and the system publishes its own accuracy. That commitment produces three things competitors do not pair.
Source-reliability ratings derived from data, not editorial opinion. How often a source is actually relied upon in the public record of expert analysis, how carefully each reference to it is hedged, and whether it is being cited less over time.
Traceability enforced by the database. A claim cannot be written without a link to the document that supports it. The rule lives in a Postgres constraint, not in application code someone can route around.
A public daily scoreboard. The system's output is compared against expert published analysis every day, and the comparison is published whether it flatters the product or not. In the measured backtest, the median information lead over the expert baseline was about 14 hours.
What it does
A source-reliability registry. Roughly ten thousand distinct sources, scored from around 350,000 observed citations across four years of published expert analysis. The score is a function of how the public record treats each source — frequency, recency, decay, and the degree of hedging attached to each mention — so an analyst can see why a source is weighted the way it is instead of being handed a rating.
Continuous collection. Dozens of news feeds, registry-selected Telegram channels, X accounts chosen by the registry itself rather than by hand, and global event data, pulled on a fifteen-minute cycle and de-duplicated by content hash. One stream alone has contributed more than 175,000 documents.
Analysis that cannot lose its evidence. A map/reduce claims engine reads the incoming corpus and produces four digests a day per theater. Claims carry their sources through every stage. Where a language model is used, it sits behind a provider-neutral seam with a deterministic fallback, so a vendor outage or an exhausted budget degrades the product instead of breaking it.
Public self-scoring. Daily comparison against ISW's published assessments — coverage, divergence, and timing — using derived signatures rather than anyone else's prose.
Analyst surfaces on top. An entity graph, automated signals, a trade-evasion watch, a critical-materials tracker, a tracker for sources that have gone dark, free claim search, and a question-answering pipeline that costs about a penny per query and runs under hard spend caps.
Live coverage is Russia/Ukraine and Iran, with Gulf theaters ingesting.
What the build demonstrates
This is the part of the work that generalizes to other data-intensive applications.
Invariants belong where they cannot be bypassed. The claim-to-source rule is a database constraint. Spend limits are enforced in a single dispatch gate that fails closed. Model selection for every workload resolves through one routing authority rather than scattered environment variables. When a rule matters, the goal is to make violating it impossible rather than discouraged.
Tested like something that has to run unattended. More than 4,500 automated tests across roughly 290 files, plus an integration suite that runs against a disposable copy of the production database, behind a pre-push gate that will not let a red build reach the main branch.
Money is a first-class design constraint. Every paid path — language models, data APIs, enrichment — is metered and capped, with a kill switch. The whole platform, live ingestion and analysis included, runs for roughly $200–300 a month. That number is a design result, not an accident: it is what makes an unfunded product able to operate continuously while its market question is still open.
Observability judged by what it hides. A background worker once starved against a budget backstop and kept reporting healthy for over two weeks while quietly producing nothing. The repair was not just the worker: budget stops now mark runs as failed, per-theater freshness alerts exist, and the affected stretch of scored history is footnoted rather than quietly re-baselined. The interesting question about a monitoring system is not what it reports — it is what it can fail to report.
Built to the standards the buyer's own analysts use. The product publishes a methodology page mapping what it does to established intelligence-community practice — how confidence is expressed, how sources are characterized, how citations are formed. In a market where the objection is "why should I trust an automated assessment," the answer that works is not a better demo. It is conforming to the conventions the buyer already audits against, and saying so in public.
Regulatory and legal constraints designed in. Collection is rate-limited and robots-respecting, caching prevents refetching, and no third-party article text appears in user-facing output — only URLs, classifications, counts, and scores. Presentation of any data whose commercial rights are unresolved is restricted at the code level until those rights land.
What the venture work demonstrates
The software is roughly half the work. The other half is the set of decisions that determine whether building it was worth doing.
Bottom-up sizing instead of a top-down number. The category's headline figures run to tens of billions, which tells you nothing actionable. The plan sizes the specific slice this product can credibly serve — six buyer segments, addressable account counts, realistic per-account revenue — and arrives at roughly $138M. That is the number worth arguing about, and it is the one that survives a diligence conversation.
Ranked buyers, and a beachhead re-sequenced under a real constraint. The highest-willingness-to-pay buyer was compliance. When the data-rights position underneath that buyer's decisive feature turned out to be unresolved, the feature was restricted and the beachhead was re-sequenced to the buyers that could be served honestly today, with compliance re-promoted the moment rights land. Discovering that a segment is not yet sellable is a finding, not a failure — provided the go-to-market moves in response.
A pricing mechanism chosen on evidence. Per-seat pricing suits neither how intelligence is consumed nor a product whose central IP risk is redistribution. The recommendation is a per-organization site license with usage pricing confined to the API layer — the hybrid the enterprise data market has converged on. The remaining packaging question is named explicitly as the gate ahead of any priced conversation rather than papered over with a plausible-looking price list.
Defensibility analyzed honestly. The output is text, and text is copyable. So the moats are structural: a live scored feed that is stale within hours of being lifted, an accuracy record that would take months of running the same pipeline to reproduce, and a reliability registry built from four years of accumulated behavior. Those are backed by the controls that data businesses actually use — licensing rights separated by use, per-account entitlements, per-subscriber fingerprinting before any embedding deal — rather than by DRM theater.
Legal and consent shipped before selling, not after. Versioned terms and privacy clickwrap with forced re-acceptance, append-only acceptance records, opt-in-only analytics. These are cheap when built early and expensive to retrofit under a customer's security review.
A team plan aimed at the binding constraint. The constraint on this product is not engineering capacity — it is credibility and distribution. So the hiring sequence leads with regional analysts who both verify the output and sell it, because in this market analysts buy from analysts, and one such hire does three jobs.
A commercial posture chosen deliberately. Invite-only sign-in, no prices displayed, an access queue that doubles as the founding-subscriber list. The point of a private beta is to learn what to charge for before charging for it.
Where it stands
Live, self-running, and in private beta with design partners being onboarded by hand. The scoreboard is public and reports coverage and divergence daily, including the days the system falls short of its own roadmap target — which is the point of publishing it.
What this illustrates
Building the application and running the venture are not separable problems. Source quality is a product decision and a cost decision. Traceability is an engineering invariant and the sales argument. An unresolved data-licensing question is simultaneously a code-level restriction, a go-to-market sequencing change, and a line in the plan. Held in one loop, those decisions inform each other. Split across a builder and a strategist, they tend to arrive as surprises.
That loop is what I offer: I can take an opportunity from market analysis through architecture, implementation, evaluation, and launch, and keep the technical choices answerable to the business ones the whole way.
If this sounds useful
If you are building something where accuracy, provenance, and cost all have to hold at once — or you have an opportunity and need someone who can both assess it and build it — send the workflow.