(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,23096,e=>{"use strict";var t=e.i(43476),a=e.i(71645),i=e.i(22016);let r=[{title:"How AI Is Transforming Last-Mile EV Delivery",excerpt:"Machine learning and real-time data are reshaping how fleets plan, dispatch, and adapt — making every kilometre smarter than the last.",category:"Technology",image:"/images/blog-post-pic-17.png",date:"2025-10-02",intro:"The last mile has always been logistics' most expensive and least predictable stretch. Add electric vehicles to the mix and the problem sharpens: now every route must respect not just time and capacity, but battery range. Artificial intelligence is what turns that constraint into an advantage.",content:[{type:"paragraph",text:"For decades, last-mile delivery was planned the way it was a generation ago — dispatchers, spreadsheets, and hard-won intuition. That approach scales poorly, and it breaks entirely when you electrify the fleet. EVs introduce a moving constraint that no static plan can absorb: a vehicle's remaining range changes with load, terrain, traffic and temperature, all at once."},{type:"heading",level:2,text:"The shift from rules to learning"},{type:"paragraph",text:"Traditional routing tools rely on fixed rules: nearest-stop-first, fixed zones, manual overrides. They are fast to set up and brittle in practice. Machine-learning-driven systems instead learn from outcomes — every completed delivery, every delay, every charge cycle becomes training signal that sharpens the next decision."},{type:"list",items:["Demand forecasting that anticipates volume spikes before they hit the hub","Travel-time models trained on the city's real traffic, not generic averages","Battery-draw prediction tuned to each vehicle class and load profile","Continuous feedback that improves accuracy with every dispatch"]},{type:"heading",level:3,text:"Real-time adaptation"},{type:"paragraph",text:"The real unlock is not planning — it is replanning. When a road closes, an order is added, or a vehicle's charge drops faster than expected, an AI-driven system re-optimises in milliseconds and reroutes the affected vehicles without a human in the loop. The plan stays optimal even as reality refuses to hold still."},{type:"image",src:"/images/ev-paradox.png",alt:"Electric delivery vehicle routing visualisation",caption:"AI continuously re-evaluates range, load and traffic to keep every EV route feasible."},{type:"quote",text:"An electric fleet is only as good as the intelligence that routes it. The battery sets the limit — the algorithm decides whether you ever reach it.",cite:"Doormile Engineering"},{type:"heading",level:2,text:"What it means for operators"},{type:"paragraph",text:"For fleet operators, the payoff is concrete: fewer vehicles covering the same ground, near-zero range-related failures, and ETAs accurate enough to commit to. AI does not replace the operator — it removes the guesswork, so the operator can run a larger, cleaner, more reliable fleet with the same team."},{type:"list",ordered:!0,items:["Capture real operational data — deliveries, delays, charge cycles.","Let models learn your city's actual travel and demand patterns.","Validate every route against live battery capacity before dispatch.","Re-optimise continuously as conditions change through the day."]},{type:"paragraph",text:"The fleets pulling ahead are not the ones with the most vehicles — they are the ones with the smartest kilometre. That is the promise AI brings to last-mile EV delivery, and it is already on the road."}]},{title:"42% Less Distance: Insights from Our Hyderabad Hub",excerpt:"A detailed look at how Doormile's MileTruth routing engine delivered measurable efficiency gains — fewer vehicles, less fuel, and zero SLA misses.",category:"Case Study",image:"/images/blog-post-pic-15.png",date:"2025-09-18",intro:"Numbers settle arguments. When we deployed MileTruth™ at our Hyderabad hub, the goal was simple: prove that precision routing changes the economics of last-mile delivery. The result — a 42% reduction in total distance travelled — did exactly that.",content:[{type:"paragraph",text:"Hyderabad is a demanding test bed: dense urban cores, sprawling new suburbs, unpredictable traffic and tight delivery windows. If a routing approach works here, it works almost anywhere. We ran it side by side against the hub's existing manual-plus-rules dispatch process over a sustained period, holding order volume constant."},{type:"heading",level:2,text:"The baseline"},{type:"paragraph",text:"Before MileTruth, the hub planned routes the conventional way — zones drawn by experience, sequences set by dispatchers, adjustments made on the fly. It worked, but it left distance on the table every single day, and that distance translated directly into fuel, hours and vehicles."},{type:"list",items:["Zone-based allocation that ignored cross-zone efficiencies","Manual sequencing that couldn't evaluate every alternative","No pre-validation of ETAs against real travel times","Reactive rather than predictive handling of disruptions"]},{type:"heading",level:3,text:"What changed"},{type:"paragraph",text:"MileTruth treated the day's deliveries as one large optimisation problem rather than a set of independent zones. It evaluated routing strategies in parallel, selected the optimal plan against real constraints, and validated every ETA before dispatch. The same orders, the same city — a fundamentally tighter plan."},{type:"image",src:"/images/last-mile-approach.jpg",alt:"Hyderabad delivery hub routing analysis",caption:"Consolidating the day's deliveries into a single optimisation removed redundant cross-town travel."},{type:"heading",level:2,text:"The results"},{type:"list",items:["42% reduction in total distance travelled across the hub","37% fewer vehicles required for the same delivery volume","Zero SLA misses across the measured deployment window","Proportional drop in fuel cost and per-parcel emissions"]},{type:"quote",text:"Fewer vehicles, less fuel, zero missed SLAs — and not by working the team harder. By making a better decision before the wheels turned.",cite:"Hyderabad Hub Operations"},{type:"heading",level:3,text:"Why it generalises"},{type:"paragraph",text:"The Hyderabad gains were not a quirk of one city. The inefficiencies MileTruth removed — redundant travel, conservative sequencing, unvalidated ETAs — exist in nearly every manual operation. The engine simply makes them visible, then eliminates them. That is why the same approach now anchors deployments well beyond this hub."},{type:"paragraph",text:"A 42% cut in distance is not a rounding error — it is a structural change in what the operation costs to run. And it came from intelligence, not additional resources."}]},{title:"MileTruth™ AI — 10 Stages to Smarter Dispatch",excerpt:"From order ingestion to final route output in under 45ms — a technical walkthrough of the ten-stage pipeline at the heart of our routing engine.",category:"MileTruth",image:"/images/blog-post-pic-31.png",date:"2025-09-05",intro:"Behind every Doormile dispatch is a pipeline that turns raw orders into a validated, optimal route in under 45 milliseconds. This is how MileTruth™ does it — ten stages, each one removing a source of error before the next begins.",content:[{type:"paragraph",text:"Speed and correctness are usually a trade-off. MileTruth is engineered to deliver both: a routing decision fast enough to feel instant, yet rigorous enough to commit a fleet to. The secret is a staged pipeline where each step has a single responsibility and hands clean, validated data to the next."},{type:"heading",level:2,text:"The ten stages"},{type:"list",ordered:!0,items:["Ingestion — orders, constraints and fleet state are normalised on arrival.","Validation — addresses, time windows and capacities are checked and geocoded.","Demand modelling — volume and service-time estimates are attached to each stop.","Travel-time estimation — real-world, time-of-day travel matrices are built.","Constraint assembly — capacity, range, windows and rules are encoded.","Strategy generation — multiple routing universes are explored in parallel.","Optimisation — the solver searches for the minimum-cost feasible plan.","Battery / range validation — EV routes are checked against real charge capacity.","ETA pre-validation — promised times are verified before any commitment.","Output — the final, validated route is emitted to dispatch."]},{type:"heading",level:3,text:"Why staging matters"},{type:"paragraph",text:"Collapsing these steps into one monolithic calculation is how most tools accumulate hidden errors. By isolating each concern, MileTruth catches a bad address before it reaches the solver, and an infeasible battery plan before it reaches a rider. Each stage is independently testable, observable and fast."},{type:"image",src:"/images/blog-post-pic-31.png",alt:"MileTruth routing pipeline diagram",caption:"Ten focused stages turn raw orders into a validated route in well under 45 milliseconds."},{type:"quote",text:"Each stage exists to delete a category of mistake. By the time a route reaches dispatch, the questionable decisions have already been ruled out.",cite:"MileTruth Engineering"},{type:"heading",level:2,text:"Parallel strategy universes"},{type:"paragraph",text:"Stage six is where MileTruth diverges from conventional routers. Rather than committing to one heuristic, it generates several distinct routing strategies simultaneously — each a complete candidate plan — and lets the optimiser select the best. Powered by a mathematical solver, it evaluates trade-offs no dispatcher could hold in their head."},{type:"list",items:["Multiple candidate plans evaluated, not a single best guess","Mathematical optimisation instead of fixed heuristics","Range and ETA validated inside the loop, not bolted on after","Sub-45ms output that keeps dispatch genuinely real-time"]},{type:"paragraph",text:"Ten stages, one outcome: a route you can trust enough to commit a fleet to — calculated, validated, and delivered before a dispatcher could finish reading the order list."}]},{title:"The EV Paradox: Solving Range Anxiety for Urban Fleets",excerpt:"Electric vehicles promise sustainability, but battery constraints introduce a new routing challenge. Here's how MileTruth™ AI solves it before dispatch.",category:"EV Fleet",image:"/images/ev-paradox.png",date:"2025-08-21",intro:"Electric fleets promise cleaner cities and lower running costs — but they trade one problem for another. Range becomes a hard constraint on every route, and range anxiety becomes an operational risk. Solving it before dispatch is the whole game."},{title:"Why Mathematical Precision Beats Heuristics in Routing",excerpt:"Most routing tools guess. We calculate. Powered by Google OR-Tools, MileTruth evaluates six parallel strategy universes to select the optimal route every time.",category:"Technology",image:"/images/blog-post-pic-14.jpeg",date:"2025-08-07",intro:"Heuristics are fast to build and easy to trust — until they quietly cost you a vehicle a day. Mathematical optimisation asks more of the engine and gives more back: provably better routes, every dispatch, at scale."},{title:"Fleet Reduction Without Compromising Delivery Volume",excerpt:"Deploying 37% fewer vehicles while handling the same order volumes isn't a trade-off — it's the result of smarter routing intelligence applied at every dispatch.",category:"Fleet Management",image:"/images/blog-post-pic-8.jpeg",date:"2025-07-24",intro:"Cutting your fleet usually means cutting capacity — unless the kilometres you remove were never necessary in the first place. Smarter routing reclaims that wasted distance and turns it into headroom."},{title:"Building a Greener City: The Future of Urban Logistics",excerpt:"Cities are demanding cleaner delivery. We explore how AI-powered EV fleets and optimised routing create a path to zero-emission last-mile logistics at city scale.",category:"Sustainability",image:"/images/blog-post-pic-6.jpeg",date:"2025-07-10",intro:"Zero-emission delivery is no longer a marketing line — it is becoming a regulatory expectation. The path there runs through two changes at once: electrifying the fleet, and routing it intelligently enough to make electrification viable."},{title:"How Doormile Maintains 99.9% SLA Compliance at Scale",excerpt:"Hitting SLA targets 99.9% of the time isn't luck — it's the product of ETA pre-validation, real-time rebalancing, and a routing engine built with delivery reliability as its first constraint.",category:"Operations",image:"/images/last-mile-approach.jpg",date:"2025-06-26",intro:"An SLA you hit 99.9% of the time is not an average you got lucky on — it is a system designed so that missing is the exception, not the risk. Reliability, it turns out, is an engineering decision made long before dispatch."},{title:"Battery Simulation: The Secret to EV Route Pre-Validation",excerpt:"Before a single rider leaves the hub, MileTruth™ simulates every route against real charge capacity — eliminating mid-route failures and protecting your fulfillment rate.",category:"EV Fleet",image:"/images/blog-post-pic-3.jpeg",date:"2025-06-12",intro:"A stranded EV is not just a late delivery — it is a vehicle out of service, a customer let down, and a recovery cost. Simulating the route against real charge capacity before dispatch is how you make sure it never happens."}].map(e=>{var t;return{slug:e.title.toLowerCase().replace(/™/g,"").replace(/&/g," and ").replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,""),title:e.title,excerpt:e.excerpt,category:e.category,image:e.image,date:e.date,author:"Doormile Team",intro:e.intro,content:e.content??(t={title:e.title,category:e.category,image:e.image},[{type:"paragraph",text:`In last-mile logistics, the difference between a good day and a missed SLA is rarely a single dramatic failure — it is the quiet accumulation of small inefficiencies. ${t.title} looks at how Doormile turns those margins into measurable advantage, and why a precision-first approach consistently outperforms guesswork on the road.`},{type:"heading",level:2,text:"Why this matters for modern fleets"},{type:"paragraph",text:"Every additional kilometre carries cost: fuel or charge, rider hours, vehicle wear, and the risk of a late delivery. When routing decisions are made on intuition or static rules, those costs compound across hundreds of stops. Treating the route as a solvable optimisation problem — not a best guess — is what separates scalable operations from ones that simply add more vehicles."},{type:"list",items:["Fewer vehicles deployed for the same delivery volume","Lower cost-per-drop through tighter, smarter sequencing","Predictable ETAs that protect customer trust and SLA targets","A cleaner, lower-emission footprint per parcel delivered"]},{type:"heading",level:3,text:"From data to decision"},{type:"paragraph",text:"Doormile's MileTruth™ engine ingests orders, constraints and live conditions, then evaluates the routing problem across parallel strategy universes before committing to a plan. The result is a dispatch decision grounded in mathematics rather than heuristics — validated before a single rider leaves the hub."},{type:"image",src:t.image,alt:t.title,caption:`${t.category} — operational intelligence applied at the point of dispatch.`},{type:"quote",text:"We don't guess the route. We calculate it — and we prove it works before the wheels start turning.",cite:"Doormile Operations"},{type:"heading",level:2,text:"Putting it into practice"},{type:"paragraph",text:"The teams that benefit most treat routing intelligence as core infrastructure, not an afterthought. Start by measuring your current cost-per-drop and SLA adherence, then let a precision engine reveal where distance, time and capacity are being lost. The gains are rarely theoretical — they show up directly in the next dispatch cycle."},{type:"list",ordered:!0,items:["Benchmark today's distance, fleet size and on-time rate.","Feed real constraints — capacity, windows, charge — into the engine.","Validate routes against real-world conditions before dispatch.","Measure the delta, then scale the approach across hubs."]},{type:"paragraph",text:"Smarter routing is not about working harder on the road — it is about making the right decision before the journey begins. That is the foundation every Doormile deployment is built on."}])}});e.s(["default",0,function(){let[e,s]=(0,a.useState)(""),[o,n]=(0,a.useState)(!1),l=(0,a.useRef)(null),c=(0,a.useMemo)(()=>{let t=e.trim().toLowerCase();return t?r.filter(e=>e.title.toLowerCase().includes(t)||e.category.toLowerCase().includes(t)||e.excerpt.toLowerCase().includes(t)).slice(0,6):[]},[e]);(0,a.useEffect)(()=>{function e(e){l.current&&!l.current.contains(e.target)&&n(!1)}return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[]);let d=o&&e.trim().length>0;return(0,t.jsxs)("div",{className:"dm-blog-search",ref:l,children:[(0,t.jsxs)("form",{role:"search",className:"dm-blog-search-form",onSubmit:e=>e.preventDefault(),children:[(0,t.jsx)("label",{htmlFor:"dm-blog-search-input",className:"dm-sr-only",children:"Search articles"}),(0,t.jsx)("input",{id:"dm-blog-search-input",type:"search",className:"dm-blog-search-input",placeholder:"Search articles…",value:e,autoComplete:"off",onChange:e=>{s(e.target.value),n(!0)},onFocus:()=>n(!0),"aria-expanded":d,"aria-controls":"dm-blog-search-results"}),(0,t.jsx)("span",{className:"dm-blog-search-icon","aria-hidden":"true",children:(0,t.jsxs)("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,t.jsx)("circle",{cx:"11",cy:"11",r:"7"}),(0,t.jsx)("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"})]})})]}),d&&(0,t.jsx)("div",{id:"dm-blog-search-results",className:"dm-blog-search-results",role:"listbox",children:0===c.length?(0,t.jsxs)("p",{className:"dm-blog-search-empty",children:["No articles match “",e.trim(),"”."]}):(0,t.jsx)("ul",{children:c.map(e=>(0,t.jsx)("li",{role:"option","aria-selected":"false",children:(0,t.jsxs)(i.default,{href:`/blog/${e.slug}`,className:"dm-blog-search-result",onClick:()=>n(!1),children:[(0,t.jsx)("span",{className:"dm-blog-search-result-cat",children:e.category}),(0,t.jsx)("span",{className:"dm-blog-search-result-title",children:e.title})]})},e.slug))})})]})}],23096)}]);