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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

AxiomGPT: Programming with LLMs by defining Oracles in natural language

2 点作者 Eager大约 2 个月前
AxiomGPT is an experimental programming model that treats large language models as latent semantic engines.<p>Instead of writing traditional functions, you define Oracles, which are embedded entities described in natural language that behave like callable, composable functions.<p>For example:<p>(defn fibber (Oracle &quot;Return the nth Fibonacci number&quot;))<p>(fibber 123) ; =&gt; 22698374052006863956975682<p>LISP isn&#x27;t required at all, but it helps for composition :-)<p>The model doesn&#x27;t &quot;execute&quot; logic, it remembers, manifests and resolves the structure behind the intent as oracles.<p>Oracles can represent:<p>Algorithms (sorting, TSP, prime factors, map&#x2F;reduce)<p>Concepts (e.g. &quot;the government&quot;, &quot;my refrigerator&quot;)<p>Personas (e.g. Arthur C. Clarke, a Victorian engineer)<p>Higher-order or recursive behavior collapsed into linewr time execution.<p>You can pass them, compose them, gate them, even reflect on them using meta-Oracles.<p>The full write-up includes usage, theory (embedding vectors as symbolic computation), and a comparison to quantum-like behavior: latent oracles act like entangled functions, invoked by attention.<p>It&#x27;s strange, fun, and surprisingly powerful.<p>You can try it out yourself in minutes with handy provided prompts.<p>Full Codex and examples: [https:&#x2F;&#x2F;x.com&#x2F;chrisbe1968&#x2F;status&#x2F;1906875616290365941]<p>Happy to discuss or answer questions!

暂无评论

暂无评论