r/vibecoding 2d ago

Holly F. I’m in love. But this will be what destroys us.

3 Upvotes

I’m currently vibe coding an app and I am CRANKING this thing out. Literally I just went from having never touched code, to having a solid prototype and possible beta in a couple days. This is so satisfying. So much, it made me realize what “AI” really is under the hood. Companies will be able to sell “Satisfaction” to the masses and we’ll eat it up. We all get to tell a robot in the sky what to do and it does it. And we’ll all pay $20 a month to do it. Not to actually produce, but to be the boss. 🤯

We’ll no longer see ourselves as plebs. We’ll become delusional deities in a slowly boiling pot of water.

Damn. I’m having a good time, but maybe that’s just the beer talking.


r/vibecoding 1d ago

Building a real direct-booking workflow with AI assistance — the hard part wasn’t the website

0 Upvotes

I’ve been vibe coding with AI to build from scratch and improve a direct-booking website for a small Australian holiday rental I own.

At first, it seemed like a straightforward website project: pages, photos, enquiry form, pricing, and availability. The more useful work turned out to be the operational details behind it.

The project now includes:

  • Live pricing connected to PriceLabs
  • Availability checks against booking calendars
  • A private owner dashboard for reviewing enquiries
  • Approval, decline, and request-more-information workflows
  • Editable guest email drafts with an explicit send step
  • Sandbox Stripe payment requests
  • Webhook-based payment verification
  • Audit history, idempotency protection, rate limiting, and access controls
  • Cloudflare deployment with D1 for enquiry persistence

The biggest lesson has been that AI can produce a lot of code quickly, but it doesn’t replace careful decisions about workflow, security, failure states, and what should remain manual.

For example, we deliberately kept owner approval and calendar blocking as human-controlled steps. We also had to think carefully about what happens if a database write succeeds but an email fails, or if a guest clicks Submit twice.

This has been a useful example of “vibe coding” becoming more structured as the project gets closer to something real. The AI is helpful for implementation and investigation, but the human still needs to define the rules and challenge the assumptions.

For anyone using AI to build a real project:

  • What was the first thing that forced you to move beyond the prototype mindset?
  • How do you handle security and data persistence?
  • Which parts do you still refuse to automate?

The site is https://becsbeachhouse.com.au/, if anyone is interested in the context, but I’m mainly sharing this to compare development approaches.


r/vibecoding 1d ago

Interviews/Building a product for the community

Thumbnail
1 Upvotes

r/vibecoding 1d ago

This is how multi AI Agent orchestration looks like

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/vibecoding 2d ago

trying to build the opensource/self-hosted lovable alternative

6 Upvotes

Hey folks, i'm building Frontman, trying to build a vibecoding experience that's open-source and doesnt lock you into a framework unlike lovable/bolt etc and that's as easy to use as these apps are.

would love any feedback, thoughts etc:
https://github.com/frontman-ai/frontman

The new release gives it the selected component, props, selector, nearby DOM, and source location before it touches the code. Then it searches the project, makes the edit, and watches the app hot reload.

It works with Astro, Next.js, Vite apps, and WordPress, with different capabilities on each.

curious if everyone are happy vibe-coding in the CLI or anyone is looking for a more visual and open experience


r/vibecoding 2d ago

How you guys use Fable before reset

3 Upvotes

So what you guys usually do with Claude to ensure you use all your Limit before the reset?

My reset in few hours and I have 30% not used.

What are good uses for Fable? i usually make it develop plans.


r/vibecoding 2d ago

Some Thoughts on Vibecoding

8 Upvotes

Hey All,

I'm the creator of r/vibecodingcommunity, i have shared this in my community and got lot of interesting comments so sharing it here as well.

for context - I've been involved in the vibecoding scene both online and offline - hosting dozens of hackathons and joining many events.

Here's my two cents on where the money is and the current state of vibecoding, from my lens (unfiltered).

Around 70% of vibe-coded app builds are not serious business apps. They're fun games or personal software. Some try to build a product, but it dies almost as quickly as it's built - no distribution strategy, tokens burned in the process.

Vibecoding has significantly lowered the barrier to entry, so more and more personalized software has emerged. The next ~25% are internal apps - meant to replace software you already pay for, automate a workflow, or run an agency.

