TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Foyle: You build it, AI should run it

26 点作者 sourishkrout7 个月前

5 条评论

from-nibly7 个月前
&gt; As developers today, we often know what we need to do but struggle with the how; [deplyment commands, permissioning commands] ... Foyle solves this problem by turning your intent into executable commands.<p>In my experience, no developers don&#x27;t know what they need to do. They have an app that does stuff on their laptop. Between that and production they often have no clue.<p>Infra is plumbing, and plumbing is contextual details. These details are the very specific things that an LLM doesn&#x27;t have access to.<p>The fact that there is a Palo firewall between two subnets means deploying your app isn&#x27;t a kubectl away. The fact that DNS goes through another team means routing myapp.mycompany.com requires a jira ticket. Heck the fact that you use istio means ingress works completely differently.<p>How does foyle address these kinds of issues?
评论 #41869904 未加载
tivert7 个月前
&gt; Foyle is an AI that helps developers operate their software by using LLMs to translate intent into action.<p>&gt; ...<p>&gt; As developers today, we often know what we need to do but struggle with the how; [deplyment commands, permissioning commands] ... Foyle solves this problem by turning your intent into executable commands.<p>Honestly, this seems like the wrong solution to badly designed UIs. Either foundational UIs should be improved so people can actually use them, or a restricted but easier-to-use UI designed with a straightforward translation layer onto the foundational ones. &quot;I don&#x27;t know what I&#x27;m doing, so I&#x27;ll use an LLM to give me commands I lack the competence to review,&quot; seems like a <i>massive</i> footgun.<p>There are some good ideas like here, like &quot;Self-Documenting Operations: By capturing the intent (in markdown) and the actions (in code cells), Foyle creates comprehensive, executable documentation of your infrastructure operations,&quot; but they seem more like good commenting practice rather than what this is.
评论 #41864421 未加载
dang7 个月前
Is this your project? If so, we should make it a Show HN! <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;showhn.html">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;showhn.html</a>
punduk7 个月前
i laughed out loud when i saw this page <a href="https:&#x2F;&#x2F;foyle.io&#x2F;docs&#x2F;getting-started&#x2F;k8s&#x2F;" rel="nofollow">https:&#x2F;&#x2F;foyle.io&#x2F;docs&#x2F;getting-started&#x2F;k8s&#x2F;</a>
评论 #41864057 未加载
1122337 个月前
People seem very negative about this in the comments. How is this worse than asking internal chat &quot;how do I h.f. rem peak by constantly fromaging the bitumogenous spandrels?&quot; and then pasting whatever response after checking it briefly for typos and sanity?<p>Especially when tools like git, ffmpeg, podman etc. each require separate degree in writing correct command line invocations?
评论 #41868102 未加载