
Perch AI: Verifiable AI for legal, finance, research, and coding
Perch AI 是为法律、财务、研究和编码工作的 AI 助手,显示所有来源。
@Laharmckenzie · X
完整作品展
技术栈
62 projects

Perch AI 是为法律、财务、研究和编码工作的 AI 助手,显示所有来源。
@Laharmckenzie · X


VibeLint 为 AI 代理提供代码检查、权限控制和审批工作流。
@RElharrak39428 · X

对版本控制系统和编码代理进行性能基准测试。
videlov · HN
I was interested in answering this question so I built a benchmark comparing git, jj and gitbutler in agentic context https://vcbench.dev/ Disclaimer - I am a co-founder of GitButler

提交创业想法获得AI评估、竞争分析及Go/Pivot/Saturated/Stop判断。
@Hustleworld_24 · X
A few weeks ago, I had no idea what I was doing with Claude Code. Today, I shipped my first project built with it. 🚀 Founder Evolution AI 👇 Would love your honest feedback on my MVP #Buildinpublic #Saas #Claudecode #Vibecode #Founder #indiehacker

AI驱动的辩论竞技平台,参与竞争辩论并获得论证技能评分。
u/Bakari2Sense · Reddit
Built a persistent skill rating for debate, like a chess rating but for argumentation I built a persistent skill profile for debate called the Debate Fingerprint. Would love feedback. [Founder disclosure: I'm Bakari, building 2Sense at app.2sense.ai] The idea: every debate you complete scores you across 6 dimensions (Logic, Structure, Responsiveness, Persuasion, Emotional Control, Clarity) on a 0-1000 scale. The scores persist across all your debates and build a visual profile over time

用英文描述想法,QuikRun自动生成代码并提供实时URL。
nparashar150 · HN
Over the weekends, I've been revamping an old side project of mine: https://quik.run/?ref=yc It started as a simple platform for writing and sharing code snippets. Over time, it evolved into a way to run snippets instantly with support for imports and packages, without worrying about setup, deployment, or infrastructure. Think of it as a lightweight AWS Lambda for quick experiments. One thing I've realized is that even though AI has made a lot of older developer tools and ideas feel less relevan

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

AI财务预测和信用分析平台,为信贷分析师和借贷专业人士服务
@caseyyoshi · X

与 AI 教练一起练习编程面试和系统设计
@preproomai · X
🟢Get ready for #vibecoding and AI #codereview. It is cutting-age & you can't miss: Time to ditch old-school @LeetCode ! #SoftwareEngineering #TechInterviews #CodingSkills #TechCareers #PrepRoom #TechCareers #SystemDesign #ITJobs #CareerGrowth

用AI驱动的审计工具分析系统,包含多个版本。
@jozef_x1 · X
🚨 I Vibe Coded F0ur (4) different versions of @coreyganim's "Ai Audit" Funnel, which is your favourite? VERSION #3:

可嵌入的可视化工作流编辑器,支持AI驱动或纯逻辑设计。
tahazsh · HN
Hi! I’m Taha. In many agentic products that support workflows (including one I worked on), I noticed they either don’t support node-based editors, or use React Flow and go through the difficult work of integrating it into their product to run it and work with their existing logic. So I thought about creating a tool that could help with this by closing the gap between the editor and the runtime. That’s why I created Wayflow. The basic architecture is simple: you just need to create a graph (which is a JSON object) that the runtime knows how to run. The runtime doesn’t care where that graph is coming from, it just needs the right schema. And with the help of the editor, you can create the graph, and then export it or directly save it on your backend in your database. And then when you want to execute it, you just hand it to the runtime. The runtime can either stream the execution (which is useful for the editor), or give you the final result. How you execute the graph is up to you: t