# Marcus Okonkwo, VP of Engineering at Latterly (B2B SaaS, ~55 engineers) — read of project-setup-ai, May 8 2026

> 14 years building backend systems, last 4 managing teams. Currently drowning in a 47-page Confluence "Getting Started" doc that nobody reads and everyone blames when something breaks. Coaches U10 soccer Saturdays so I batch deep work on Thursdays.

## How I got here

Googled "automate dev environment setup new hire" on a Tuesday after spending 3 hours with a new backend hire who still didn't have working local Postgres by end of day. I was specifically looking for something that wasn't just another dotfiles manager or a Docker Compose wrapper. This came up on page two, below a bunch of Reddit threads.

## What I clicked first

The headline: "Deploy boilerplate, config, and team access in minutes, not hours." That's the exact problem. Not the solution yet, but at least they named the right pain. I stayed.

## Where I paused

The secrets management line inside the one-click provisioning row. "Scaffold dependencies, env files, CI/CD config, secrets management. All at once." I stopped here for a full minute. Either this is the thing I've been looking for or it's a checkbox feature that just creates a `.env.example` and calls it secrets management. There's no footnote, no "here's what we mean by that," nothing. At my company, secrets management has a specific meaning involving Vault or AWS Secrets Manager, and if this product just templates a `.env` file, that's not the same thing and could actually create a false sense of security for new engineers.

## What I distrusted

"Connect once, sync forever" under the integrations row. I've seen that exact phrasing on four other tools. It means nothing. What happens when my Vercel token rotates? What happens when we migrate from GitHub to GitLab mid-project? "Sync forever" is a promise that falls apart the moment anything in the environment changes, which is constantly.

Also: no screenshots. The entire product is described in a two-column table with no UI whatsoever. I don't know if this is a CLI, a web dashboard, a GitHub Action, a VS Code extension, or a SaaS platform I log into. The phrase "Get API key" in the nav suggests it's API-driven but that's the only hint. I genuinely cannot tell what I would actually be clicking or running.

"Built by Wishdeal Studio" at the bottom with a dot and "about" linked. That's it. No founder name, no company story, no "we built this because we were running 12 microservices and onboarding was killing us." Nothing that tells me a human with a real problem built this.

## What would convince me

One real walkthrough video, even 90 seconds, showing an actual engineer running the setup from zero and getting a working GitHub repo with CI wired up. Not a marketing animation. A terminal window. Real output. Real errors if they happen.

On secrets management specifically: a one-paragraph explanation of what that actually means in this product. Does it push to AWS Secrets Manager? Does it create a `.env` with placeholders and a doc? Does it integrate with 1Password? This is the feature that either makes this worth a meeting or puts it in the "cute but shallow" bucket.

A single case study from a team with more than 10 engineers, with specifics: "We were spending X hours per new hire on setup. After 3 months, it's Y." I don't need a logo wall. I need one number that came from a real team.

## What I'd ask in an email reply

1. When you say "secrets management" in the one-click provisioning feature, what specifically does that mean? Are you pushing secrets to an external vault, or generating placeholder files? And how does secret rotation work after initial setup?

2. What's the operational model when something changes mid-project? If we update our CI config or switch from AWS to GCP, do all the existing blueprints break, or is there a migration path?

3. Is there a self-hosted option or is this fully SaaS? We have a no-external-SaaS policy for anything that touches our secrets or repo config, so that's a hard gate for us.

## Verdict: on-the-fence

They named the right problem and the feature list is coherent enough that I believe someone actually thought about this. But the page is so light on specifics that I can't assess whether it's a real tool or a landing page in front of a prototype. The secrets management claim is the hinge point -- if that's real, I'd reply.

---
*Memo by skeptic persona, generated 2026-05-08. Studio breaks own self-grading loop.*
