Lectio: An AI Voice Reading Companion for the Moment You Get Stuck

Over the past few weeks, I shipped a new macOS tool called Lectio. The starting point is simple: when you are reading a document, course, paper, product guide, or error message, the moment of confusion is usually small and immediate. Maybe one sentence does not make sense. Maybe a term is unclear. Maybe a stack trace needs one more explanation. Maybe a paragraph depends on context you have not fully connected yet. ...

May 22, 2026 · 4 min · 814 words · ChenFu Kuo

Bi-Weekly Review 2026-W19 | MatrixTradingSystem, Email Command Center, Auris, and a Toy Robot

MatrixTradingSystem Pushed the system from just runnable to actually testable for users. Fixed many real-world issues: broker integrations, order state synchronization, Windows installers, macOS releases, error diagnostics, log bundles, and various preflight checks. You really can’t see these things in a demo; they blow up while testing, and you fix them on the fly. I can only say the Windows environment is truly magical, and while some of these financial brokers are quite modern, others are very old-school. I hope the flag I set can be reached. For the next two weeks, my main focus will be getting this project done and shipping it! ...

May 16, 2026 · 3 min · 465 words · ChenFu Kuo

Why I'm Building the Edge Intelligence Stack

AI’s Center of Gravity is Wrong Open any tech news feed and it’s all cloud AI, all the time. Bigger GPU clusters, more training data, pricier API calls. As if intelligence can only live in faraway data centers, available on demand — as long as your network holds up. But that’s not how the real world works. A factory camera needs to spot defects in milliseconds. A vehicle sensor can’t wait for a cloud round-trip before deciding to brake. A remote agricultural monitoring station might not even have a stable 4G signal. These scenarios — factories, cameras, sensors, vehicles — are the backbone of the physical world. And they all run at the edge. ...

April 16, 2026 · 5 min · 966 words · ChenFu Kuo

AI-HIL: Giving Hardware Eyes and Hands — Closed-Loop Automation for Embedded Development

It Started with a Complaint Day three. This little dev board is seriously tough. Claude Code’s free-tier generosity let me sprint hard, but I still hit the usage limit. I went to a conference that morning, and the whole time one thought kept looping in my head: How much time have I spent copy-pasting? JTAG call stack, SWD register dumps, Serial Console logs — paste a chunk over, AI gives a suggestion, I tweak the code, rebuild, flash, grab the logs, paste them back. Over and over. Sometimes I paste into the wrong window. Sometimes I miss the critical three lines. ...

March 20, 2026 · 5 min · 900 words · ChenFu Kuo