
Perch AI: Verifiable AI for legal, finance, research, and coding
AI assistant for legal, finance, research, and coding that cites sources for every claim.
@Laharmckenzie · X
The full gallery
Tech stack
62 projects

AI assistant for legal, finance, research, and coding that cites sources for every claim.
@Laharmckenzie · X

AI operating system for founders that turns strategic thinking into tracked execution.
@AshiveCompany · X

Secure AI agent actions with code checks, permission gates, and approval workflows.
@RElharrak39428 · X

Benchmark version-control systems and coding agents on realistic development tasks.
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

Get AI-powered startup idea validation with competitor research and Go/Pivot/Saturated/Stop verdicts.
@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-powered debate arena where you compete and receive skill ratings for your argumentation.
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

Describe your code idea in English and QuikRun generates, tests, and runs it live.
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 platform to ask questions, generate images, and speak hands-free for better decision-making.
@Akinzoooo · X

Financial forecasting and credit-analysis platform for credit professionals and business owners.
@caseyyoshi · X

Practice coding interviews and system design with an AI coach instead of a human judge.
@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

Interactive AI audit funnel for analyzing systems with multiple visual approaches.
@jozef_x1 · X
🚨 I Vibe Coded F0ur (4) different versions of @coreyganim's "Ai Audit" Funnel, which is your favourite? VERSION #3:

Embeddable visual workflow builder for web apps with optional AI assistance.
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