2 Posts
Tag: Engineering

BY eric
Jul 26, 2026
Measurable Beats Powerful: Grounding AI in Tangible Checks
Frontier models keep getting more powerful, and they still forget, drift, and run past their context. The fix is not a bigger model; it is giving AI a tangible, quantitative ground truth to measure against. Here is how our deployment guard does exactly that.

BY eric
Jul 25, 2026
Shipping a native Go binary inside an Android APK: ELF linkers, 16 KB pages, and the memfd trick
Building an Android VPN app that bundles a Go binary exposes you to three traps in quick succession: compiling for Linux instead of Android, Android 16's 16 KB page-alignment requirement, and Play Store delivery no longer extracting native libraries to disk. Here's what each one looks like and how to fix it.
