• Best Products
  • Launches
    Launch archiveMost-loved launches by the community
    Launch GuideChecklists and pro tips for launching
  • News
    NewsletterThe best of Product Hunt, every day
    StoriesTech news, interviews, and tips from makers
    ChangelogNew Product Hunt features and releases
  • Forums
    ForumsAsk questions, find support, and connect
    Kitty Points LeaderboardThe highest scoring community members
    StreaksThe most active community members
    EventsMeet others online and in-person
  • Advertise
Subscribe
HomeRecent commentsSearch all threadsStart new thread

Topic Forums

Forum General categoryp/generalForum Vibecoding categoryp/vibecodingForum AMA categoryp/amaForum Introduce yourself categoryp/introduce-yourselfForum Self-Promotion categoryp/self-promotion

Product Forums

Pusharyp/pusharyKopaip/kopai-the-marketplace-for-ai-agentsCtruh Studiop/ctruh-studioRunEvrp/runevroctoscopep/octoscopeSnippletp/snippletProduct Huntp/producthuntFetchSandboxp/fetchsandboxAirtablep/airtableTouchGrassp/touchgrass-2ProdShortp/prodshortYourSiteep/yoursiteeLinkedInp/linkedinPhantom Voicep/phantom-voiceSlimSnapp/slimsnapOsaurusp/osaurusDualorap/dualora-dual-size-recorderRecallp/recall-6Causop/causo-hub-free-tools-for-fundraisingNetfoxp/netfox
Kilo Code

p/kilocode

by

•2mo ago
Kilo Code Reviewer - Automatic AI-powered code reviews. For free.

AI code review for free.
@Kilo Code Reviewer is currently free. No credit card. Unlimited reviews on GitHub or GitLab. Bitbucket support coming soon.

10

General

p/general

by

•1d ago
How do you test AI agents before deploying them?

Building an AI agent is one challenge, but knowing it's ready for production is a completely different one.

Traditional software can often be verified with unit tests and integration tests, but AI agents introduce additional complexity. They rely on reasoning, external tools, changing context, and non-deterministic model outputs, which makes testing much less straightforward.

I'm curious how other teams approach this before deploying AI agents to real users.

6

General

p/general

by

•14d ago
Have AI coding tools actually made you faster, or just faster at making mistakes?

AI coding assistants have become part of my daily workflow, especially for repetitive tasks, documentation, and quick prototypes.

At the same time, I've found myself spending more time reviewing generated code than I expected, particularly around security, scalability, and edge cases.

For me, AI has become an accelerator, not a replacement for engineering judgment.

I'm curious how others are using these tools today.

5

General

p/general

by

•18d ago
One thing AI coding tools still don't get right

Over the past few months, I've noticed that AI coding tools are excellent at generating code, but they still struggle to keep context across larger projects. That often means spending time re-explaining the codebase instead of moving faster.

I'm curious whether others have noticed the same thing, or if you've run into different limitations. What's the biggest issue you've experienced?

8

Vibecoding

p/vibecoding

by

•4mo ago
How are you dealing with vibe coding security risks in AI-generated code?

I ve been using a lot of AI-generated code lately, and while it definitely speeds things up, security feels like a weak spot.

I ve run into issues like missing auth, exposed endpoints, and weak configs stuff that AI doesn t really flag unless you explicitly ask.

Curious how others are handling this:

  • Do you rely more on manual reviews or tools?

  • Any workflows that consistently catch vulnerabilities?

  • Have you faced any real incidents because of AI-generated code?

7

General

p/general

by

•1yr ago
What AI tools do you use for coding? I am building a list. 📝

I am attempting to observe what you use for coding. I have come across many tools on Product Hunt + Web, but I am fairly certain I have missed quite a bit.
I divided them into "traditional" and "specialised".

Traditional AI models:

DeepSeek

21

TestSprite

p/testsprite

by

•5mo ago
Your AI agent just wrote 5,000 lines of code. How do you know it actually works?

Genuinely curious what the community does here.

We've been talking to hundreds of teams building with Cursor, Claude Code, and other agentic tools and the honest answer from most of them is: "We just run it and hope."

Some do a quick manual click-through. Some write a few spot checks. Some just ship and wait for users to find the bugs.

We built TestSprite to solve exactly this autonomous testing that runs from your PRD and codebase but I'm curious what your actual workflow looks like before you merge.

7

Claude by Anthropic

p/claude

by

•6mo ago
What's the best AI model for coding?

New AI models pop up every week. Some developer tools like @Cursor, @Zed, and @Kilo Code let you choose between different models, while more opinionated products like @Amp and @Tonkotsu default to 1 model.

Curious what the community recommends for coding tasks? Any preferences?

102

General

p/general

by

•1yr ago
AI in software development: What’s the next big leap?
GoCodeo is taking software development to the next level by integrating AI in coding, testing, and deployment. We want to know, where do you think AI can go from here? Let s talk about: - What new challenges do you think AI can tackle in dev workflows? - Do you think AI can fully take over testing and deployment? - How do you see the role of AI in development 5 years from now? - What are your thoughts on Agents automating developer workflows? We're launching soon- stay updated!

5

General

p/general

by

•2yr ago
Which AI tool you mostly used for your development related work? Suggest here.

11

Vibecoding

p/vibecoding

by

•1yr ago
How do you make sure your products are secure after vibecoding it entirely or partially?

