- SignalDesk2026-09-13
Hey, first time posting here. I build side projects on Vercel and got curious how AI agents actually hit my sites since none of them show up in regular analytics. Agents don't run the JavaScript that traditional tracking depends on so they're basically invisible to it. I wrote a small tool that takes a Vercel log export, groups the raw requests into sessions and classifies each session as human or AI agent. Ran it on one of my projects and 37.5% of sessions were agents and the agents kept on storming my forgot password endpoint. It also builds an agent-vs-human funnel (do agents actually finish checkout/signup or bail partway), and flags friction like retry storms and repeated 4xx errors. You get a plain-text report or an HTML one, like the screenshot below. Thought it might be int
- 情报分类:项目价值
- 命中依据:side project流量被AI代理访问的经验分析
- 来源:Reddit · SideProject
- 原作者:/u/rkchan https://www.reddit.com/user/rkchan
- 发布时间:2026/9/13 02:46:01
- No replies yet