
1
1
Canada
20+ years of experience
Asish Bose is a Distinguished Member of Technical Staff (DMTS) at Nokia, bringing more than two decades of telecommunications experience to his work in the RAN & Core CTO office on Agentic AI for Autonomous Networks across 5G and 6G. Over those twenty-plus years he has built deep hands-on expertise in the mobile packet core — spanning 5G core architecture, the service-based architecture, and the underlying 3GPP specifications — and now combines that foundation with next-generation AI. His current focus is weaving agentic communication end-to-end across the network, from intelligent agents on the user equipment through to the core, and on the standards work shaping how autonomous, self-operating networks will be built in the 6G era. He actively contributes from Nokia toward defining next-generation agentic AI standards for telecommunications. Asish is a frequent keynote speaker and a long-time open-source evangelist on AI engineering, and is based in Ottawa, Canada.

AgeBand — a privacy-first, passive age-assurance layer for chat products (AMD Hackathon ACT II, Track 3). Problem: Age verification is either invasive (biometrics, ID upload) or trivially bypassed (self-attestation). Neither fits AI companion apps, social/gaming/dating chat, or kids'/ed-tech, which need continuous protection without documents. Approach: AgeBand reads the conversation, not the person. It passively infers a coarse age band from linguistic and behavioral signals and maps it to a proportionate safety posture (standard → caution → restricted → blocked). Its invariant: LLM estimates → deterministic layer decides → confidence and gaps are first-class → human at the boundary → runs on AMD because the data can't leave. A multilingual model on MI300X/vLLM proposes cues and a candidate band; a deterministic Python shell assigns weights, computes confidence, and sets posture. The LLM never sets a weight or confidence — so it can't emit a confident-but-wrong verdict. Proof: a 27B model was fooled by an adversarial "child," but the deterministic evasion guard held. Key decisions. Only strong cues (topic/disclosure) establish a band; style cues only nudge (kills false positives). Stated age is weighted evidence, not an override. Uncertainty and masking patterns feed a confidence penalty and can trigger a step-up ladder — complementing, not competing with, biometric providers. AMD story: "First-party, not basement": on-prem inside the product's own trust boundary. One image, one env-var contract, three targets (MI300X vLLM/ROCm, AMD VM, EKS+Fireworks). Proven on MI300X (gemma-3-27b-it bf16): 100% eval accuracy, p95 2.1s single / 3.1s @10 concurrent, 598.6 tok/s, ~$0.139/1k turns, ≥10 sessions/GPU. Working browser demo, live eval/benchmark tab, session simulator, GPU telemetry badge. Pipeline merged; 462 tests pass.
13 Jul 2026