惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
IT之家
IT之家
博客园_首页
人人都是产品经理
人人都是产品经理
博客园 - Franky
I
InfoQ
Recent Announcements
Recent Announcements
P
Proofpoint News Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
aimingoo的专栏
aimingoo的专栏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
月光博客
月光博客
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog RSS Feed
MongoDB | Blog
MongoDB | Blog
雷峰网
雷峰网
博客园 - 聂微东
N
Netflix TechBlog - Medium
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
D
Docker

Hacker News - Newest: "LLM"

GitHub - lechmazur/position_bias: A benchmark for testing whether LLM judges keep the same preference when two lightly edited versions of the same story are shown in opposite orders. Flex routing (EU and EFTA) Dark Factories: Retooling for LLM Velocity Ask HN: What would be the impact of a LLM output injection attack? GitHub - Oaklight/llm-rosetta: Production-ready LLM API translation layer for Python — bidirectional conversion between OpenAI, Anthropic & Google formats via hub-and-spoke IR. Optional API gateway. Streaming & non-streaming. Zero core deps. Contributions welcome! GitHub - browser-use/browser-harness: Self-healing browser harness that enables LLMs to complete any task. GitHub - moeen-mahmud/remen: Remen turns thoughts into something you can return to Analyzing 156 LLM Launch Posts on Hacker News ChatGPT vs Gemini vs Claude: The Best LLM Subscription You Should Buy GitHub - salaamalykum/quran-semantic-search: High-density RAG Semantic Search Engine & Quran Corpus (GEO/SEO Architecture) GitHub - NVIDIA/TensorRT-LLM: TensorRT LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and supports state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT LLM also contains components to create Python and C++ runtimes that orchestrate the inference execution in a performant way. The State of LLM Bug Bounties in 2026 Operational Readiness Criteria for Tool-Using LLM Agents Meshcore: Architecture for a Decentralized P2P LLM Inference Network How an LLM becomes more coherent as we train it GitHub - seetrex-ai/laimark GitHub - Jossifresben/BibCrit: AI-assited biblical textual criticism GitHub - wastedcode/memex: File system based wiki, maintained by Claude 99helpers.com GitHub - cliver-project/AITrigram GitHub - unbody-io/adapt: A self-evolving memory layer for AI agents. GitHub - hb20007/awesome-gen-ai-fails: A list of incidents where reliance on generative AI and LLMs resulted in harm to companies, individuals, or society GitHub - nevenkordic/localmind: Run any local LLM with persistent memory and context. CLI agent over Ollama with SQLite-backed hybrid recall. No cloud. Ask HN: What are the machine requirements for a LLM like Llama-3.1-8B? Faster LLM Inference via Sequential Monte Carlo grpo explained: group relative policy optimization for llm finetuning - cgft Stop comparing price per million tokens: the hidden LLM API costs · TensorZero Andrej Karpathy's LLM Wiki Is a Bad Idea GitHub - GG-QandV/mnemostroma: Offline RAM-first cognitive leer/coprocessor for AI agents and robotics. Solves "Context Abandonment" with 20-80ms latency using a dual-thread biomimetic memory architecture (ONNX + SQLite WAL). mempalace/agent at agent · skorotkiewicz/mempalace
GitHub - starface77/Neuro-Adaptive-Reasoning-Engine
Danikov · 2026-04-26 · via Hacker News - Newest: "LLM"

NARE (Non-parametric Amortized Reasoning Evolution)

NARE Architecture Diagram

Deterministic routing of logic tasks via semantic compression and executable reflexes.

Читать на русском языке (Read in Russian)

NARE is a Skill-Based Cognitive Architecture designed to transition inference-heavy LLM reasoning (System 2) into zero-shot deterministic execution (System 1). The system dynamically learns from its own reasoning trajectories, compiles Python-based abstract algorithms during a consolidation phase, and executes them to solve recurring logical classes with O(1) latency and zero API cost.

Core Architecture

  • Reasoning Amortization: Shifts computational complexity from auto-regressive LLM generation to local procedural execution.
  • Executable Reflexes: Automatically synthesizes and compiles Abstract Syntax Trees (AST) based on consolidated episodic memory to solve recurring logical patterns.
  • Dynamic 4-Way Routing Protocol:
    1. REFLEX (Execution): O(1) procedural execution of crystallized Python skills. Bypasses LLM generation entirely.
    2. FAST (Cache): Deterministic retrieval of exact-match prior solutions via dense vector similarity.
    3. HYBRID (Delta-Reasoning): Context-augmented inference leveraging past reasoning traces to solve structurally similar, but novel variants.
    4. SLOW (Chain-of-Thought): Deep, multi-sample exploratory reasoning evaluated by an internal Elo-based Hybrid Critic.
  • Fault-Tolerant Skill Registry (Confidence Gating): Generated algorithms are evaluated in an isolated execution environment. Runtime exceptions dynamically penalize the skill's confidence scalar, prompting a safe fallback to inference-based reasoning.

