
Match Your Resume to Any Job (Free ATS Checker) | SeamlessCV
简历扫描工具,检查ATS分数并一键优化以提高求职匹配度。
@imabhijeet_s · X
Get more interview-ready resumes with AI-powered ATS analysis and one-click job-specific optimization.
完整作品展
技术栈
60 projects

简历扫描工具,检查ATS分数并一键优化以提高求职匹配度。
@imabhijeet_s · X
Get more interview-ready resumes with AI-powered ATS analysis and one-click job-specific optimization.

CoBro 用 AI 扫描竞争对手和市场数据,90 秒内判断初创企业创意是否值得构建。
@Ebrahim_Rio · X
Most founders skip validation and pray. I automated the "worth building?" check. AI scans competitors, Reddit, and market data → Cook or Kill in 90 seconds. Killed? It surfaces the pivot the data actually backs.

由AI驱动的代码审查工具,在microVM中运行代码来捕获更多错误。
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

分析文本以识别 10 种有毒和 7 种健康的沟通模式。
@WEreFrame · X
Underrated...well I wouldn't say that because I'm just starting, but overlooked maybe. The impact on humanity will be noticed across the globe. Stop reacting. Start reFraming.

上传图片检测是否为AI生成,支持概率分析和元数据检查
bingkunzhao · V2EX
开发了一个识别是否是 AI 生成图片的工具 https://imageaichecker.com/ 上传图片,可以判断是否是 AI 生成的,每天 3 次免费

AI代理的运行时安全网关,在执行前检查并批准所有操作。
@chlorosagent · X
— a security gate for AI agents that checks every action before it fires, so a bad instruction can't make your agent send money, delete data, or do anything you can't undo.

用间隔重复法复习 LeetCode 题目,提升记忆和解题能力。
@JoydeepNath007 · X

用 AI 优化简历,提高 ATS 评分和职位匹配度。
@Pranav_412 · X
I need honest feedback on my SaaS Upload your resume, edit it, add job description, optimize it and then download in pdf format. #buildinpublic #SaaS #JobAlert


审核您的约会档案照片和简介,帮助提高匹配率的 AI 工具。
Z4cki

扫描网站的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

一款免费在线瓷砖拼图游戏,与朋友或电脑对战。
heliostatic · HN
A couple weeks ago we were on vacation with friends, and after the kids were asleep we played games -- mostly Qwirkle, which I had never played and am terrible at. I don't care about being terrible at games, so I made a web version to keep playing after vacation: build lines of tiles that share a color or a shape, 2-4 players (or add bots). I wanted it to be low friction, so there are no accounts. Your identity is an anonymous id in localStorage, and you can move it to another device by scanning a QR code or hitting a unique url. Start a game and text someone the link (game slugs are semi-memorable three word phrases), or "Play the computer" and you can play immediately against bots. Games are async-friendly with web push for turn notifications. The stack is one Node process on a small VM, Next.js + Socket.IO, no database. The server and the client use the same engine so moves validate optimistically, and the bots go through the same functions, so bot moves are always legal. State is