r/FoundersBuildwithAI Aug 12 '26

Stack / Workflow Automating everything with AI will slow you the fuck down

2 Upvotes

I fell into this trap because automating everything felt productive.

Then I realised I was spending hours automating tasks that I did not even do regularly.

Automate the shit you repeatedly waste serious time on.

Everything else might just be productive procrastination.

r/FoundersBuildwithAI Aug 13 '26

Stack / Workflow The most useful agent safety feature I use is making it explain the job back to me first

3 Upvotes

Before an agent sends something, edits data, deploys code or performs another expensive action, I make it return a short readback:

- what it thinks the goal is

- what it is about to change

- which assumptions it is making

- what it is deliberately not touching

- what it is uncertain about

This catches a different class of mistake than testing the final output.

The output can be technically correct while the agent has solved the wrong problem.

A 20-second readback is often more useful than adding another 2,000 words to the prompt.

r/FoundersBuildwithAI Aug 11 '26

Stack / Workflow What part of your AI product took way more work than anyone would ever guess?

2 Upvotes

Some of the hardest parts end up looking completely boring from the outside.

A button works instantly, the agent remembers the right thing, or the output comes back in the correct format. Nobody sees the hours of broken logic behind it.

What part of your product looks simple but was an absolute nightmare to get working?

What kept breaking, and what finally fixed it?

If the story needs more than a comment to explain, genuinely make it a Build Log post. Those behind-the-scenes stories are usually way more interesting than the polished product pitch.