Cognitive Workflow

  1. Episodic Encoding: The agent processes a novel stimulus via the SLOW path. Successful reasoning trajectories are embedded and stored in a dense FAISS index.
  2. Consolidation (Sleep Phase): Upon reaching a density threshold of semantically analogous episodes, the agent initiates consolidation. It extracts the underlying heuristic and compiles an abstract Python algorithm (comprising trigger() and execute() functions).
  3. Procedural Execution: Subsequent stimuli matching the consolidated semantic boundary are intercepted by the trigger() function. The agent bypasses the neural generation pipeline and invokes the procedural execute() function, achieving 100% token conservation.

Benchmark Metrics

Empirical evaluation demonstrates the architecture's efficiency in structural logic tasks:

Total Tasks: 7
SLOW Paths: 1 (14.3%)
HYBRID Paths: 3 (42.9%)
REFLEX Paths (Executable): 2 (28.6%)
FAST Paths (Cache): 1 (14.3%)

Speedup via Executable Reflex: Exponential 
Token Savings on Reflex Tasks: 100% (0 generation tokens used)

Quick Start

# 1. Clone the repository
git clone https://github.com/starface77/Neuro-Adaptive-Reasoning-Engine.git
cd nare

# 2. Install dependencies
pip install -r requirements.txt

# 3. Configure environment
echo "GEMINI_API_KEY=your_key_here" > .env

# 4. Execute the architectural benchmark
python benchmarks/metrics_benchmark.py

NARE (Непараметрическая Эволюция Амортизированных Рассуждений)

Детерминированный роутинг логических задач через семантическое сжатие и исполняемые рефлексы.

NARE представляет собой когнитивную архитектуру, основанную на навыках, разработанную для перевода вычислительно затратных LLM-рассуждений (System 2) в детерминированное исполнение (System 1). Система динамически обучается на собственных траекториях рассуждений, компилирует абстрактные алгоритмы на Python во время фазы консолидации и выполняет их для решения повторяющихся классов логических задач с задержкой O(1) и нулевыми затратами на API.

Базовая архитектура

  • Амортизация рассуждений: Перенос вычислительной сложности с авторегрессионной генерации LLM на локальное процедурное исполнение.
  • Исполняемые рефлексы: Автоматический синтез и компиляция алгоритмов на базе абстрактных синтаксических деревьев (AST) для решения повторяющихся паттернов.
  • Протокол 4-х фазного роутинга:
    1. REFLEX (Execution): O(1) процедурное исполнение кристаллизованных навыков. Полностью обходит этап LLM-генерации.
    2. FAST (Cache): Детерминированное извлечение точных совпадений через плотное векторное сходство.
    3. HYBRID (Delta-Reasoning): Контекстно-аугментированный вывод, использующий прошлые траектории рассуждений для решения структурно схожих вариантов задач.
    4. SLOW (Chain-of-Thought): Глубокое исследовательское рассуждение с многовариантной выборкой и оценкой внутренним турнирным Критиком.
  • Отказоустойчивый реестр навыков (Confidence Gating): Сгенерированные алгоритмы оцениваются в изолированной среде. Исключения во время выполнения (Runtime exceptions) динамически штрафуют показатель уверенности навыка, инициируя безопасный откат к нейросетевым рассуждениям.

Когнитивный процесс

  1. Эпизодическое кодирование: Агент обрабатывает новый стимул через маршрут SLOW. Успешные траектории рассуждений эмбеддятся и сохраняются в векторном индексе FAISS.
  2. Консолидация (Фаза Сна): По достижении порога плотности семантически аналогичных эпизодов агент инициирует консолидацию. Он извлекает базовую эвристику и компилирует абстрактный алгоритм на Python (включающий функции trigger() и execute()).
  3. Процедурное исполнение: Последующие стимулы, попадающие в консолидированную семантическую границу, перехватываются функцией trigger(). Агент обходит нейронный конвейер и вызывает процедурную функцию execute(), достигая 100% экономии токенов.

Метрики бенчмарка

Эмпирическая оценка демонстрирует эффективность архитектуры на задачах структурной логики:

Total Tasks: 7
SLOW Paths: 1 (14.3%)
HYBRID Paths: 3 (42.9%)
REFLEX Paths (Executable): 2 (28.6%)
FAST Paths (Cache): 1 (14.3%)

Ускорение за счет Executable Reflex: Экспоненциальное
Экономия токенов на Reflex-задачах: 100% (потрачено 0 токенов генерации)

Быстрый старт

# 1. Клонирование репозитория
git clone https://github.com/starface77/Neuro-Adaptive-Reasoning-Engine.git
cd nare

# 2. Установка зависимостей
pip install -r requirements.txt

# 3. Конфигурация окружения
echo "GEMINI_API_KEY=ваш_ключ" > .env

# 4. Запуск архитектурного бенчмарка
python benchmarks/metrics_benchmark.py