AHAkash Hadagali Persettiinakashpersetti.hashnode.dev·5h ago · 6 min readI stopped putting AWS keys in GitHub Secrets. Here's what I do instead.For a while my deploy pipelines all worked the same way. Generate an IAM user, copy its access key and secret into GitHub repo secrets, and let the workflow use them. It deploys fine. It also means a 00
AHAkash Hadagali Persettiinakashpersetti.hashnode.dev·1d ago · 5 min readWhy my LangGraph agent throws away its checkpoint on every requestThe problem Wingman is a worker-evaluator agent. A worker LLM tries to satisfy a success criteria, an evaluator decides if it passed, and if it failed the worker retries up to 5 times. Standard loop. 01D