https://keyoxide.org/hkp/535FFD2607AFCB2C97831159CD1D679C615C17C8
Your execution engine shouldn't just run the workflow; it must record every step as an immutable fact. We use Datomic not just for the domain data, but for the orchestration itself—workflows, stages, tasks. These are entities.
Your execution engine shouldn't just run the workflow; it must record every step as an immutable fact. We use Datomic not just for the domain data, but for the orchestration itself—workflows, stages, tasks. These are entities.
Many see the Knowledge Graph solely as a source for Retrieval-Augmented Generation (RAG). This misses half the value. In a high-stakes system, the KG is also a constraint. It provides the deterministic boundaries within which the LLM is allowed to operate.
Many see the Knowledge Graph solely as a source for Retrieval-Augmented Generation (RAG). This misses half the value. In a high-stakes system, the KG is also a constraint. It provides the deterministic boundaries within which the LLM is allowed to operate.
We often force information into rigid schemas too early. A well-designed engine stores intermediate results—the outputs of LLM calls—as simple, serialized data (like EDN payloads).
We often force information into rigid schemas too early. A well-designed engine stores intermediate results—the outputs of LLM calls—as simple, serialized data (like EDN payloads).
We often complect the core logic of a task (the prompt engineering, the tool definitions) with the accidental complexity of its execution (error handling, retries, timing, validation). This entanglement guarantees rigidity.
We often complect the core logic of a task (the prompt engineering, the tool definitions) with the accidental complexity of its execution (error handling, retries, timing, validation). This entanglement guarantees rigidity.
A static workflow definition is a plan made when you know the least. Agentic systems, by definition, adapt. The path depends on the results of the previous stochastic step. The engine must support dynamic stages guided by "assessors."
A static workflow definition is a plan made when you know the least. Agentic systems, by definition, adapt. The path depends on the results of the previous stochastic step. The engine must support dynamic stages guided by "assessors."
In high-stakes environments, "It usually works" is malpractice. When an LLM makes a decision, you must know why. This requires more than logs. It requires an immutable, accretive Execution Ledger.
In high-stakes environments, "It usually works" is malpractice. When an LLM makes a decision, you must know why. This requires more than logs. It requires an immutable, accretive Execution Ledger.
If your architecture diagrams look like flowcharts, you're building a brittle system. Flowcharts are about control and sequence—concepts that stochastic components actively resist. Instead, design for dataflow.
If your architecture diagrams look like flowcharts, you're building a brittle system. Flowcharts are about control and sequence—concepts that stochastic components actively resist. Instead, design for dataflow.
Stochastic systems demand memoization. But caching an LLM output is fraught. What if the underlying facts in your knowledge graph change? A naive cache returns a stale lie. Information is situated.
Stochastic systems demand memoization. But caching an LLM output is fraught. What if the underlying facts in your knowledge graph change? A naive cache returns a stale lie. Information is situated.
We crave determinism. We build orchestration engines that execute Directed Acyclic Graphs with atomic precision. Then, we insert a stochastic black box - an LLM - into a stage and expect the precision to hold. This is a fundamental misunderstanding.
We crave determinism. We build orchestration engines that execute Directed Acyclic Graphs with atomic precision. Then, we insert a stochastic black box - an LLM - into a stage and expect the precision to hold. This is a fundamental misunderstanding.
Chapter 1 - The Anomaly at Farside
The silence of Farside Station was not a natural occurrence, but a meticulously engineered state. It was an absolute, profound quiet that existed nowhere on the turbulent sphere of Earth.
gist.github.com/xlfe/0b7dc10... #scifi #novel
Chapter 1 - The Anomaly at Farside
The silence of Farside Station was not a natural occurrence, but a meticulously engineered state. It was an absolute, profound quiet that existed nowhere on the turbulent sphere of Earth.
gist.github.com/xlfe/0b7dc10... #scifi #novel
#uLisp #embedded #benchmarks #microcontroller #lisp #programming #lowpower
#uLisp #embedded #benchmarks #microcontroller #lisp #programming #lowpower
#bios #coreboot #electronics
#bios #coreboot #electronics