YFYuki Furutainblog.yukifuruta.com·Aug 17 · 6 min readVisualizing Parallel AI Coding with VSParallelAs AI coding agents have become part of my daily workflow, I have found myself running multiple development tasks in parallel more often. I might ask an agent to work on one project, switch to another20
YFYuki Furutainblog.yukifuruta.com·Jul 22 · 24 min readRunning Edge LLMs on a Raspberry PiWhat if a Raspberry Pi could generate text entirely on its own, without sending prompts to a cloud-based AI service? To find out, I installed several compact large language models on a Raspberry Pi 5 00
YFYuki Furutainblog.yukifuruta.com·Jul 20 · 24 min readA Hands-On Introduction to OPC UA: Turning a Raspberry Pi 5 into a PLCOPC UA is often described as an “industrial communication standard” or a “secure information model.” Those descriptions are accurate, but they can still feel a little abstract. OPC UA is widely consid00
YFYuki Furutainblog.yukifuruta.com·Jul 16 · 27 min readUnderstanding UMI by Running It: How Robot Imitation Learning WorksThis article explains UMI: Universal Manipulation Interface, a framework for collecting robot demonstration data and training manipulation policies. We will follow the official pipeline from raw human00
YFYuki Furutainblog.yukifuruta.com·Jul 7 · 13 min readUnderstanding EgoZero by Running It: Turning First-Person Human Video into Robot Imitation DataEgoZero is an interesting idea because it asks a very practical question: can we teach robots from videos of humans doing everyday tasks, without first collecting robot demonstrations? In this post, I00