13 ms·
it's definitely vibe coding pushing half-backed llm code strait to prod without proper feature flags or automated rollbacks. Everyone is shipping faster but the
by Jlepo 3mo ago
it's definitely vibe coding pushing half-backed llm code strait to prod without proper feature flags or automated rollbacks. Everyone is shipping faster but the guardrails just aren't there yet
- devilsdata 3mo agoI'm just dipping my toes into AI. What prospective guardrails are being considered or used?
- atmosx 3mo ago> What prospective guardrails are being considered or used? The parent mentioned two: (1) feature flags, (2) rollbacks. You can add tests in CI, etc. YMMV. The LLM will do that if you ask it. But someone needs to spent time on it, test, etc. And most engineers don't get paid to ship tests / feature flags / rollbacks ... they get paid to test features. "It's all the same, only the names have changed..." - JBJ
- throwaw12 3mo ago> What prospective guardrails are being considered or used? The most important guardrail we are using at the moment is: "Make no mistake" /s