请问HN:有没有一种人工智能机器人,能够像文学编程中的构建步骤那样工作?

3作者: bryanrasmussen大约 2 个月前原帖
我在编写聊天机器人的过程中感到失望。我希望能够实现以下功能:<p>我写一个文件,在文件中注释我期望代码在此时此刻应该执行的内容。当我运行代理以构建或编译这些描述时,<p>它当然应该提供我所列出的功能。如果它觉得有必要创建我未指定的其他代码部分,它应该注释说明为什么做出这个决定,以及它所生成的代码的作用。<p>从本质上讲,我希望有一个代理,能够让我以一种文献编程的方式来处理非文献编程的工作流程。https://en.wikipedia.org/wiki/Literate_programming<p>如果你有一些想法可以帮助我实现这个目标,请分享。如果你认为永远不可能产生这样的东西,也请告诉我(尽管我认为这是可行的)。<p>请注意,我不想要一个在我输入时进行交互的机器人,我想要一个人工智能构建步骤。为什么?因为我打字非常快且没有错误,早年我曾做过数据录入工作。交互式机器人让我变慢,而且大多数时候输入效果不佳。<p>我敢打赌这可能是可行的,很多人可能会想,为什么这个家伙不直接做X或Y,但问题在于——到目前为止,我所经历的都是不令人满意的交互式机器人,而在研究这个问题时,世界上最受欢迎的搜索引擎也让我感到失望,所以希望这里的人能解释一下如何才能实现我想要的。
查看原文
My experiences with coding chatbots has been underwhelming. What I would like is something that works like the following:<p>I write a file with comments in the file of what I expect the code to be doing at this point in the code. When I run the agent to build or compile these descriptions<p>it should of course provide the methods outlined, if it feels the need to create other parts of the code than what I have specified it should make comments about why it decided this and what the code it makes does.<p>Essentially I want an agent that allows me to approach non-literate programming in a literate programming manner&#x2F;workflow https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Literate_programming<p>If you have some ideas as to how I can get to this please share, if you think it will not ever be possible to produce something like go ahead and share that too (although I think it should be)<p>Note I do not want an interactive bot doing stuff WHILE I type, I want an AI build step. Why? Because I type really quick without errors having worked as a data entry guy in my early 20s. The interactive bots make me slower and generally don&#x27;t have good inputs most of the time.<p>I bet this is probably doable and a lot of you are thinking why doesn&#x27;t this guy just do X or Y, but that&#x27;s the thing - all I&#x27;ve experienced so far is the non-satisfactory interactive bots, and researching the matter the world&#x27;s most popular broken search engine has been unsatisfactory, so hopefully people here can explain what to do to get what I want.