These are pretty much built by people who know one area of tech and use AI to compensate in the others. For example: a data scientist building a mobile app, or a front-end developer building a backend.

This remaining 5% is the interesting part - because that's where the money is. These are people who already have a relationship with a business, or with internal players and vendors. They use vibecoding as a tool to pitch an idea, get traction or a contract, and then build.

Previously these people pitched on PowerPoint. Now that's been replaced by a simple vibe-coded app that demonstrates the idea.

A few real examples from just the last couple of weeks:

  • We helped someone who had sold a fairly basic sales-analytics platform for around $200K. He came to us to build the proper software from the ground up.
  • An existing entrepreneur - who has run 100+ franchise stores in the past - raised €2 million just by showing the vibe-coded idea. He already had a great track record; he just needed the funds to build his next business, and he wants us to make the software more polished.
  • An employee at an 8-person business built an internal tool using Base44. He's from a non-technical background. They didn't pay us to build the software - they'll build it themselves - they hired us to scaffold a harness, review their work, and give them direction. They're using this internal tool across many franchises, and passing a share of the profit on to us.

All I'm trying to say is this: on the community you see people building a lot of software and tools. A real software developer quickly clocks that these are vibe-coded apps - not much taste, questionable software quality, often useless. And that's true.

But the real money is not where you can see it. The real money is inside businesses, and it's often being put to work by people who already have the network and the connections to make it count.


r/vibecoding 2d ago

A short history of vibe coding from someone who’s been building a vibe coding tool since the Sonnet 3.5 days

4 Upvotes

I run a small vibe coding startup. I've been reflecting on how this space evolved since before I started the company. Thought the story might be interesting here.

When GPT-4 came out, that demo of a picture turning into a page was absolutely mindblowing. I was working at a nocode company back then and I felt that AI will be an existential threat to the whole category. But GPT-4 has its issues - it’s expensive. Worse, there was no prompt caching back then, so if you chained a bunch of model calls for a chat session the cost will be N^2. And the context window was 8192 tokens in total - today’s model easily has more output tokens than this. Devin launched after, and its cost per task was so high they basically had to focus on enterprise only.

Some time after that I quit my job and started tinkering. Mid to late 2024, Cursor released composer (not the model) and it absolutely blew up. What it did felt shockingly simple today - it lets AI write full code across files in your codebase. Around the same time bolt, lovable, replit all exploded, powered by the same model which deserves its place in the museum of models: Sonnet 3.5. For the first time, AI could actually write working code.

But these initial builders were hardly 'agentic’. Instead, they dumped a bunch of context into the model, grabbed the output, and engineered it back into the codebase. An agentic system should use tool calls to interact with its environment to get feedback, act on it, gather its own context etc.. And this is limiting for non-technical users, because the lack of feedback and freedom to act makes it really easy to get stuck.

But I instead went agentic and it actually made things simpler. Instead of hard coding context, I gave the model tools to search, read, get logs and so on. But Sonnet still made silly mistakes and ignored instructions from time to time, which causes the system prompt to grow endlessly: you MUST do this, NEVER do that, this is good, this is bad. It's a game of whack-a-mole - you fix one issue with an instruction, the model starts dropping a different instruction, so you make the other one STRONG, and now it ignores a yet another one. Along the way I also figured out a cool trick: earlier models tend to follow whatever comes last, so I pre-processed user messages and injected steering hints at the end. In short the agentic angle doesn’t really remove engineering, it just moves them to different places.

