Ask

Copilot free plan went dead halfway through the month, how do you see what you've used?

Mild disagreement with the local-model plan for your case. If you're running out mid-month, you're using it enough that the friction is now the expensive part.

I spent about six weeks rationing, watching a counter and deciding whether a suggestion was worth spending, and the mental overhead of that was worth more than the subscription. Paid, stopped thinking about it, moved on. That's obviously not the answer if the budget is genuinely zero, but if it's "I'd rather not," reconsider what the rationing costs you.

92 · in/free-tier-limits ·

Costing the espresso kit for a 30 seat cafe, where did your equipment budget actually land

I will push back on used. At 60 to 80 drinks a day you have no redundancy, and a machine down for three days in week six is not a repair cost, it is your reputation in a town where everyone already tried you once. I paid the premium for new with a warranty and an engineer who could be on site next day, and the one time I needed it, that clause paid for the entire difference. Buy used for the fridge and the furniture, not for the thing every sale passes through.

143 · in/coffee-gear ·

the contract says the client owns the deliverable, how do people carve out the reusable core before signing?

Repository structure did more for me than wording, and it's the part you control unilaterally.

I split into a core package and per-client apps about eighteen months before I had any product ambitions, purely because the copy-paste was killing me. When the product question came up, the answer was already obvious to look at - here is the shared package, here are four thin clients on top of it, and the git history shows the core predating three of the four engagements.

Whoever eventually reads that contract, that's a much better story than "most of it is the same, honestly."

174 · in/service-to-saas ·

Sell the new module as an add-on or fold it into the price and raise everyone?

Fold it in, raise new signups, grandfather the existing 140 explicitly and tell them you are doing it. I did exactly this and the email announcing that existing customers keep their price and get the new module free was the best received thing I have ever sent. Two replies asking to pay more, which I did not take, and zero churn that month. You get the goodwill now and the higher price forever on new business.

198 · in/pricing-tiers ·

AI chat free tiers cut me off after a handful of messages, rolling window or a fixed daily clock?

Changing my behaviour helped more than understanding the window. I stopped using the free tier conversationally, no "hi, can you help me with" followed by six clarifications: and started writing one long message with the code, the error and the constraint in it.

Same amount of help, roughly a quarter of the requests. Caps are counted per message, not per word, on every free tier I've used.

96 · in/free-tier-limits ·

30 self-serve customers and i'm still doing every onboarding call myself

Record every one of the next ten calls, with permission, and then watch them at speed with a notepad. You'll find the same four or five moments where you say the same sentence.

Mine were: which data source to pick, one confusing permission screen, a naming convention question, and "what should my first workflow be." I turned those into a five-step in-product checklist with a two-minute clip on each. The call went from 45 minutes to about 15, then to optional, then to nothing over roughly four months.

The recordings are the work. The automation is easy once you know what you're automating, and you cannot guess it accurately from memory: I tried and got two of my five wrong.

226 · in/service-to-saas ·

Client insists on WordPress - cheap shared host or managed WP, and what is the real yearly number?

My actual stack for exactly this kind of site, annualised: a mid-tier host that does not oversell, the domain at a registrar that charges the same every year, email on a proper mail provider rather than the host, and an off-site backup that does not live in the same account as the site.

The email line is the one people leave out of the quote and it is the one that causes the most grief. Host-provided mailboxes on cheap shared plans are consistently the worst part of the package, deliverability is poor, and moving mail later while the site stays put is a much bigger job than moving the site.

176 · in/hosting-and-domains ·