
Glowen AI — Intelligence that guides better decisions
AI平台,提问、生成图像、语音交互,辅助更好的决策。
@Akinzoooo · X
完整作品展
技术栈
60 projects

AI平台,提问、生成图像、语音交互,辅助更好的决策。
@Akinzoooo · X

与AI模型进行策略游戏,查看大语言模型在排行榜上的排名。
masterchef2209 · HN
I created a platform to check which AI models is the best gamer

检查你的 AI 应用的安全性、隐私和治理准备情况。
u/Budget_Lawfulness_33 · Reddit
I made a tool that bridges the gap between vibe coding and actually knowing what you shipped A lot of people are shipping things they don’t fully understand anymore. With the new flagship models such Claude/Codex and people spending hundreds on AI subscriptions to build faster, apps are being shipped quicker than ever. But when you’re constantly throwing prompts at AI, adding features, and moving fast, it’s easy to lose track of what actually made it into your codebase. So I built: https

追踪 Google Gemini、Perplexity、Meta AI 和 AI Overviews 是否引用您的品牌。
@TheFallen_jay · X
added multiple features based on user feedback on

Aurora - 本地AI代理验证系统,提供透明的推理过程和MCP集成。
brandon_grutkowski · Product Hunt
Aurora Glass-box Quantitative AI for Humans and Agents

实时监测竞争对手的价格变化、职位发布、广告、内容策略、评价和技术栈。
sven_de_meyere1 · Product Hunt
Glimpse The competitive intelligence agent

检查您的品牌在ChatGPT、Gemini等AI搜索引擎中的曝光和准确性。
@NianyaXie · X
Building OranGEO — helping brands turn AI search into a new traffic channel. It shows whether ChatGPT/Perplexity mention your brand, which competitors show up instead, and how to improve AI visibility. Run a quick check on your product/site:

用AI分析简历并筛选候选人,提供匹配度评分和技能差距检测。
@HireXhub · X

扫描网站的AI设计模式,评分其设计的AI生成程度。
hubraumhugo · HN
Design slop is the feeling that tells you a website is purely AI-generated. This is an attempt to classify the design patterns behind it. Applying this scoring to recent ShowHN submissions shows that about a third of the submissions show medium to heavy design slop: https://slopcop.adriankrebs.ch/show How the scoring works: - A headless browser loads each site (Playwright) - A small in-page script analyzes the DOM and reads computed styles - Every pattern is a deterministic CSS or DOM check. There are false positives, but my manual QA run verified it’s maybe 5-10%. Is design slop bad? Not really, just uninspired. After all, the web was never about the fanciest design, and before the AI era, everything looked like Bootstrap. However, there is a difference between trying to craft your own design and just shipping with whatever defaults the LLMs output. And the same has been the case pre-LLM when using CSS/HTML templates. I guess people will get back to crafting beautiful design

检查使用 AI 服务前浏览器暴露的网络和身份信号。
@FunnyDiscovery · X
做了一个纯前端小工具:AI Signal Guard 用来在使用 Claude / ChatGPT / Gemini 前,自查浏览器侧能暴露哪些信号: - 出口 IP / ASN / 组织 - DNS 泄漏 - WebRTC 泄漏 - 语言、时区、字体、Emoji 纯静态页面,无自建后端 在线体验: GitHub仓库:

扫描任何网站,显示AI助手爬取时所看到的内容。
builderwrench · HN
Show HN: Free tool that shows what AI assistants see when they crawl your site

使用在微虚拟机中运行代码的AI代码审查来捕获更多漏洞。
u/dumbfoundded · Reddit
Ito, AI Code Review that Runs Code I've been using AI code review tools but none of them actually run code so I built one: https://www.ito.ai/ The way it works is that it uses microVMs to spin up your environment with all of the services running. Then a bunch of AI agents go and test the application to collect runtime evidence. The result is you get test cases along with evidence about whether or not the test cases pass or fail. The runtime evidence can be videos, request/response curls, db