请问HN:你们如何在自主型大语言模型编码循环中验证前端代码?

1作者: eugene-kim2 个月前原帖
代理编码循环在大型语言模型(LLM)能够运行测试以验证其工作的情况下效果很好。对于后端代码,这很简单——编写测试、运行测试、迭代。 对于前端工作,我还没有找到一个好的工作流程。我尝试过 Playwright MCP 和 Google Antigravity,它们与 Chrome 的集成效果参差不齐。 你是如何完成前端验证的循环的?
查看原文
Agentic coding loops work well when the LLM can run tests to verify its work. For backend code, this is straightforward - write a test, run it, iterate.<p>For front-end work, I haven&#x27;t found a good workflow. I&#x27;ve tried Playwright MCP and Google Antigravity which has a Chrome integration with mixed results.<p>How are you closing the loop on front-end verification?