u/Ok-Run1411

Most blockchain startups optimize for the wrong metric

A lot of blockchain projects seem obsessed with transaction speed and low fees, but those aren't necessarily the things that determine whether a product succeeds.

I'd be more interested in:

  1. How reliable the infrastructure is under load.

  2. How easy it is to monitor and debug transactions

  3. Developer tooling and ecosystem maturity

  4. Liquidity and actual user activity

  5. Security track record

  6. How difficult it is to maintain the application as it grows

A chain can look great on paper and still be frustrating to build a production product around.

What metric do you think founders overvalue when choosing blockchain infrastructure?

reddit.com
u/Ok-Run1411 — 4 days ago

Unpopular opinion: LangChain expertise matters less than eval discipline

I keep seeing teams pick AI development partners based on framework familiarity — “they know LangChain/LangGraph, so they can ship it.”

Then six months later, the agent works on the happy path and falls apart everywhere else. And nobody can explain why, because there was never an eval harness in the first place.

LangChain/LangGraph can be learned relatively quickly. What’s harder to learn is the engineering discipline around them:

  1. Experimentation: Did they actually compare chunking/retrieval strategies against an eval set? Ask what they tried that didn’t work. Experienced teams should have failed approaches and numbers behind them.

  2. Instrumentation: Was tracing and observability part of the system from day one, or added after the first production incident?

  3. Knowing when not to use an agent: Sometimes a SQL query + deterministic logic is better than an agentic workflow. Good teams should be able to explain why they chose the architecture they did.

  4. Measurable claims: There’s a big difference between “we use cutting-edge AI” and “we reduced retrieval errors by 23% on our evaluation set using hybrid search and reranking.”

I’ve started putting more weight on whether a team can demonstrate and measure its decisions than on the frameworks listed on its website.

For those who have worked with external AI teams: what signals tell you a team can actually ship production systems rather than just demos?

reddit.com
u/Ok-Run1411 — 7 days ago