Sunu Engineer is the CEO – Europe at Calsoft, driving regional growth and enterprise engagements across AI-led digital and product engineering services. He partners with global organizations to align technology investments with business priorities, helping modernize platforms and strengthen product innovation across cloud, data, and intelligent systems.
In every pre-event briefing, clients ask the same question: how do we engineer products where AI runs at the edge, not just connects to it?
The timing of this question matters. The shift from cloud-first to edge-aware AI is driven by two converging forces: regulatory requirements for data locality (EU AI Act, state-level privacy laws) and the economics of cloud inference at scale. When your per-device bandwidth costs exceed hardware amortization, centralized AI stops making financial sense.
We're past the experimentation phase. OEMs, ISVs, and semiconductor players now face a different challenge: engineering products that process, decide, and act at the edge while remaining operationally viable at scale. This requires rethinking architecture, data placement, and engineering discipline; not just adding inference endpoints.
Where current edge + AI products break
Most edge AI implementations fail predictably. The reasons are structural, not technical.
Latency becomes a moving target. Teams optimize for inference speed but ignore data preprocessing, network jitter, and decision-to-action loops. A 50ms model means nothing if your product takes 800ms to respond. The delta kills real-time applications.
Cost structures don't scale. Cloud-centric AI economics break down at the edge. Bandwidth costs, data egress fees, and compute replication across thousands of devices create unsustainable unit economics. Most teams discover this after deployment, not before.
Operations complexity explodes. Deploying models is straightforward. Managing version drift across distributed hardware, handling edge-to-cloud sync conflicts, and monitoring performance degradation across heterogeneous environments; that's where teams stall.
Data gravity gets ignored. Here's the uncomfortable truth: most architectures treat edge data as temporary, but edge-generated data often has different compliance, locality, and freshness requirements than centralized training data. Products that don't account for this face governance failures that can't be patched later.
The result: prototypes that work, products that don't ship, or deployments that require constant manual intervention.
A practical playbook by ecosystem role
For OEMs: Stop building AI hardware, start building AI-ready hardware
Your hardware decisions determine what products can run on your platform for the next 3-5 years. The gap between "supports AI workloads" and "enables AI-first products" is significant.
Here's what everyone gets wrong: OEMs optimize for peak TOPS numbers because that's what benchmarks measure. However, no production-edge AI product runs at peak performance. Your customers care about sustained performance under thermal load, not theoretical maximum throughput.
Engineer for worst-case performance guarantees, not average-case benchmarks. Variable latency kills real-time applications. This means thermal management, power profiling under sustained load, and memory bandwidth planning. Publish worst-case latency numbers, not typical ones.
Design for model portability from day one. Locking in to specific frameworks or accelerators limits your ISV ecosystem. Support open standards (ONNX, OpenVINO) and provide clear performance characteristics across model architectures. Your differentiation is hardware performance, not software lock-in.
Plan for edge-cloud hybrid architectures. Products will need to shift workloads dynamically based on network conditions, power state, or data sensitivity. Build management interfaces that assume distributed intelligence, not device-only processing.
For ISVs: Most teams overinvest in models and underinvest in operations; flip that ratio
Your product's intelligence needs to work where connectivity is intermittent, compute is constrained, and every decision has cost implications.
Design degradation modes before you design features. What happens when network is unavailable? When local compute is under load? When model confidence is low? These aren't edge cases; they're operating conditions. Products that fail gracefully under constraint outlive products that perform perfectly under ideal conditions.
At Calsoft, we helped a global optical networks provider address exactly this challenge in their Kubernetes edge clusters. Telemetry ingestion was inconsistent, manual analysis delayed responses, and cluster orchestration broke down under real-world load. We designed DAGs to route and clean telemetry in real time using Apache Airflow and Kafka, which enabled 25% faster automation trigger times and improved orchestration efficiency across distributed sites.
Separate decision-making from data processing. Not every edge workload requires local inference. Build clear logic for what decisions must happen locally (safety, latency-critical actions) versus what can be deferred or batched (analytics, model updates, non-critical insights). This architectural choice determines your cost structure.
Make model updates a core product feature, not a deployment task. Plan for A/B testing at scale, rollback mechanisms, and differential updates. Edge AI products that can't safely update models become obsolete within months, not years.
We've seen what happens when model rollout isn't standardized. For a fiber-to-home and edge cloud provider, each edge site had different deployment methods, creating delays and unpredictability. Calsoft built an MLOps framework with containerized ML packaging, policy-driven rollout scheduling, and automated rollback. Shadow mode deployment allowed testing before full switchover, and the model feedback loop improved accuracy over time.
Instrument for operational observability from the start. You need to detect model drift, performance regression, and data quality issues across thousands of deployments. Most teams build their product first and add monitoring later. By then, you don't know what normal looks like. Build telemetry into your architecture, not as an afterthought.
For a global virtualization provider, we unified logs, metrics, and traces in a single dashboard and added ML-powered anomaly detection to surface failure indicators early. The result: clearer real-time visibility, earlier detection of risky behaviors, and faster root-cause identification.
For Semiconductor Players: If Your Benchmark Shows FP32 Performance, You're Benchmarking the Wrong Thing
The semiconductor ecosystem defines what's possible at the edge. But enabling AI workloads isn't the same as enabling AI products.
No production edge AI product runs FP32. Edge products run INT8, INT4, or mixed-precision inference. If your performance numbers, developer documentation, or reference designs assume FP32, you're solving yesterday's problem. Build for mixed-precision and quantization as the primary use case, not an optimization path.
Provide workload-specific guidance, not just TOPS numbers. Product teams need to understand real-world performance for their specific model architectures, input types, and latency requirements. Publish benchmarks that map to product decisions: "YOLOv8 object detection at 30fps with INT8 quantization under 5W power budget." That's actionable. Generic TOPS numbers aren't.
Make power management programmable, not just configurable. Edge devices operate under dynamic power budgets. Expose fine-grained controls for trading off performance and power based on application context. Static power profiles don't match real-world edge deployment patterns.
Enable secure inference execution as table stakes. Trusted execution environments, model encryption, and secure boot aren't enterprise features; they're requirements for production edge AI products. Regulation is making this mandatory, not optional.
How Calsoft approaches edge-aware AI engineering
At Calsoft, our data and AI engineering work centers on making edge-aware products production-ready. Our approach differs in three ways:
We validate architecture before scaling, not after. For a fast-growing telecom operator deploying NFV across distributed sites, we created a unified reference architecture that standardized topology, firmware versions, and configuration baselines across core, regional, and edge layers. This reduced deployment inconsistencies, improved multi-site coherence, and created a stable foundation for expanding network function virtualization.
We build operational readiness into the product. For an enterprise IT service provider, we implemented ML-based alert correlation and knowledge graph modeling to reduce alert volume by 60% while improving incident prioritization. Explainable metadata, unified observability, and automated remediation reduced manual triage and strengthened operational maturity.
We optimize across the full stack. Edge AI performance isn't just about model optimization or hardware selection; it's about how the entire system performs as a product. We work from model quantization and hardware profiling to network design and deployment automation, ensuring the full system meets operational requirements.
What leaders should do in the next 90 days
If you're building edge-aware, AI-first products, three actions matter now:
Map your edge-to-cloud data architecture with compliance boundaries marked. Identify where data is created, processed, stored, and moved. Mark regulatory boundaries, cost drivers, and latency bottlenecks. Most teams underestimate this complexity until it becomes a compliance failure or cost overrun. Do this before your next deployment, not after.
Build model versioning, monitoring, and rollback capabilities now. These operational capabilities take longer to build than your core product features, and you can't retrofit them easily. Treat them as first-class product requirements, not DevOps tasks.
Test under real constraints, not lab conditions. Simulate network variability, compute contention, and power limitations in your development environment. Edge conditions aren't test cases; they're your operating environment. Products that work in the lab but fail in production are prototypes, not products.
See you at MWC 2026
Mobile World Congress 2026 (March 2-5, Barcelona) represents a critical moment for the connectivity and edge ecosystem. The conversations happening there will shape product roadmaps for the next cycle.
Calsoft will be at MWC 2026, and I'll be representing our team. If you're engineering edge-aware AI products and need a technical architecture review or want to pressure-test your operational readiness strategy, let's schedule 30 minutes in Barcelona.
The shift from cloud-first to edge-aware AI is already underway. The winners won't be the companies that build the smartest edge AI. They'll be the ones that engineer it to survive contact with reality.
FAQs
1: Should we build edge AI capabilities in-house or partner with a specialist?
Build your core IP (models, domain logic, product features) in-house. Partner for infrastructure capabilities like model deployment pipelines, operational monitoring, and edge-to-cloud orchestration. These take 6-12 months to build properly and aren't your competitive differentiator unless you're a platform company.
2: How do we calculate ROI for edge AI investments when deployment costs are uncertain?
Model three scenarios: data egress costs if you stay cloud-only, hardware and operations costs for edge deployment, and hybrid architecture costs. Most teams discover edge AI pays for itself within 18-24 months at scale, but only if operational costs are managed. Include model update bandwidth, device management overhead, and failure handling in your TCO calculation.
3: What's the biggest mistake companies make when building edge AI products?
Treating deployment as the finish line. Edge AI products require ongoing model management, performance monitoring, and update mechanisms across distributed devices. Companies that don't build these operational capabilities upfront struggle to maintain products at scale. Operations determine whether your product survives production, not whether your model is accurate.
.jpg)

