Auto-Detect vs Explicit Config in Deploy Platforms — Where Does “Magic” Break at Scale? #1
Replies: 2 comments
-
|
One thing I’m debating hard: Should the system ever silently guess if confidence is < 80%? Or should it always surface uncertainty to the user? Feels like:
Curious how others have balanced this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Another angle: Would you rather debug: I’m starting to think B is way more frustrating, even if A requires more upfront work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m building a deploy platform that auto-detects frameworks (React, Next.js, Node, static, etc.) and configures builds with zero setup.
This is the core tension:
Option A — Heuristics (auto-detect everything)
Option B — Explicit Config
The real question:
Where does “magic” break?
At small scale, heuristics feel amazing.
At large scale, edge cases pile up:
Proposed hybrid (what I’m leaning toward):
Goal:
Questions for people who’ve built or scaled infra (Vercel, Netlify, Railway, internal platforms):
Looking for real-world scars, not theory.
Beta Was this translation helpful? Give feedback.
All reactions