FeedLaunchesDiscussionsOpportunitiesToolkits New Members
Luiz Mendoca
Luiz Mendoca@luis
0Products

Head of Engineering Replicate

Training model on replicate, Head of Engineering

Espanol Joined 4 months ago

Luiz's Posts (2)

Luiz MendocaLuiz Mendoca·2d
resource
5 things I check before letting an AI-generated app touch production.

I spent years as an engineer and later led engineering at Replicate. AI has completely changed how quickly we can build software, but fast code generation doesn't automatically mean production-ready software. These are the five things I check: 1 Can I explain the architecture? I don't need to understand every line, but I should know how data flows, where business logic lives, and how the major pieces connect. Can I break the happy path? I test failed requests, empty states, duplicate actions, refreshes, timeouts and unexpected inputs. AI is very good at making the happy path work. Are permissions actually secure? Being logged in doesn't mean a user should have access to everything. I check authentication, authorization, database policies and whether users can access someone else's data. What happens when something fails? APIs will timeout. Databases will have problems. Requests will fail. I want proper error handling, useful logs and sensible recovery instead of a blank screen. What happens at 10x usage? I look for obvious problems like expensive database queries, unnecessary API calls, huge files and operations that could become expensive as usage grows. I don't expect AI-generated software to be perfect. The real question is whether the founder understands enough of what was built to operate it responsibly. AI can absolutely help you ship production software. But “the AI said it was finished” isn't a production checklist.

Luiz MendocaLuiz Mendoca·4wk
discussion
I think I spent too much time building

I looked at my last 30 days and realised almost all of my time went into adding features nobody asked for. Meanwhile, I barely spent any time actually talking to potential users. I'm changing that this month and I'm curious if anyone else has had the same experience. At what point did you realise building more wasn't going to solve your growth problem?