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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Intents: The Endgame for Computing Interfaces?

36 点作者 dpim8 个月前

7 条评论

dpim8 个月前
Since coding with Cursor, I’ve spent a lot of time thinking about how much computing interfaces have changed in such a short period of time.<p>Just as we saw a paradigm shift from imperative to declarative interfaces, LLMs have opened the door to new kinds of interfaces.<p>Intent-driven interfaces are already everywhere - from AI assistants processing raw data, to Arazzo for defining how APIs map to human-scale workflows, to agents capable of handling complex tasks.<p>While the doomer view is “robots will take all our jobs”, my optimistic take is we finally have a human-centric way of interacting with machines and it’s going to supercharge our abilities
评论 #41539619 未加载
skratlo8 个月前
Gave me a good laugh, it&#x27;s like when they were envisioning flying cars 50 years ago.
david_shi8 个月前
<a href="https:&#x2F;&#x2F;www.paradigm.xyz&#x2F;2023&#x2F;06&#x2F;intents" rel="nofollow">https:&#x2F;&#x2F;www.paradigm.xyz&#x2F;2023&#x2F;06&#x2F;intents</a><p>Check this out
OutOfHere8 个月前
If I understand, this means to map a chat to a choice of clear API calls. I buy it.<p>The only issue with it that I can think of it the lack of reporting without asking. When I login to a site, I already want to see the most applicable information without having to ask for it. If I exclusively have to start asking a chatbot for basic info, I may miss out on a lot of what I need to know.
FrustratedMonky8 个月前
Is this basically, how to do GUI&#x27;s with functional programming. And someone saw the light and it is now the future?<p>People are always getting hung up on the &quot;how to make a GUI if variables are immutable??&quot;.<p>It takes a bit of getting used to, but once over the hump, it seems like GUI&#x27;s are easier.<p>See typescript, or fabulous, F#, elm, etc...
shove8 个月前
Oh we’re playing with fire alright
评论 #41546704 未加载
factormeta8 个月前
&gt;The gradual shift from imperative to declarative interfaces<p>prolog, sql, chatgpt comes to mind