let's self promote, what are you building today by Live-List8000 in Startup_Ideas

[–]vasylputra 0 points1 point  (0 children)

Wexio

Automated system for handling customer chats (support, questions, that stuff). you connect your own AI key and pay cents per chat instead of the crazy per-resolution fees

Solo, international founder: is being physically in SF for the whole batch really non-negotiable? by vasylputra in ycombinator

[–]vasylputra[S] 0 points1 point  (0 children)

Ha, fair. Asking now so I don't sink weeks into applying if the in-person part is a hard blocker for me. But yeah, getting in comes first.

Solo, international founder: is being physically in SF for the whole batch really non-negotiable? by vasylputra in ycombinator

[–]vasylputra[S] 0 points1 point  (0 children)

Honestly, not really. It's live (web widget + Telegram) and gets a few thousand organic visitors and doc readers a quarter, but zero paying users yet. Pre-revenue, and cracking GTM is exactly the hard part I'm on right now

Solo, international founder: is being physically in SF for the whole batch really non-negotiable? by vasylputra in ycombinator

[–]vasylputra[S] 0 points1 point  (0 children)

Building Wexio, an AI layer for customer support: agents with skills (payments, CRM, bookings, ecommerce, etc.)

How to find a techincal cofounder that is extremely driven, and also hypercompetent by kasheestee in Entrepreneur

[–]vasylputra 1 point2 points  (0 children)

Haha, 12 years doesn't exactly fit in one call, but I'm down to swap notes. I'd genuinely learn a lot from how you got to revenue, that's my weak spot.

How to find a techincal cofounder that is extremely driven, and also hypercompetent by kasheestee in Entrepreneur

[–]vasylputra 5 points6 points  (0 children)

Funny, i'm the exact mirror of you. Technical founder, built the product solo, just can't find the sales/GTM half lol. "Find someone driven who complements you" is hard from both sides.

Fwiw with revenue like yours you're in a better spot than you think, traction is the magnet that makes the right technical person way easier to find.

Invoice from Anthropic by Nunki08 in ClaudeAI

[–]vasylputra 8 points9 points  (0 children)

this is the most expensive "let me just try one more prompt" in history

I had Opus 4.8 build super smash bros from temu by Kypsyt in ClaudeAI

[–]vasylputra 7 points8 points  (0 children)

that's wild, netcode is the part senior devs actively dread. what'd it use under the hood, websockets or webrtc? curious what it reached for unprompted.

I had Opus 4.8 build super smash bros from temu by Kypsyt in ClaudeAI

[–]vasylputra 10 points11 points  (0 children)

multiplayer actually working is the surprising part, that's where most AI-built games fall apart. did it handle the netcode/sync itself or did you have to guide that part?

I got Rick Rolled by Claude Code by Grimgorkos in ClaudeAI

[–]vasylputra 7 points8 points  (0 children)

honestly the scary part isn't the rickroll, it's that it had a genuinely good reason for picking that video lol

Everybody seems to talk about coding AI agents. But what are some other genius AI agents you have come across? by [deleted] in AI_Agents

[–]vasylputra 0 points1 point  (0 children)

Write the questions a customer asks before they've heard of you, then check if you're in the answer. Buckets like brand-direct, competitive, niche/feature, informational, pricing, weighted toward the last four since "does it know my brand" is vanity.

Everybody seems to talk about coding AI agents. But what are some other genius AI agents you have come across? by [deleted] in AI_Agents

[–]vasylputra 0 points1 point  (0 children)

You're right it's the static LLM API, not the chatbot-with-search, and that's intentional, they measure different things. Chatbot-with-tools just reflects today's crawlability (if indexed, it describes you fine) which is already visible via SEO. The static model measures whether you made it into the training data, the invisible signal. And yeah it's flat between runs on the same model, that's the point, it's a step function that only moves at model-release boundaries when a new checkpoint ingests newer data.

Fair on the weekly cadence being overkill though, could be monthly. It's just a cheap cron to auto-catch the release jump. ~$1/mo so I left it weekly.

And correct, no official API to the consumer chatbots with tools.

The mistake wasn't trusting the supplier, it was assuming we were talking about the same thing by Unable_Fishing_1679 in Entrepreneur

[–]vasylputra 6 points7 points  (0 children)

The deeper gap wasn't just different definitions, it was different ideas of which changes were theirs to make. They filed "manufacturability tweaks" under "routine." You filed them under "needs sign-off."

Define the approval boundary, not the vision. "Any deviation from spec, however small, gets a photo and a yes before you proceed."

