Secure and Efficient Sensing Applications with Wasm: An Explanation of AITRIOS, the Edge AI Sensing Platform.

Explanation of AITRIOS

Introduction: Edge Vision AI Development When you look at the current landscape of vision-based AI solutions in IoT, you would find that more and more companies are using neural networks to process image data at the edge. Processing image data at the edge greatly lowers latency, network traffic, and privacy risks. But what is ‘edge’? … Read more

A next-generation IoT platform for Edge AI apps leveraging sensors and Wasm – Open Source Summit Japan 2024

Why-Application-Portability-is-Essential

*AITRIOS and AITRIOS logos are the registered trademarks or trademarks of Sony Group Corporation or its affiliated companies. This article is based on the Open Source Summit Japan presentation by Kenji Shimizu and Munehiro Shimomura (Sony Semiconductor Solutions), titled “A Next-Generation IoT Platform for Edge AI Apps Leveraging Sensors and Wasm.” The Edge Device and … Read more

WebAssembly (Wasm): The Lightweight Champion for Edge Computing

WebAssembly

Exploring WebAssembly The web development landscape is constantly evolving, with new technologies emerging to push the boundaries of what’s possible in the browser. One such technology is WebAssembly (Wasm), a binary compilation target that allows developers to run high-performance code in web pages. Traditionally, web browsers have relied on JavaScript for interactivity, but JavaScript can … Read more

Alert on symptoms, not causes

Alert on symptoms

When you are bringing a new system to production you know that you ought to define SLIs, set up instrumentation, alerting, etc. Nowadays there is an abundance of tooling and infrastructure to extract data from your service and the entire stack it runs on. But this leaves you with a problem. What can we do … Read more

Programmable Embedded Vision Sensors

Programmable Embedded Vision Sensors

Revolutionizing Edge AI: AITRIOS created by Sony Semiconductor Solution (SSS) Embraces WebAssembly In an exciting development within the realm of Edge AI, SSS’s next-generation sensing platform, AITRIOS, is setting a new standard for innovation.  Midokura is now developing a core part of the next-generation Edge AI sensing platform, “AITRIOS”, which is being commercialized by its … Read more

CI/CD Hands-On: A Simple But Functional Continuous Integration Workflow [Part 2]

Hands-On

Manual deployments are not error-prone. Moreover, they consist of a bunch of repetitive and complex tasks. The development teams are afraid of the complexity of deploying a new version of an application and the headaches it brings. Sometimes, deploying an application requires advanced platform skills. It is a tedious process to debug deployment issues. FluxCD helps … Read more

CI/CD Hands-On: A Simple But Functional Continuous Integration Workflow [Part 1]

Hands-On

CI/CD is a well-established software development dogma. The Internet is full of articles and pages talking about CI/CD. They always have the same CI/CD image. I bet you know the image I’m talking about. I read dozens of articles about the topic and experienced the implementation of an end-to-end CI/CD pipeline. The reality is that implementing a CI/CD … Read more