Yahya Rogers

Yahya Rogers

Quality Assurance Tester

About

I check software from every angle to catch issues before users see them. I report bugs in a way that developers can understand quickly.

Badges

Tastemaker
Tastemaker
Gone streaking
Gone streaking

Forums

What are you working on and why?

Why did you pick the SaaS / the niche that you picked? Do you have a vision of something that should exist?

Did you have a personal problem that you solved for yourself and now turned into a SaaS?

18d ago

The metric that actually matters in a small service business never seems to make it onto a dashboard

I have run a software company, a care home, and a cafe at different points, sometimes more than one at once. None of the numbers I actually watched closely lived in a report. Revenue and margin mattered, obviously, but the thing that actually kept me up was smaller than that, a client who had gone quiet, a shift that was one call away from falling apart, a lead I told myself I would follow up with and then did not. None of that shows up on a P&L until it already cost something.

Curious how other people running a small or solo operation actually track that layer. Do you keep it in your head, write it down somewhere, or has anyone found something that actually surfaces it before it becomes a problem?

21d ago

Anyone else building AI features without relying on external LLM APIs?

Hi all, there's a distinction I keep thinking about: apps built with AI (Cursor, Claude, Copilot writing the code) vs apps that depend on AI APIs at runtime to function.

I'm in the first camp. I used AI-assisted coding heavily to build Briskly (a cleaning app that scans your room and generates a timed task list), but the app itself makes zero LLM API calls. The scanning runs on Apple's Vision framework, entirely on-device. No tokens, no per-user inference costs, no latency, works offline, and my privacy label is basically empty.

View more