展示HN:Claude Code前端通过确定性基础设施后端部署到GCP
我一直在探索基于大型语言模型(LLM)的开发者工作流程,并构建了一个演示,其中Claude Code充当基础设施的Replit风格前端。
- 你在Claude中写一个提示
- Claude生成一个工作负载规范
- Humanitec接收该规范,并通过Terraform确定性地将基础设施部署到GCP
- 应用程序在不到1分钟内启动——无需管道,无需DevOps工单
后端是政策执行的,专为企业用例构建(被苹果、ABB等大型组织使用),但这个流程对开发者或代理来说感觉就像魔法一样。
演示视频: [https://www.youtube.com/watch?v=jvx9CgBSgG0](https://www.youtube.com/watch?v=jvx9CgBSgG0)
代码库: [https://github.com/DemoKaspar/vibe-coding-template](https://github.com/DemoKaspar/vibe-coding-template)
我很好奇其他人是如何看待以代理为先的基础设施的。你会添加/改变什么?
查看原文
I’ve been exploring LLM-driven developer workflows and built a demo where Claude Code acts like a Replit-style frontend for infrastructure.<p>- You write a prompt in Claude
- Claude generates a workload spec
- Humanitec receives the spec and deterministically deploys infra to GCP (via Terraform)
- App is up in under 1 minute — no pipelines, no DevOps tickets<p>The backend is policy-enforcing and built for enterprise use cases (used by large orgs like Apple, ABB, etc.), but the flow feels like magic for devs or agents.<p>demo: <a href="https://www.youtube.com/watch?v=jvx9CgBSgG0" rel="nofollow">https://www.youtube.com/watch?v=jvx9CgBSgG0</a><p>Repo: <a href="https://github.com/DemoKaspar/vibe-coding-template" rel="nofollow">https://github.com/DemoKaspar/vibe-coding-template</a><p>Curious how others are thinking about agent-first infrastructure. What would you add/change?