General
p/generalShare and discuss tech, products, business, startups, or product recommendations
trending

7d ago

How do you know when to keep going?

One thing I ve found hard while building a SaaS is knowing when slow progress is normal and when it s actually a sign that something needs to change.

Some weeks you ship things, fix bugs, improve the product but the numbers barely move.

It s easy to look at that and think, "maybe this isn t working."

But sometimes you just need more time. Other times, you probably need to change something.

2mo ago

What's the best thing a customer has ever said about your product, and how did you actually get it?

Almost every founder I know has one line from a customer that's better than anything they'd have written themselves. Usually it's the oddly specific one. The bit you'd never have thought to claim about your own product.

What I find interesting is how those actually arrive, because it's almost never the polite follow-up email asking for a testimonial. Mine turn up by accident. Someone says it in passing at the end of a call, or drops it into a support thread, and if you don't catch it right there it's gone for good.

29d ago

Experimenting with MCP servers to extend an agent — my honest take

Spent the last stretch wiring MCP servers into an agent product instead of hand-building every integration. The pitch is great in theory: paste a URL, click connect, tools show up as a checklist.

In practice it's been a mixed bag. Some servers are exactly as plug-and-play as advertised. Others expose tools that don't match how the underlying API actually behaves, so the agent confidently calls something that returns garbage, and you don't find out until you're debugging why a real user got a wrong answer.

Ended up hand-building the connectors that really matter (the ones where getting the semantics wrong costs someone money) and using MCP purely for the long tail where "mostly works" is good enough.

Anyone else gone deep on MCP servers? Curious if others found the same gap between the demo and production, or if I just hit unlucky servers.

Notion or Coda which one did you actually stick with?

I've gone back and forth between these two more times than I should probably admit.

Coda always pulls me in because I can make tables, buttons, little automations, etc. It's fun until I've somehow turned a simple notes system into a project of its own.

Then I go back to Notion because I just want to write things down and find them later.

And then, inevitably, I miss something Coda did better.

8d ago

Do people still use read-it-later apps?

I used to save everything.

I'd see an interesting article and immediately save it because obviously I was going to read it later.

Except "later" apparently never came.

I've mostly gone back to bookmarks and open tabs now, which isn't exactly a great system either.

8d ago

Where a model's reasoning lives now, and what you get to see of it

We read both vendors' documentation and the recent work on looped transformers with three questions: what does a model's reasoning cost, what can you steer, and what can anyone read afterwards. The answers sort into three places.

On the page, as visible text. You pay the output rate, you steer it with the prompt, and you can read it, though studies show these visible traces are often unreliable.

Off the page, as hidden tokens. The example in OpenAI's own guide shows 1,186 output tokens charged, 1,024 of them reasoning; you pay for every one and the text stays with the vendor. Anthropic's docs show the same: you're billed for full thinking tokens whether shown or not. The rate is the same, the steering is an effort knob in place of a prompt, and what you can read is at most a summary. The exact count is in the usage object, and on the newer models earlier turns' hidden reasoning stays in context and is billed again as input.

Inside the network, as extra passes through the same layers, which is what recurrent depth means. Compute rises per token, the token count does not move, and there is no text for anyone to read, the vendor included.

2mo ago

How do you manage large personal archives that you rarely access?

I have accumulated years of photos, videos, documents and other files across multiple drives.

The problem is that cold storage is cheap, but browsing and searching old data is painful.

A full backup keeps everything, but you often don't know what is inside without connecting the original storage.

I'm curious how people manage large personal archives:

3yr ago

How to find as many potential users as possible?

Please write down your suggestion, thank you.

9mo ago

At what point does a side project stop being “just a side project”?

Many products start as experiments built at night or on weekends.

At first, there s no pressure just curiosity and momentum.

But at some point, expectations creep in: users, revenue goals, support, roadmap decisions.

First
Previous
•••
190191192
•••
Next