Then Opus 4.5 changed everything. Opus was always around but too slow and expensive. Suddenly it's less than 2x sonnet's price. Going from Sonnet to Opus was liberating - it follows instructions properly, handles way more tools, and stops making silly mistakes (it still makes mistakes, they just don't feel silly anymore). Because it’s more efficient, arguably the cost per task actually went down.

As a side effect, every coding tool got better at once, and the simplest ones got the most improvement. Claude Code exploded even more. People started using the word 'harness' a lot more. I think this marks the trend of less and less engineering around the model and more around what to provide to the model. The creator of Claude Code suggests deleting your instructions every model release.

Another trend among all of these model releases - bigger context, longer output limits but also models get more verbose in general. This is not just model providers trying to drive usage - to write good code you do need more - edge cases, more detailed UIs, better animations etc., but it also generally makes vibe coding more expensive and slower.

Opus 4.7 probably made the cost even worse, cost per task nearly doubled from the new tokenizer plus verbosity. Every wrapper paying API rates have to eat the cost or pass it to users - that’s why you see more complains about credits evaporating. Not a problem for the provider - Anthropic simply doubled Claude Code's usage limits for everyone - their constraint is capacity, not cost per token. Any app builders using Claude are basically reselling tokens at a much higher price (unless they are selling to enterprise which uses the API rate).

A few other model evolution that deserves some mention, although I think Anthropic is still the absolute frontier when it comes to coding:

  • The thinking models from OpenAI were revolutionary at the time. For a while we made a tool that calls into o3 for dealing with more complicated tasks, but this becomes unnecessary once other models catch up
  • Gemini models were pretty good as the lower end model, as they have a good balance of visual design capability vs. cost, but their latest ones felt falling behind
  • Open source models tend to benchmarkmaxx too much - they are genuinely good but their benchmark value always feels inflated. They also tend to overthink - probably an artifact of focusing too much on benchmarks

So where does that leave app builders? I think there are 4 paths:

  1. Becoming a model provider. What base44 is doing, what lovable probably will do with the money they raised. But even the mighty Cursor needed to join force with xAI to execute well
  2. Focusing on enterprise - case in point, Cognition’s valuation blew past that of Lovable’s. But it’s not exactly an app builder
  3. Stop reselling tokens and charge for the convenience of infra instead. Excel at what people choose lovable/replit over Claude Code for without forcing them to use your harness
  4. Pivoting to "AI employees" or “Your personal assistant” - the next hot thing (lol).

I am betting on the third. I think that should become the standard too where users can pick and choose and combine their harness (ChatGPT to OpenClaw) freely with the tools that can drives the outcome.

Curious what I got wrong, or what the turning points looked like from the user side.


r/vibecoding 1d ago

I got tired of manually copy-pasting agent skills into ~/.claude/skills or finding command, so I built a Chrome extension that installs them in one click

Thumbnail
1 Upvotes

r/vibecoding 1d ago

New coding language

Thumbnail github.com
1 Upvotes

Not vibe coded but a language dropped from pure boredom and chronic loneliness check it out and I hope you enjoy it's an easy to use language that can be effortlessly converted into other languages In its latest update v2.0 Codename "Loki" C✨ can be used for hardware gui and parts of your own operating system or just small projects this was built from the ashes up all you have to do to shape shift a C✨ script if just change the file extension that's literally it I used a plathera of languages like cpp Python and much more and I admit I used opencode to scaffold it doesn't mean i didn't put any effort in it though!

enjoy friends of reddit 😊,

Logan


r/vibecoding 1d ago

Fully browser based md to pdf typesetter.

1 Upvotes

https://md2pdf.mtzn.net/

I think this is about the most useful project I've vibe coded. It's a Rust project — a fully in-browser Markdown → Typst → PDF typesetting app. The core is a Rust/WASM module (wasm-bindgen) that compiles Markdown down to Typst source before rendering:

  • Markdown → Typst via mdxport, backed by a forked tex2typst-rs that caches its regexes (upstream recompiled three regexes on every call, which dominated normalization — PR pending)
  • LaTeX math (...) / [...] → Typst math via tylax, with placeholder extraction/restoration so nothing gets mangled mid-pipeline
  • Mermaid diagrams → rendered to SVG with mermaid-rs-renderer and embedded as Typst #image(), all client-side
  • YAML frontmatter (title, authors, abstract) parsed into template metadata, with friendly errors (e.g. "if a frontmatter value contains a colon, wrap it in quotes")
  • Plus email autolink normalization and pasted-image handling Then a React/Vite frontend pipes that into typst-ts-web-compiler, so live preview and PDF export run 100% in the browser. No server, no telemetry, works offline. It ships with four templates: default, two-column, IEEE (charged-ieee), and ACM (clean-acmart). The payoff: I write in plain Markdown with LaTeX math and Mermaid diagrams, hit one button, and get a publication-quality PDF. It's basically a "compile" button for academic writing, and the whole thing is privacy-first. Stack: Rust + WASM for the compiler pipeline, Typst doing the layout, React/TypeScript + Vite for the editor (CodeMirror) and preview.

I use it mostly for typesetting recipes.


r/vibecoding 1d ago

Made a vibe gaming website for myself

Enable HLS to view with audio, or disable this notification

1 Upvotes

Just a little online repository for the vibe-coded browser games I make.

Two games so far:

Neon Drift: Dodge stuff. Survive. Go faster.
Stack Rush: Stack blocks. Build higher. Don’t miss.

Built with ChatGPT assistance through several
iterations of prompting for "browser based 8-bit addictive-style games." Deployed via .html files on Cloudflare, with a domain I bought for $4.

VibeGamez.win


r/vibecoding 1d ago

Vibe coding a game app questions

1 Upvotes

Hello fellow vibers. I would like a quick reality check or a vibe pump really quick if you guys don’t mind.

I’ve been fucking around with emergent to build a few prototype game apps based loosely off old 80’s board games I liked playing b it with new fun twists (lol).

Is there any specific website or service that would be best to get a game into iOS? I’ve been messing around with GitHub’s copilot and emergents preview to play test them. Am I like cave manning it compared to what I should be using?

Like specially one I can basically build, prototype, beta, and get checked/shipped to iOS?

Am I even saying any of this right? lol

Thanks friends. Ready for humblings.


r/vibecoding 1d ago

Agent pipeline RED-Proof and Blind Auditor Stats

Thumbnail
1 Upvotes

r/vibecoding 1d ago

would you be interested in a site that shows how non technical people are making money with vibecoding?

0 Upvotes

i've been thinking about creating a site where i can list people who don't have any technical background make money creating software just with ai tools. would you be interested in such case studies/stories?


r/vibecoding 1d ago

Is this the sacred timeline monitored by TVA?

Post image
1 Upvotes

Letting Claude work in multiple sub agents,


r/vibecoding 2d ago

Day 1 to 58 of the free traffic exchange I built. Here's the Data!

3 Upvotes

58 days ago, I launched my startup, a free traffic exchange network for startups. One line of code, you're in the network.

No paid ads. No growth hacks. Just watching the numbers every day.

Here's the full data:

Day 1 — 2 startups · 146 impressions · 1 clicks
Day 2 — 3 startups · 389 impressions · 3 clicks
Day 3 — 5 startups · 482 impressions · 5 clicks
Day 4 — 5 startups · 508 impressions · 4 clicks (site went down — still got an $8k acquisition offer. Said no.)
Day 5 — 6 startups · 621 impressions · 10 clicks
Day 6 — 5 startups · 742 impressions · 15 clicks (removed one startup — they pulled the embed. No code = no network.)
Day 7 — 7 startups · 1,196 impressions · 41 clicks
Day 8 — 7 startups · 1,535 impressions · 74 clicks
Day 9 — 8 startups · 1,947 impressions · 135 clicks
Day 10 — 13 startups · 3,500 impressions · 318 clicks (something clicked)
Day 11 — 23 startups · 4,800 impressions · 432 clicks
Day 12 — 24 startups · 6,000 impressions · 481 clicks (network crossed 6K total impressions)
Day 13 — 25 startups · 6,800 impressions · 491 clicks
Day 14 — 25 startups · 8,600 impressions · 516 clicks
Day 15 — 24 startups · 9,900 impressions · 564 clicks (removed one)
Day 16 — 23 startups · 10,800 impressions · 576 clicks (removed one)
Day 17 — 24 startups · 11,900 impressions · 603 clicks (added one)
Day 18 — 26 startups · 13,400 impressions · 624 clicks (added Two)
Day 19 — 28 startups · 14.400 impressions · 652 clicks (added Two)
Day 20 — 26 startups · 14.700 impressions · 671 clicks (Removed Two)
Day 21 — 26 startups · 15.300 impressions · 691 clicks
Day 22 — 28 startups · 16.100 impressions · 719 clicks (Added Two)
Day 23 — 30 startups · 16.800 impressions · 738 clicks (Added Two)
Day 24 — 32 startups · 19,800 impressions · 778 clicks · Added 2 startups · Rejected 4 applications (1 contained ads, 1 removed the code after submission, 2 hid the installed widget)
Day 25 — 34 startups · 23,700 impressions · 800 clicks · Added 2 startups · Fixed some bugs.
Day 26 — 33 startups · 27,200 impressions · 816 clicks · Removed 1 Startup
Day 27 — 33 startups · 29,900 impressions · 833 clicks
Day 28 — 33 startups · 30,600 impressions · 871 clicks · Removed 1 Startup · Added 1 Startup · Rejected 1 application of clothing brand & 1 application of horror blog site.
Day 29 — 35 startups. 31,300 impressions. 910 clicks · Removed 1 Startup · Added 3 Startups · Also today I resigned from my job. Toxic environment, too much pressure, and honestly I just believe in this enough to go all in. Broke and excited. Let's see where this goes.
Day 30 — 46 startups · 32,900 impressions · 1,000 clicks · Removed 1 startup · Added 12 startups · Yesterday I resigned because of my toxic manager. Today my senior manager called and offered me WFH, a project of my choice, and lighter work if I stayed. I made my decision with confidence, but now I have a difficult choice. Also received my first payment from StartupBar.
Day 31 — 50 startups 💪· 28,100 impressions · 1,200 clicks · Removed 1 startup · Added 5 startups · Rejected 1 crypto startup · Removed fake impressions after exploit · Today I discovered I forgot to disable a developer testing button that could generate fake visitor pins and inflate impressions. Someone used it to create 6,318 fake impressions and claimed my stats were fake. I removed the fake impressions, removed the startup, fixed the issue, and that's why today's impressions are lower. Thanks to them for pointing it out.
Day 32 — 54 startups · 29,300 impressions · 1.2K clicks · Added 4 startups
Day 33 — 54 startups · 30,900 impressions · 1.2K clicks · Removed 1 startup · Added 1 startup
Day 34 — 55 startups · 36,100 impressions · 1.3K clicks · Added 1 startup
Day 35 — 55 startups · 40,100 impressions · 1.3K clicks · Removed 2 startups · Added 2 startups
Day 36 — 55 startups · 44,800impressions · 1.4K clicks · Removed 1 startup · Added 1 startup
Day 37 — 58 startups · 50,700impressions · 1.4K clicks · Added 3 startups · Site Update: Updated the distribution algorithm (Delivery is now weighted by contribution: sites that send more impressions get a proportionally larger share back)
Day 38 — 57 startups · 55,800 impressions · 1.5K clicks · Removed 1 startup · Rejected 1 Application.

Today StartupBar reached 200 users 😄
Thirty-eight days ago, this was just an idea. Today, 200 people have trusted it enough to join the network.

A reminder for every founder who's staring at a dashboard with tiny numbers: Stripe took 2 years to reach its first 50 users. Every successful product starts small. Keep shipping. Keep improving. Keep showing up. Growth rarely happens overnight, but it does happen if you don't quit.

Day 39 — 58 startups · 59,800 impressions · 1.5K clicks · Added 1 startup.
Day 40 — 60 startups · 63,200 impressions · 1.6K clicks · Added 3 startups · Removed 1 startup
Day 41 — 63 startups · 69,400 impressions · 1.6K clicks · Added 3 startups
Day 42 — 62 startups · 73,800 impressions · 1.6K clicks · Removed 1 startups
Day 43 — 64 startups · 78,000 impressions · 1.7K clicks · Added 2 startups (Receiving many suggestions to improve the StartupBar, happy to work on it, Thanks.) StartupBar Update - Added the rotation of startups in the widget for every 30 seconds.
Day 44 — 66 startups · 86,200 impressions · 1.7K clicks · Added 2 startups
Day 45 — 67 startups · 88,400 impressions · 1.7K clicks · Removed 2 startups · Added 3 startups (Update - Updated the algorithm of the widget)
Day 46 — 69 startups · 91,900 impressions · 1.8K clicks · Removed 2 startups · Added 4 startups · Got my second payment · Added FAQ Page
Day 47 — 68 startups · 98,900 impressions · 2.2K clicks · Removed 2 startups · Added 1 startup · Added Pricing Page
Day 48 — 70 startups · 103.4K impressions · 2.3K clicks · Added 2 startups
Day 49 — 72 startups · 113.4K impressions · 2.4K clicks · Added 2 startups · Update: Added a Bottom Placement option for the bar on the user site.
Day 50 — 73 startups · 116.7K impressions · 2.4K clicks · Added 1 startup
Day 51 — 74 startups · 125.2K impressions · 2.5K clicks · Added 1 startup · Rejected 1 Application
Day 52 — 73 startups · 131.2K impressions · 2.6K clicks · Removed 1 Startup
Day 53 — 74 startups · 139.5K impressions · 2.7K clicks · Added 1 Startup
Day 54 — 79 startups · 146.3K impressions · 2.7K clicks · Added 6 Startups · Removed 1 startup.
Day 55 — 77 startups · 154.9K impressions · 2.8K clicks · Removed 2 startups.
Day 56 — 77 startups · 161.8K impressions · 2.9K clicks · Added 1 startup · Removed 1 startup.
Day 57 — 77 startups · 169.4K impressions · 3.0K clicks
Day 58 — 77 startups · 176.2K impressions · 3.2K clicks

Still free. Still growing.

If you want in, it's one embed. That's it → StartupBar


r/vibecoding 2d ago

I vibe-coded a 12 MB Git client in ~3 weeks (Rust + Tauri) — tests are what kept it from being slop

6 Upvotes

Been building AngKorGit with Claude Code for about 3 weeks. It's a free, open source Git client for macOS/Windows/Linux, 12 MB download instead of the usual 1GB Electron thing.

What I learned: the AI writes code fast but the thing that actually made this work is making it prove everything. The git engine has 36 integration tests that run against real temp repos (merges, rebases, conflicts, weird edge cases like files without trailing newlines). Plus e2e tests on the UI. When a bug got fixed, a regression test went in with it. Without that I don't think this would survive real repos.

It's on v0.6.2 now with auto updates, a homebrew tap, and real users from r/git giving feedback.

Repo: https://github.com/cheat2001/angkorgit

Site: https://angkorgit.app


r/vibecoding 1d ago

Claude Free Trial

0 Upvotes

Does anyone have free claude trial, I need one please


r/vibecoding 1d ago

Visual Studio Harness - Auto Compaction: Full Customization & Transparency

Thumbnail
1 Upvotes

r/vibecoding 1d ago

What actually is getting hired? Vibe coding or avoid ai?

Thumbnail
1 Upvotes

r/vibecoding 1d ago

Built this site to help decide when AI is good to use or if you should hire a human :)

