Viewing profile — ZihangZ
ZihangZ
HN member- Joined
- Fri, Apr 17, 2026, 1:05 AM UTC
- HN karma
- 20
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About ZihangZ
Recent public activity
-
comment
Comment #47909897
Small caution from using agents here: the useful chart is the one generated from code, tests, or traces, not the one the model draws from its own explanation. I've had models produ…
-
comment
Comment #47909726
+1 to the CI/isolation point. That is the part that makes these setups work for me too: make the failure cheap to reproduce, make stderr visible, make the agent rerun the same comm…
-
comment
Comment #47909607
[dead]
-
comment
Comment #47899120
Yeah, LAN is the line for me. USB-side sshd is a weird dev leftover; LAN means it’s now in the home threat model.
-
comment
Comment #47899061
Built a ROS 2 cycling helmet. IMU + GPS, but we didn't fuse them, on purpose. Speed is just haversine between GPS fixes. IMU only does turn detection and crash/fall. No EKF. Under …
-
comment
Comment #47898729
Yeah, this is pretty common once a device has any real DSP in it. There's usually some stripped-down Linux on an ARM SoC underneath, and the vendor BSP just happens to ship with ss…
-
comment
Comment #47872832
[dead]
-
comment
Comment #47872812
I don't think SSH vs OpenTofu is the core issue here. For agents, declarative plans are still valuable because they are reviewable. The interesting question is whether exe.dev chan…
-
comment
Comment #47872771
[dead]
-
comment
Comment #47814854
This matches my experience. When I write the boring glue code myself, I get a map of the project in my head. When I let an agent write too much of the structure, the code may work,…
-
comment
Comment #47805025
This matches what I've seen too — the hallucination gets much worse when the loop has no external verifier. "Does this board work?" has no ground truth inside the model, so it defa…
-
comment
Comment #47801507
[dead]