Weekly notes
- An AI agent coding skeptic tries AI agent coding, in excessive detail: More data that agentic coding can produce interesting starting points for code as well as help you learn about a code base.
- Detect malicious attacks at 84M RPS with ML under 500µs: Cloudflare describes how it uses tiny, genai models at their edge datacenters to find attack requests in their waf product. They put in a lot of energy to optimize feature extraction in a string of text and inference. Tensorflow lite is a google genai model for embedded devices.