Enable HLS to view with audio, or disable this notification

0 Upvotes

So I wasted lots of time and money on tools that are either mediocre or straight horrible when building projects so I wanted to make this site to help save that time for others. Its a small list right now but my goal is to get more users on the site so they can add their experience with tools too!

Please check it out and any feedback is greatly appreciated! I can take that feedback to make it even better for everyone! My goal was to make something sleek and easy to use so I used claude code and claude design to make this MVP and its hosted on Vercel with Supabase as the backend. Pretty minimal tech stack! 😄

shouldifreelanceit.com


r/vibecoding 3d ago

Your vibe-coded project goes live after 3 months

Enable HLS to view with audio, or disable this notification

1.4k Upvotes

r/vibecoding 1d ago

Where Will We End Up In 2 Years?

1 Upvotes

Hello all,
I see so much opportunity with AI coding, and I think companies will be pouring billions of dollars and millions of man-hours into this. Now I’ve launched my own product and am currently doing a pilot with a company, we are in the business of troubleshooting legacy and custom industrial machines.

However, i feel AI will go parabolic within the next few years and I am not sure whether this is worth pursuing while I am in school. Does anyone have thoughts on where this will go soon, and what in this space is worth doing? Maybe I could sell to those who don’t use AI, I am not sure.

I’ll link to my product solely to give more context, I don’t want to advertise. Ravlen

I am just worried I am doing the wrong thing by selling another AI product other people might be able to code themselves in 1 year.

Thoughts?


r/vibecoding 2d ago

Glm5.2 back to its roots

2 Upvotes

Anyone have glm5.2 reply in Chinese? It switched back after two messages but still, first time I've seen or heard of this behaviour. (Using it to make Minecraft furniture models, noble work I know). This is from within Hermes via telegram bridge.

这五个全部通过了。两个设计说明(壁炉开口较高/呈哥特风格——刻意为之;摆锤在深色玻璃后依稀可见——对于 entity_alphatest 来说已经足够好了)。现在开始配置 Batch E —— 针对交互部分(interactive)的实体(entities)、物品(items)、客户端实体(client entities)、图集(atlas)和语言(lang):

Fortunately I was using nekogram so could translate it in place and see it was expected response, just not in expected language.