.png&w=828&q=75)
CipherRoute is a hybrid AI agent built for the AMD Developer Hackathon Track 1 challenge, where the objective is to maximize accuracy while using as few Fireworks tokens as possible. Instead of treating every prompt the same, CipherRoute analyzes each task, estimates its difficulty, and decides whether it can be solved locally or whether it truly requires a Fireworks model. This approach dramatically reduces token consumption without sacrificing answer quality. The system combines deterministic solvers for mathematics, sentiment analysis, named entity recognition, logical reasoning, factual knowledge, summarization, code debugging, and code generation with an intelligent routing engine. Every task first passes through prompt sanitization, classification, confidence estimation, and answer validation. A risk based allocator then identifies only the highest value tasks for Fireworks inference, ensuring API calls are reserved for problems where they provide the greatest improvement. To further improve efficiency, CipherRoute includes category specific token budgets, answer shape validation, conservative confidence scoring, code validation, semantic caching, and robust fallback handling. The entire system is packaged as a lightweight Docker container that complies with the official competition interface, reading tasks from /input/tasks.json and writing validated results to /output/results.json. CipherRoute demonstrates that competitive general purpose AI agents do not need to rely on expensive model calls for every request. By combining deterministic reasoning with intelligent model routing, it achieves a practical balance between accuracy, speed, and cost, making it well suited for real world enterprise AI deployments where efficiency is just as important as capability.
13 Jul 2026

Imagine walking through an unfamiliar room with your eyes closed. You need to know what is ahead, what is around you, and how to reach the chair someone mentioned — without cloud latency or sending your camera feed anywhere. EchoWalk is built for that moment. On a Galaxy S25 Ultra, one shared camera pipeline feeds a central ModeManager that decides when to warn, when to describe, and when to search — all on the Snapdragon NPU via ExecuTorch and Qualcomm QNN. Safety Radar runs continuously. Depth Anything V2 and YOLOv10 fuse on the Hexagon NPU: not just what is there, but how far and whether it is a trip hazard or a wall you can trail. Spatial audio and haptics place obstacles in space; a VoiceWarningEngine speaks when it matters. A live bounding-box overlay helps sighted helpers follow along in demos. Scene Description is on demand — tap the preview, the Describe button, or long-press Volume Up. A short burst of frames runs through a Places365 classifier and pairs the room label with live YOLO directions: "You appear to be in a living room — couch on your left, TV ahead." Auto-describe announces stable scene changes hands-free. The full SmolVLM-500M stack is integrated and validated through handoff scripts; richer VLM captions are ready for the next aligned build. Find Mode is voice-first. Long-press Volume Down, say "find the bottle," and the app maps your words to everyday object labels. It scans the room, guides you turn by turn, warns about obstacles in your path, highlights the target on screen, and remembers where it last saw it so the next search starts with a hint. Accessibility is front and center: lock-screen access, screen-on at launch, spoken onboarding with a first orientation from live radar, eyes-free volume shortcuts, and double-tap to repeat your last description. No cloud. No upload. Your home never leaves your pocket.
28 Jun 2026