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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

AISpec: Declarative config for LLM app patterns?

6 点作者 lewq11 个月前

3 条评论

drphilwinder11 个月前
For me, one of the most important parts of the spec is formulation of the DAG of tasks. Whether that be calling other LLMs or some retrieval mechanism.<p>What does everyone think about the pros&#x2F;cons of a formal DAG specification vs using natural language? E.g. defining the DAG in yaml vs. something more natural language like writing logic and making calls in the prompt text?
technocat11 个月前
Having a consistent, well-defined, coherent, human readable format for applications to interact with LLM&#x27;s is quite critical. Having a way to specifiy data sources would be useful - RAG sources, S3 raw data files?. What about an evals section?
lewq11 个月前
This spec is an attempt to will a sensible, infrastructure-independent, declarative abstraction for LLM application patterns into existence<p>I&#x27;d love critical feedback and for more folks to get involved