Results for: "llm"
Keyword Search 9 resultsNSED: Mixture-of-Models Achieves SOTA Reasoning with Self-Hosted AI
THE GIST: NSED uses a mixture-of-models architecture with self-evaluating agents to achieve near state-of-the-art reasoning on consumer hardware.
Geneclaw: AI Agent Framework for Safe Code Evolution
THE GIST: Geneclaw is an AI agent framework that safely evolves its own code through observation, diagnosis, proposal, gating, and application, requiring human approval.
PERSONA: Vector Algebra Controls LLM Personality
THE GIST: PERSONA enables dynamic LLM personality control via algebraic manipulation of activation vectors, achieving fine-tuning level performance without training.
Theow: LLM-in-the-Loop Rule Engine for Automated Pipeline Recovery
THE GIST: Theow is a rule engine that uses an LLM to automatically recover from failures in automated pipelines by learning and applying new rules.
VectorJSON: O(n) Streaming Parser for LLM JSON Outputs
THE GIST: VectorJSON is an O(n) streaming JSON parser built on WASM SIMD, designed to handle LLM tool call outputs efficiently by enabling field-level streaming and early error detection.
Kernel-Enforced Sandbox for AI Agents: Secure Execution with Nono
THE GIST: Nono is a kernel-enforced sandbox app and SDK for AI agents, MCP, and LLM workloads, providing robust security by blocking unauthorized access at the syscall level.
Rtk: CLI Proxy Minimizes LLM Token Consumption by 60-90%
THE GIST: Rtk is a CLI proxy that filters and compresses command outputs before they reach an LLM, reducing token consumption by 60-90%.
Energy-Based Models Offer Alternative to LLMs
THE GIST: Energy-Based Models (EBMs) offer a novel approach to AI, differing from LLMs by using energy landscapes for data processing, potentially enabling faster and more efficient reasoning.
CMind: AI Agent Pinpoints Memory Bugs in C Code
THE GIST: CMind, an AI agent, automates the localization of memory bugs in C programs by mimicking human programmer debugging strategies.