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

2mo ago

Do agencies really lose money to scope creep, or just complain about it?

I keep hearing the same story from friends running small web design, dev, and SEO agencies. A client emails something like "hey can you also add X" or "small tweak, shouldn't take long," and the team just does it, because pushing back over email feels awkward or not worth the friction. Multiply that by a year and it's apparently real money left on the table.

I'm trying to figure out if this is worth building into an actual product something that reads your signed scope of work, watches new client emails (read-only, nothing sent automatically), and flags requests that fall outside the contract, with a suggested charge and a drafted change-order email you review before sending.

Before I put real time into this, I want to sanity check it with people who've actually run agencies or dealt with scope creep firsthand.

Is this a recurring, quantifiable cost for you, or something people grumble about without it ever really hitting the P&L? Would you pay monthly for a tool that reliably caught it, or would it just become one more dashboard to ignore? And is email even where most of this happens, or is the real leakage in Slack threads and verbal "sure, no problem" moments on calls?

•

2mo ago

AI writing tools keep failing experts — is the voice problem actually solvable?

Been thinking about this a lot while building.

Most AI content tools get abandoned by the exact people they're designed for coaches, consultants, executives. Not because the writing quality is bad. Because it doesn't sound like them. So they don't publish it. Nothing changes.

The failure mode I keep seeing: every session starts from zero. The tool has no memory of how you actually think, what you'd never say, or what your audience needs from you specifically. Three months of "AI-assisted content" produces three months of competent posts that could have been written by anyone.

I've been building a solution to this a persistent voice model that carries your communication style across every generation session rather than resetting each time. But I'm genuinely curious whether others have found ways around this problem.

The customer interview question that gave us the most useful answers

For a long time, we asked people what features they wanted.

The responses were predictable:
More integrations.
More dashboards.
More automation.

Then we changed one question:

"What's the last task at work that made you think, 'There has to be a better way'?"

•

2mo ago

Is anyone else noticing traffic shift from Google to AI answers?

Curious if other founders/makers here are seeing this: a chunk of my own search behavior has quietly moved from typing something into Google to just asking ChatGPT or Perplexity directly, and getting an answer with no click to any website.

For anyone building a product with organic/SEO as a growth channel, has this shown up in your numbers yet? Or is it too early to tell?

Not trying to sell anything, genuinely curious how other builders here are thinking about it (if at all).

•

2mo ago

Solo-built a free app to 1,000+ downloads — what worked?

Hey everyone

I'm a solo developer and just crossed 1,000+ downloads on an app I built entirely on my own (Qibla Compass & Prayer Streak a free Qibla direction, prayer times, and Quran reader app for Muslims). No ad spend, no team, just building and shipping features based on what I'd want myself.

Now I'm at the "figure out growth" stage, and curious what's genuinely worked for other solo/indie makers here, especially for niche, non-SaaS products:

- Did ASO (App Store Optimization) actually move your numbers, or was it mostly organic community sharing?

The 3-second rule: How we reduced our SaaS loading time by 60% using smart caching

When building web applications, page speed directly impacts conversion rates. Research shows that every additional second of loading time can drop conversions by over 4%.

While developing our core dashboard features, we noticed our initial response times were creeping up to 2.8 seconds mainly due to complex database queries and unoptimized assets.

Here are 3 quick optimizations that brought our page load time down to under 1 second:

1. Redis Caching for User Data: Cached non-critical session data and frequent query results instead of fetching directly from the database on every route change.

•

2mo ago

How do you know what needs your attention today, across more than one business?

I keep noticing the same pattern when I talk to people running hospitality, care homes, cleaning companies, agencies, or any business with more than one location. The dashboards exist. The reports exist. There is still a gap between having the data and actually knowing what to act on this morning.

For those of you juggling more than one location, or a few different businesses at once, what is currently working for you. Not the tool with the most features, the thing that actually tells you where to look first.

What actually breaks HubSpot contact imports (notes from building a preflight checker)

I spent the last few months encoding HubSpot's contact import rules into a checker, and the list of things that actually go wrong turned out shorter and dumber than I expected. Sharing the categories in case it saves someone a re-import.

What keeps showing up:

1. Missing identity field. No email and no record ID means nothing to dedupe against.

2. Mixed date formats inside a single column. One column with 2026/03/11 sitting next to 11-03-2026.

•

2mo ago

Where do you promote iOS apps organically without paid ads?

Paid UA is out of scope for me right now. I am talking pure organic: communities, directories, newsletters, review sites, social, anything that actually moved the needle for you.

What has worked (or clearly not worked) in your experience? Even rough notes help, like which channel, what kind of app, and whether it was a one-off spike or steady traffic. Looking for concrete channels, not growth-hack lists.

•

2mo ago

Quick behind-the-scenes story since we just launched today.

My content pipeline runs on n8n + Claude, fully automated. A few weeks ago I discovered it had been silently publishing near-duplicate versions of the same article for 25 straight days no errors, no alerts, everything looked successful in the logs.

Root cause: the automation checked for the literal text published in a spreadsheet cell instead of reading the actual row state, so every article looked unpublished to it forever. Fixed it with a real similarity check before anything goes live now.

The thing that stuck with me: automation failures like this don t look like failures. Everything succeeds, logs are green, and you only notice if you actually look at the output.

Curious if others building with automation/AI pipelines have run into the same kind of technically working but silently wrong failure.

First
Previous
•••
351352353
•••
Next