After using a lot of AI-generated code lately, I've found myself spending a lot of hours on checking and repairing a lot of easy-to-spot security flaws. That being said, AI generally sucks at actually implementing secure code (or architectures), as well as recommending what to do to make your app more secure (sometimes even decently secure).

Have you had this problem as well? If yes, how do you tackle it?

9

General

p/general

by

•1yr ago
What's your favorite criminally-underrated AI coding tool?

I recently installed @Augment Code based on an ad somewhere, and I'm super impressed, but haven't heard a peep about it in most channels. But it got me wondering what else I'm missing. This is a crowded field with a few frontrunners and a lot of more esoteric newcomers, but I want to know about the ones that blow your mind but hardly get any coverage.

18

General

p/general

by

•3yr ago
What are some tips and tricks you use to detect AI content? Which tools do you find most reliable?

20

General

p/general

by

•3yr ago
How are you using AI to accelerate your coding?

5

Product Hunt

p/producthunt

by

•10mo ago
The Breakpoint [2025-10-14] - Using coding agents in prod

Meow world, welcome back to The Breakpoint, a weekly thread on all things dev tools on Product Hunt.

The latest

Recent dev-first products launched on the site.

7

General

p/general

by

•1yr ago
AI tools I'm using now

I was recently talking with a group of founders, and we went around sharing tools we're using now. Posting my notes for our community here - would love to know what else people are using!

Voice AI toolkit:

- Vapi

10

General

p/general

by

•1yr ago
What's the next frontier for AI Coding?

At this point, all of the AI coding assistants are in the same neighborhood. Decent at "advanced autocomplete", OK at code generation sometimes, and most are somewhere in the process of incorporating code context mechanisms. But what's next? Agentic behavior? Something else?
My pet prediction is that we will see the emergence of a new programming language that's designed for use with AI and can be translated to a variety of popular languages. (Or if we're cursed, just javascript )

10

General

p/general

by

•3yr ago
What tools and techniques do you use to validate your AI-powered designs?
What tools and techniques do you use to validate your AI-powered designs and ensure that they meet the needs and expectations of your users? How do you iterate and improve your designs over time?

18

General

p/general

by

•1yr ago
Should we ban AI coding for specific industries?

With all the excitement and hype around AI coding, there's a thought that bothers me.

AI makes mistakes. A lot. Some goes into production.

13

Vibecoding

p/vibecoding

by

•11mo ago
Looking for beta testers: Built CodeRide to solve AI context amnesia

After rebuilding the same project three times because AI forgot my architecture, I got fed up and built @CodeRide (Beta) with my team.

The problem: AI code assistants lose track of your project between sessions. Every time I start coding with Cursor, Claude, or any AI assistant, I waste time re-explaining my codebase structure, architectural decisions, and coding patterns.

What we built: The project management tool for coding agents using MCP. Upload your project documentation or PRD, and CodeRide breaks it into optimized, fully contextual tasks ready for your AI agent.

12

General

p/general

by

•3yr ago
What AI tools do you use to boost productivity?

9

Scrimba

p/scrimba

by

•1yr ago
Think your dev brain’s still got it? Take our new test to find out!

We just launched a fun little side project called the Dev Atrophy Test - a quick quiz to see if your coding brain still holds up in the age of AI.

It's not anti-AI (we love AI!), but let s be real: with autocomplete and copilots doing half the work, it s easy to lose touch with the basics. This quiz is a playful check-in to see if those foundational dev skills are still somewhere in that AI-soaked cortex of yours
https://www.producthunt.com/prod...

Curious to see how you stack up? Take the test and let us know what you think!

5

Subscribe
Top Product Categories

Engineering & Development

  • Vibe Coding Tools
  • AI Coding Agents
  • AI Code Editors

LLMs

  • AI Chatbots
  • AI Infrastructure Tools
  • Prompt Engineering Tools

Productivity

  • AI notetakers
  • Note and writing apps
  • Team collaboration software
  • Search
  • AI Workflow Automation

Marketing & Sales

  • Lead generation software
  • Marketing automation platforms

Design & Creative

  • Video editing
  • Design resources
  • Graphic design tools
  • AI Generative Media

Social & Community

  • Social Networking
  • Professional networking platforms
  • Community management

Finance

  • Accounting software
  • Fundraising resources
  • Investing

AI Agents

  • AI Voice Agents
See All Categories >>

Trending categories

  • Vibe Coding Tools
  • AI Dictation Apps
  • AI notetakers
  • Code Review Tools
  • No-code Platforms
  • Figma Plugins
  • Static site generators

Top reviewed

  • Lovable
  • n8n
  • Attio
  • PostHog
  • Vapi
  • Granola
  • Raycast
  • Supabase

Trending products

  • Lovable
  • Screen Studio
  • bolt.new
  • Wispr Flow
  • Framer
  • Replit
  • Vapi
  • Granola

Top forum threads

  • Cursor or Claude Code?
  • POLL: Domain or product first?
  • YC deadline in <2 weeks; Who's applying?
  • We Got into YC, Got Kicked Out, and Fought Our Way Back
  • How Wispr Flow found PMF through pivot
  • Best Vibe Coding tool so far?
  • Landing page roast - 48 hours only
  • Fix your tagline with the PH CEO
© 2026 Product Hunt
NewsletterAppsAboutFAQTermsPrivacy & CookiesPrivacy ChoicesAdvertisellms.txtContact us: hello@producthunt.com