Before You Route
Llano is route safety scoring for trucking fleets. Real crash history, live weather, and road geometry — ranked alternatives in a single API call.
Route Choice Is the Blind Spot
Source: TXDOT Crash Statistics
From Route to Risk Score
A statistical model fit to years of TXDOT crash records, adjusted in real time for weather and departure time.
Crash rate per segment
A mixed-effects negative binomial model estimates expected crashes per vehicle-mile on every road segment in Texas — controlling for road class, curvature, grade, traffic volume, and urban density.
Real-time multiplier
An XGBoost case-crossover model estimates how current conditions (wind, precipitation, congestion) elevate crash probability relative to the same segment on a clear, free-flow traffic day.
Trips per crash, ranked
Alternatives are scored and ranked by expected trips between crashes. The safest route is returned first, with hotspot locations and a weather multiplier for each alternative.
Laredo → Dallas
Three alternatives scored and ranked by safety. The faster route carries meaningfully higher risk — a trade-off Llano surfaces before dispatch.
Snapshot values. Risk scores update continuously as weather, traffic, and incident conditions change.
Try It — Texas Routes
Enter a route below. Geocoding and routing are live.
Built for the Broker
The median nuclear verdict in a trucking case now exceeds $22M — up from under $1M two decades ago. Fleets that can demonstrate a documented, data-driven safety process are in a fundamentally different position when it matters most.
Auto-generated quarterly reports your fleet can hand directly to underwriters — third-party scored, not self-reported. Reports are tamper-evident, cryptographically signed at generation so the route, score, and timestamp can't be altered after the fact.
Auditable for Litigation
Every routing decision is timestamped, scored, and logged at dispatch. If an incident leads to litigation, you can show exactly what safety data was available, what alternatives were considered, and what choice was made — and why it was reasonable.
Insurer-Ready Format
Third-party certified scores and methodology summaries designed to satisfy underwriter requirements — not self-reported safety claims.
Trend Over Time
Quarterly safety score history and period-over-period improvement give insurers the longitudinal data they need to price risk accurately.
Compliance Tracking
Track how often dispatchers act on Llano recommendations. Demonstrated safety culture is more credible than any self-reported metric.
Hotspot Attribution
Recurring risk concentrations mapped across your full route network — with incident correlation that builds actuarial credibility over time.
Bring Your Own Router
Built around how fleet operations actually work — dispatch approves a load, the route is set, and no one has time to export geometry. Llano fits into that moment: a single API call returns a risk score before the driver rolls, with no changes to your TMS or existing workflow.
# Option A — pass your router key, Llano calls it on your behalf
curl -s -X POST https://api.llano.io/score \
-H "X-API-Key: llno_..." \
-H "Content-Type: application/json" \
-d '{
"waypoints": [[-99.5075, 27.5035], [-98.4936, 29.4241]],
"arrive": "2026-04-20T18:00",
"alternatives": 3,
"router": { "provider": "tomtom", "api_key": "YOUR_KEY" }
}'
# Option B — pass raw GeoJSON from your existing pipeline
curl -s -X POST https://api.llano.io/score \
-H "X-API-Key: llno_..." \
-H "Content-Type: application/json" \
-d '{
"route": { "type": "LineString", "coordinates": [...] },
"arrive": "2026-04-20T18:00"
}'
# Option C — no router, Llano plans and scores alternatives
curl -s -X POST https://api.llano.io/score \
-H "X-API-Key: llno_..." \
-H "Content-Type: application/json" \
-d '{
"waypoints": [[-99.5075, 27.5035], [-98.4936, 29.4241]],
"arrive": "2026-04-20T18:00",
"alternatives": 3
}'
Ready to score your routes?
Llano is in early access. Texas coverage available today.
Llano provides probabilistic risk scores based on historical crash data and real-time conditions. Scores are statistical estimates and do not guarantee safe passage. Always exercise independent judgment. Not a substitute for professional safety consultation.