Ask HN: Has anybody built search on top of Anna's Archive?
289 points by neonate 7d ago 146 comments
Ask HN: Is there any demand for Personal CV/Resume website?
8 points by usercvapp 2d ago 19 comments
AdversAI – agentless AI that explains your cloud alerts
1 myhackertech 3 6/10/2025, 3:54:19 AM adversai.com ↗
Problem Our security team was drowning in thousands of cloud alerts but still guessing what to fix first.
What we built AdversAI connects to AWS / Azure / GCP with read-only APIs (no agents). It builds a graph that links code-scan issues, posture gaps, runtime events, and SIEM logs, then runs a multi-LLM pipeline to: • answer plain-English questions (“Why is GuardDuty screaming?”) • return the root cause + a one-liner CLI remediation • optionally spin up a sandboxed lab so you can replay the exploit and patch.
New today We’ve open-sourced a 5-page technical white-paper describing the graph model and LLM orchestration, and put up a minimal landing page + live demo dataset.
• White-paper (PDF): https://adversai.com/files/whitepaper_security.pdf • Live demo / docs: https://adversai.com
Looking for feedback on architecture & edge cases. Happy to answer anything here.
– Alex