r/vibecoding

▲ 54 r/vibecoding+1 crossposts

claude code is coding in ancient hieroglyphics

1:44 AM and claude decided to take me to egypt.

u/contralai — 8 hours ago
▲ 11 r/vibecoding+4 crossposts

A completely local TTS for Cursor and Claude Code - hear a short spoken summary after each agent reply (no cloud API) - totally free

I vibe-code with agents a lot and got tired of glancing back at the chat every time a long reply finished. So I made Aftertone: after each agent response, a local Supertonic ONNX voice reads a short line (what landed, blockers, next step) — not the whole wall of text.

What it is

  • Runs on your machine (~/aftertone), MIT, no TTS subscription
  • Cursor and Claude Code work today (Codex / OpenCode on the roadmap)
  • Per-chat on/off (/aftertone-on in Cursor, /aftertone_on in Claude)
  • Agents use a <spoken_summary> tag at the end of replies; if there is no tag, it stays quiet (tag-only mode by default)

Install (Linux/macOS):

curl -fsSL https://raw.githubusercontent.com/omarelkhal/aftertone/main/scripts/install.sh | bash -s -- --install-uv --start-daemon

Then in Cursor: Hooks on + trusted workspace. In Claude: /aftertone_on in the chats where you want audio.

Repo / docs: https://github.com/omarelkhal/aftertone

Happy to answer setup questions. If you try it, I would love to know whether the spoken summaries actually help your flow or feel like noise.

u/elkhalomar — 3 hours ago

Claude Mythos really just vibe-checked the M5 in a week.

Imagine just dropping a prompt like: Hey Claude, can you reverse engineer Apple's latest flagship silicon real quick? Thanks, and 5 days later it just hands you the keys.

Saw this graphic going around today. The claim is that Anthropics upcoming "Mythos " model was able to completely crack Apple's M5 chip in just 5 days.

Edit -Source- https://blog.calif.io/p/first-public-kernel-memory-corruption

u/CosmicParadox_ — 22 hours ago
▲ 4 r/vibecoding+2 crossposts

I've vibe coded a privacy focused browser because why would i pay for one

I've vibe coded a privacy focused. browser because why would i pay for this type of browser

Would you use it ? i plan to make it opensource

u/raaaaapl — 13 hours ago
▲ 3 r/vibecoding+1 crossposts

Vibe coding security

I'm just curious. How concerned are people about the security/vulnerabilities in vibe coded apps?

It seems that it's defaulted to by the platform. Yes?

reddit.com
u/Kindly_Building_8687 — 16 hours ago
▲ 27 r/vibecoding+4 crossposts

I made an App that forces me to study before I can use Social Media

I made an app that forces me to study my vocabulary before I can use Instagram, Tiktok, ...

You can also import your own Anki flashcards, Multiple Choice Quizzes or generate Flashcards based on your study notes automatically.

If you want to try it out, you can get it here:

Android:

https://play.google.com/store/apps/details?id=com.cardgate

iOS: https://apps.apple.com/us/app/cardgate-learn-then-scroll/id6761844846

(iOS not available in EU yet, release is next week here)

If you want free premium, hit me up.

u/EngineeringRare6517 — 18 hours ago

Is vibe designing becoming the new normal for product teams?

Feels like a lot of teams are moving from structured design systems into more vibe designing workflows lately.

Like instead of carefully building flows screen by screen, people are prompting AI tools until something visually feels right, then refining from there.

Part of me thinks it speeds creativity up a ton.
Another part thinks it could create messy UX long term.

Are any of you actually designing this way now?

reddit.com
u/FormalProduce9556 — 15 hours ago
🔥 Hot ▲ 7.1k r/vibecoding+4 crossposts

Can you write code for this?

Can you write code for this ?

Without using any ai tool

Update:

Wow, didn’t expect this post to blow up. I just wanted to see how people would approach this problem.

Thanks for the awards, but the commenters who actually implemented and explained the solution deserve the real credit.

I’m a vibe coder using KiloCode, ChatGPT, Claude, and similar tools while figuring things out. So thanks to everyone who took the time to explain the approach and different ways to solve it

u/BrokenHefaistos — 1 day ago
▲ 52 r/vibecoding+4 crossposts

I built a System Design Simulator – drag, simulate, and break your own architectures in minutes

Hey folks,

I’ve been hacking on a side project: a web-based “System Design Simulator.” It’s like a whiteboard, but you can actually press play and watch your architecture behave (or fail).

What you can do:

  • Drag-and-drop common pieces: load balancer, API gateway, caches, DBs, queues, even some AI bits.
  • Hit “Start Simulation” to see latency, error rate, throughput, cache hit rate in real time.
  • Flip chaos switches: traffic spikes, cache-miss storms, network partitions, component crashes.
  • Share & remix: every design gets a short link; anyone can fork it and improve.
  • Built-in hints: it tells you if you forgot an entry point or storage.

Why I made it:

  • Diagrams don’t fail; systems do. I wanted a fast way to feel trade-offs without spinning up infra.
  • For interviews and design reviews, it’s nice to ask “what if the cache dies?” and just click a button.

Try it here: "https://paperdraw.dev/"

Quick start: drop Load Balancer → App Server → Cache → DB, press play, then trigger a cache-miss storm.

Would love feedback:

  • What metrics or failure modes would you add?
  • Is the start/stop flow obvious enough?
  • Any presets you want (payments, chat, ingestion)?
  • Should I add “export GIF of the run” for sharing?

Thanks for taking a look—happy to fix bugs or add features if you ping me.

u/Leather_Silver3335 — 1 day ago
▲ 37 r/vibecoding+1 crossposts

You Are One Bad Launch Away From a Security Nightmare and Nobody Is Talking About This

so you vibe coded an entire app in two days with zero experience and now you want to go live

iconic honestly respect the chaos

but before you hand hackers a free gift let me save you from yourself real quick

1. surprise you are a business owner now

the second someone uses your app and you touch their data the law wakes up and looks at you

just write a basic privacy policy and pretend you know what you are doing

everybody else is doing the same thing

2. ask ai to fix the mess ai helped you create

the audacity but it works

just type this into your ai tool

review my app as a security specialist and make sure i have strong security headers and a solid baseline security posture

two minutes and you suddenly look like you know things

3. google owasp and act like you knew it already

sql injection xss broken auth these are not fancy words they are just ways your app dies publicly

prompt this

review my app against owasp standards and highlight vulnerabilities

you are welcome

4. you are literally leaking secrets and vibing about it

env keys in frontend too much data in api responses passwords chilling in logs

your app is basically posting its own diary online

prompt this immediately

check my app for any credential or sensitive data leaks in frontend or api routes

5. api key in frontend means everyone owns your api key now

not you everyone

move it server side use a proxy stop trusting the browser with your secrets

prompt this

ensure no api keys are exposed in frontend code or network calls

vibe coding is genuinely amazing and i am not here to gatekeep

but shipping a broken app publicly is a different kind of vibe

drop in comments if you have already been burned i need to feel less alone in this

reddit.com
u/Last-Recipe-4837 — 1 day ago
▲ 7 r/vibecoding+3 crossposts

I kept uninstalling puzzle games after 2 minutes… so I tried building one myself 🧩

u/tushar_s12 — 14 hours ago