Related Posts
ai startup development
Gradle Build Cache Poisoning in CI: Content Hash Collisions, Remote Cache Integrity, and the Verification Pipeline That Caught Our Silent Miscompilations
Deep dive into how Gradle's remote build cache can serve stale or corrupted outputs in multi-module Android/KMP projects — covering content hash verification, c
· 1 min read
ai startup development
Systematic ANR Diagnosis in Jetpack Compose Apps: StrictMode Gaps, Perfetto Trace Correlation, and the Lock Contention Patterns That Hide Behind Main-Safe Coroutines
Deep dive into how Dispatchers.Main.immediate plus synchronized Room DAO callbacks create invisible main-thread blocking that StrictMode misses, using Perfetto'
· 5 min read
ai startup development
Vulkan compute kernels for Android LLM inference
Writing custom Vulkan compute shaders—tiled matmul, flash-attention-style fused softmax, and memory-mapped weight loading—that bypass NNAPI/TFLite delegate over
· 5 min read