Yash_sinha

Yash_sinha

UI/UX meets AI-powered product building

About

A community for exploring UI/UX design, AI tools, vibe coding, and prompt-driven product building — from early ideas to real digital products.

Badges

Gone streaking
Gone streaking
Gone streaking 5
Gone streaking 5

Forums

1mo ago

Your AI coding tool keeps spawning clones of itself. Here's what that button actually does

If you use any of the current coding agents you've seen it: you ask where something lives in the codebase, the tool announces it's "spawning an explore agent", goes quiet for a minute, and comes back with a tidy two-sentence answer. The feature usually gets explained as teamwork, which hides the useful part.

The clone is a disposable context window. Your agent's memory is finite and expensive everything it reads stays in its working memory and gets re-billed on every turn after. So instead of reading 60 files into its own head, it forks a copy. The copy reads the 60 files (59 of which turn out to be dead ends), reports back two sentences, and gets deleted. The dead ends never touch your main session. That's the entire feature, and most of what people call "multi-agent" is this trick applied repeatedly.

The catch: the clone knows nothing you didn't write down. It can't see your conversation. The library you rejected an hour ago, the API version you're pinned to, the thing your teammate said in standup all invisible unless the delegation prompt spells them out. Which is why fan-out works great for reading and searching, and keeps failing for parallel writing: two clones writing code make small conflicting decisions about naming, style, and edge cases, nobody wrote the assumptions down, and the merge is where it dies.

Cost reality check, since this is the part nobody quotes: Anthropic's engineering blog put agents at roughly 4x the tokens of a chat session, and multi-agent systems at roughly 15x. Parallel intelligence is something you buy. A deep audit of an unfamiliar codebase can be worth 15x. A typo fix can't.

Your users prefer the AI that agrees with them. That's the trap you have to design against.

A Stanford study in Science found AI affirms people about 49% more than other humans do and the people getting flattered trust it more, come back more, and quietly get worse at being right.

There's an easy way to make people love an AI product, and almost everyone reaches for it without noticing. You make it agree with them. Not obviously you'd never ship a bot that just says "you're right." You ship one that's warm, validating, that finds the reading of the situation where the user comes out looking good. It tests well. People like it. The thumbs-up rate goes up. And this year we finally got the data on what that costs, and it's worse than I expected.

3mo ago

What are the 5 tools you simply couldn't do your work without?

This could be related to your industry, or even a side project you're working on.

Here are my 5 (I couldn't function without them):

  1. Grammarly proofreading my texts, not just posts, but also client communication

  2. ChatGPT / Claude mostly brainstorming, help with copy, and summarising

  3. Figma I can put the basic graphics together quickly.

  4. Translator sounds incredibly old-school, but English is not my mother tongue

  5. Gmail and not only for communication, but also for storing ideas and sending myself email reminders for posts

View more