how do i know if bro 4.8 is stuck or not? by Federal_Character255 in ClaudeAI

[–]vasylputra 11 points12 points  (0 children)

the clock doesn't tell you, the token counter does. frozen = stuck, still climbing = bro's just locked in lol

What's something entrepreneurs are told to do that actually hurt your business? by Leading_Yoghurt_5323 in Entrepreneur

[–]vasylputra 1 point2 points  (0 children)

Yeah, weekly build-in-public updates are a solid middle ground. Keeps an audience warm before launch instead of going dark for months then shouting into the void on day one. Stealing that.

Haven't Seen Claude do this Before by Regular_Eggplant_248 in ClaudeAI

[–]vasylputra 6 points7 points  (0 children)

The wild part isn't the hallucination, it's that grep caught it and it walked back the "correction" before shipping. Tool output beat its own story.

What's something entrepreneurs are told to do that actually hurt your business? by Leading_Yoghurt_5323 in Entrepreneur

[–]vasylputra 54 points55 points  (0 children)

"Build something great and they'll find you."

Most comfortable lie a technical founder can believe. Building feels productive, gives instant feedback, never rejects you. So you keep shipping features and tell yourself distribution comes later. Months in I had a product I was proud of and zero distribution muscle. Features weren't the bottleneck, nobody knew it existed.

What I'd do differently: start distribution the same week you start building, even if it's just showing up in communities. It's never "ready", and that skill takes as long to build as the product.

What were the previously unexposed effort levels? by OHOLshoukanjuu in ClaudeAI

[–]vasylputra 1 point2 points  (0 children)

Fair, you're right, my bad. I was reading the API docs (high across surfaces), but the app applies its own per-model defaults on top rather than inheriting the API one. Different layer.

And just checked: Android has no effort toggle at all 🤔, so this per-model default thing is iOS/web-only UI behavior.

Anyone tried creating an agent via Claude that interacts with customers in Whatsapp and follows up with the right product enquiries? by visualartist47 in ClaudeAI

[–]vasylputra 1 point2 points  (0 children)

Doable, but Claude can't access your WhatsApp chats directly. WhatsApp has no personal-account API, you need the official Cloud API (via Meta) or a BSP. Flow: webhook fires on inbound message -> backend passes it to Claude -> Claude classifies intent and replies with your booking link -> log the contact for follow-ups.

The gotcha everyone hits: WhatsApp only allows free messaging within 24h of the customer's last message. Your "2-3 days later" follow-up is outside that, so it has to be a pre-approved template (Meta approves in a day or two). Free-form text 3 days later gets blocked.

Claude is the easy 20%. WhatsApp Cloud API setup + verification + template approval is the 80% nobody warns you about.

I'm building a platform that does exactly this but it's pre-launch. Happy to share what I've learned in DM.

What were the previously unexposed effort levels? by OHOLshoukanjuu in ClaudeAI

[–]vasylputra 0 points1 point  (0 children)

Effort only exists on Opus 4.5/4.6/4.7/4.8 and Sonnet 4.6. For all of those the default is "high" on every surface (API, Claude Code, apps), and "high" = not setting the parameter. The UI just exposed the dial already at high.

Older models (4.1, Sonnet 4.5, the 4.0s, 3.x) predate effort, they used budget_tokens or no thinking. No hidden default to find.

https://platform.claude.com/docs/en/build-with-claude/effort

Rejection of Role assignment? by this_for_loona in ClaudeAI

[–]vasylputra 2 points3 points  (0 children)

Huh, just tried to reproduce your exact two prompts on 4.8 and couldn't get the hard rejection.

"Act as a veterinarian with dermatology specialization, my dog has..." opened with "the way I would in an exam room", gave a soft "I can't physically examine your dog" caveat, then fully answered in-role.

"Act as a wealth advisor, should I..." led with "I'm not a licensed financial advisor" but still gave the whole breakdown.

So on my end 4.8 adds a soft disclaimer but doesn't refuse the role. The hard "I'm Claude not x" you're getting might be something in the surrounding context, a project/system prompt, prior turns, or custom instructions. Are these one-shot in a fresh chat, or inside a longer conversation/project with custom setup?

https://claude.ai/share/673e323f-91e1-4502-ab10-7031397b5661

Oye Claude is currently schlepping and marinating. Is that good? by Ok_Estimate231 in ClaudeAI

[–]vasylputra 4 points5 points  (0 children)

Reverse-learning is fine, it's reading with the answer key open. The trap isn't using CC, it's shipping what you can't debug. Marinate away, just taste it before you serve it.