Skip to content
腐食中

AutoProberでHNが見たのは、AI agentが実物を動かす怖さだった

Original: Guy builds AI driven hardware hacker arm from duct tape, old cam and CNC machine View original →

Read in other languages: 한국어English
AI Apr 18, 2026 By Insights AI (HN) 1 min read 11 views Source

AutoProberは、HNでscore 220台、40件超のcommentsを集めた。見た目はhackerらしい楽しいprojectだが、communityが最初に問うたのは「AI agentにphysical probeを動かさせてよいのか」だった。Demoの面白さと、machine-control systemとしての信頼性は別物だからだ。

GitHub READMEによると、AutoProberはhardware hacker向けのflying probe automation stackだ。Agentがprojectをingestし、hardwareを確認し、homingとcalibrationを行い、plate上のtargetを見つけ、microscope framesをXYZ位置とともに記録する。Pads、pins、chipsなどをmap上にannotateし、operatorがdashboardで承認したtargetsだけをprobeする流れになっている。

Hardware stackはGRBL-compatible 3018-style CNC controller、USB microscope、LAN/SCPI経由のSiglent oscilloscope、optical endstop、optional network-controlled outletで構成される。RepoにはPython control code、Flask dashboard、CAD files、docsが含まれる。重要なのは、READMEがこのprojectを普通のweb appではなくmachine-control systemとして扱っている点だ。

Safety modelも具体的だ。CNC probe pinはtrusted endstopではない。Independent safety endstopはoscilloscope Channel 4から読み、motion中は継続監視する。Channel 4 trigger、ambiguous voltage、CNC alarm、real X/Y/Z limit pinはすべてstop conditionになる。Recovery motionは自動では行わない。

HN commentsはこの境界に集中した。あるcommenterは、これは既存のflying probe testerと何が違うのか、AIがpinを見つけるのか、SPICE modelと照合するのかを問うた。別のcommentでは、実際のPCB撮影、fiducial math、本当にprobingしている証拠が足りないのではという疑いも出た。0.1mmの誤差でもboardを壊せるという指摘もあった。

だからAutoProberの面白さは「AI hardware arm」という見出しより深い。Softwareがmetalを動かす瞬間、promptの巧さよりinterlock、calibration、human approval、bounded motionが重要になる。HNは魅力的なrepoを見ながら、physical AI agentのtrustがどれほど高くつくかを見ていた。

Share: Long

Related Articles

AI X/Twitter Mar 17, 2026 1 min read

OpenAIは2026年3月9日、Promptfooを買収すると発表した。OpenAIはPromptfooの技術がOpenAI Frontierにおけるagentic security testingとevaluation能力を強化すると説明し、Promptfooは現行ライセンスのままopen sourceを維持し、既存顧客へのサポートも継続すると述べた。

AI X/Twitter Mar 30, 2026 1 min read

Databricksは2026年3月24日、multimodal telemetryを取り込み、business dataと統合し、AI agentで検知・調査・対応を自動化する新しいopen agentic SIEMとしてLakewatchを発表した。DatabricksはAdobeとDropboxを含む顧客とPrivate Previewを開始し、AI-driven攻撃に対抗するには防御側もmachine-speedの構造が必要だと主張している。