TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AISpec: Declarative config for LLM app patterns?

6 pointsby lewq11 months ago

3 comments

drphilwinder11 months ago
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 months ago
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 months ago
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