ๆƒฏๆ€ง่šๅˆ ้ซ˜ๆ•ˆ่ฟฝ่ธชๅ’Œ้˜…่ฏปไฝ ๆ„Ÿๅ…ด่ถฃ็š„ๅšๅฎขใ€ๆ–ฐ้—ปใ€็ง‘ๆŠ€่ต„่ฎฏ
้˜…่ฏปๅŽŸๆ–‡ ๅœจๆƒฏๆ€ง่šๅˆไธญๆ‰“ๅผ€

ๆŽจ่่ฎข้˜…ๆบ

่ฎฉๅฐไบงๅ“็š„็‹ฌ็ซ‹ๅ˜็Žฐๆ›ด็ฎ€ๅ• - ezindie.com
่ฎฉๅฐไบงๅ“็š„็‹ฌ็ซ‹ๅ˜็Žฐๆ›ด็ฎ€ๅ• - ezindie.com
U
Unit 42
Google DeepMind News
Google DeepMind News
ๅš
ๅšๅฎขๅ›ญ - ๅธๅพ’ๆญฃ็พŽ
Y
Y Combinator Blog
F
Fortinet All Blogs
ไบ‘้ฃŽ็š„ BLOG
ไบ‘้ฃŽ็š„ BLOG
T
Tailwind CSS Blog
G
Google Developers Blog
้…ท ๅฃณ โ€“ CoolShell
้…ท ๅฃณ โ€“ CoolShell
็ฝ—
็ฝ—็ฃŠ็š„็‹ฌ็ซ‹ๅšๅฎข
D
DataBreaches.Net
T
The Blog of Author Tim Ferriss
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MyScale Blog
MyScale Blog
N
Netflix TechBlog - Medium
Microsoft Security Blog
Microsoft Security Blog
GbyAI
GbyAI
P
Proofpoint News Feed
Jina AI
Jina AI
B
Blog RSS Feed
่…พ
่…พ่ฎฏCDC
้˜ฎไธ€ๅณฐ็š„็ฝ‘็ปœๆ—ฅๅฟ—
้˜ฎไธ€ๅณฐ็š„็ฝ‘็ปœๆ—ฅๅฟ—
D
Docker

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems โ€“ The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for theโ€ฆ Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance โ€” not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test โ€œAI pollsโ€ are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - jam5991/anam: Database Kernel designed to serve ...
jam5991 ยท 2026-05-08 ยท via Hacker News - Newest: "AI"

AnamDB

The AI-Native Neurosymbolic Database Engine

AnamDB Demo

๐Ÿ“š Official Documentation & Guide

AnamDB is a vertical-agnostic, neurosymbolic database engine built in Rust. It natively integrates probabilistic neural perception with deterministic symbolic reasoning into a unified architecture โ€” from a single-node kernel to a distributed multi-agent reasoning plane.

Unlike traditional vector databases that rely on semantic similarity or bolt-on LLMs, AnamDB treats Models as First-Class Citizens and Logic as a Verifiable Blueprint.


Why AnamDB?

Capability AnamDB Vector DBs SQL + ML LLM Pipelines
Explainability Semiring provenance โ€” every result traced to source Similarity score only No lineage Black box
Safety Datalog guardrails block hallucinations at kernel level None Post-hoc validation Prompt engineering
Optimization Pareto frontier (latency ร— accuracy ร— cost) Latency only Latency only Token cost only
Hardware Metal / CUDA / NPU heterogeneous dispatch CPU only CPU + external GPU API calls
Models AI-Tables โ€” first-class model lifecycle management External External endpoints Hardcoded
Human-in-Loop Semantic anomaly detection with interactive triage Silent failures Error logs Chat-based retry
Distribution Network-aware task routing + global lineage Sharding only Federated queries N/A

Tech Stack

Layer Component Technology
Kernel Async runtime Rust 2024 + tokio
Query Engine Optimizer + execution Apache DataFusion (extended)
Logic Differentiable Datalog scallop-core
Models AI-Tables + FAO registry ONNX Runtime
Storage Columnar + vector Lance 2.2 (Arrow-backed)
SDK Logic Packs + Explainer JSON-based bundles
Distribution Task routing + BCNF catalog Multi-agent cluster

Quick Start

1. One-Liner Install

If you have Rust installed, you can install the AnamDB CLI and server in seconds:

cargo install --git https://github.com/jam5991/anam anam-cli

2. The "3-Minute Wow"

Run the AnamDB interactive REPL:

anam

Once inside, download a community model, load some data, and run a neurosymbolic SQL query:

-- 1. Download the community financial compliance pack
anam> .hub install anamdb/financial-compliance@1.0.0

-- 2. Ingest a sample dataset (100k rows)
anam> .ingest demo/data/transactions_large.csv demo/data/transactions_large.lance
anam> .load demo/data/transactions_large.lance txns

-- 3. Run a neurosymbolic query with Datalog-style constraints
anam> SELECT region, COUNT(1) AS count, ROUND(AVG(fraud_prob), 4) AS avg_fraud
       FROM txns WHERE fraud_prob > 0.90 AND amount > 10000
       GROUP BY region ORDER BY avg_fraud DESC;

-- 4. See exactly WHY the engine made those decisions
anam> .explain

Community Hub

AnamDB includes a built-in package manager for models and logic:

# Search for community logic packs inside the REPL
anam> .hub search fraud

# Install the financial compliance pack
anam> .hub install anamdb/financial-compliance@1.0.0

Interactive Session

anam> .ingest demo/data/transactions_large.csv demo/data/transactions_large.lance
โœ“ Ingested 100,000 rows

anam> .load demo/data/transactions_large.lance txns
Registered table 'txns'

anam> .model load demo/models/fraud_detector.onnx fraud_detector 3 5.0 0.95
โœ“ Loaded ONNX model 'fraud_detector'

anam> .logic high_risk "fraud_prob > 0.90 AND amount > 10000"
โœ“ Registered rule 'high_risk'

anam> SELECT region, COUNT(1) AS count, ROUND(AVG(fraud_prob), 4) AS avg_fraud
       FROM txns WHERE fraud_prob > 0.90 AND amount > 10000
       GROUP BY region ORDER BY avg_fraud DESC;
+--------+-------+-----------+
| region | count | avg_fraud |
+--------+-------+-----------+
| APAC   | 5321  | 0.7233    |
| EU     | 36033 | 0.1374    |
| US     | 48018 | 0.0800    |
+--------+-------+-----------+

anam> .explain
โ•โ•โ• AnamDB Reasoning Trace โ•โ•โ•
  Provenance: Polynomial (full lineage tracking)
  Rules: high_risk โ† fraud_prob > 0.90 AND amount > 10000
  Pareto Frontier: fraud_fast (0.050ms / 75%) โ˜… fraud_detector (0.500ms / 95%)

Rust SDK

use anamdb::sdk::LogicPack;
use anamdb::core::session::Session;

#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
    let session = Session::new().await?;

    // Load a domain-specific Logic Pack (rules + models in one JSON)
    let pack = LogicPack::from_file("demo/packs/financial_compliance.json")?;
    session.load_logic_pack(&pack)?;

    // Query with automatic Pareto optimization
    let batches = session.query("SELECT * FROM HighRisk").await?;

    // Explain results with provenance tracing
    let explanation = session.explain_query(&batches, ExplainLevel::Coarse)?;
    println!("{}", explanation.display());

    Ok(())
}

Architecture

 โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
 โ”‚                     AnamDB v1.0 Coordinator                      โ”‚
 โ”‚                                                                  โ”‚
 โ”‚  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”  โ”‚
 โ”‚  โ”‚ BCNF Policy โ”‚ โ”‚ Distributed  โ”‚ โ”‚ Global Lineage           โ”‚  โ”‚
 โ”‚  โ”‚ Catalog     โ”‚ โ”‚ Optimizer    โ”‚ โ”‚ Tracer                   โ”‚  โ”‚
 โ”‚  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜  โ”‚
 โ”‚         โ–ผ               โ–ผ                     โ–ผ                  โ”‚
 โ”‚  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”    โ”‚
 โ”‚  โ”‚                    Task Router                            โ”‚    โ”‚
 โ”‚  โ”‚     Perception โ†’ Edge  |  Symbolic โ†’ Core  |  Mixed โ†’ Hybrid โ”‚
 โ”‚  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜    โ”‚
 โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
           โ”‚                โ”‚                    โ”‚
    โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ”  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ”  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ”
    โ”‚  Edge Node  โ”‚  โ”‚  Core Node  โ”‚  โ”‚  Hybrid Node    โ”‚
    โ”‚  NPU + 4GB  โ”‚  โ”‚  64GB RAM   โ”‚  โ”‚  GPU + 32GB     โ”‚
    โ”‚             โ”‚  โ”‚             โ”‚  โ”‚                  โ”‚
    โ”‚ โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚  โ”‚ โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚  โ”‚ โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚
    โ”‚ โ”‚ 5-Stage โ”‚ โ”‚  โ”‚ โ”‚ 5-Stage โ”‚ โ”‚  โ”‚ โ”‚ 5-Stage     โ”‚ โ”‚
    โ”‚ โ”‚Pipeline โ”‚ โ”‚  โ”‚ โ”‚Pipeline โ”‚ โ”‚  โ”‚ โ”‚ Pipeline    โ”‚ โ”‚
    โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ”‚  โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ”‚  โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ”‚
    โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Test Suite

$ cargo test

test result: ok. 38 passed; 0 failed; 0 ignored

License

AnamDB is licensed under the Business Source License 1.1 (BSL).

It is completely free to use for development, evaluation, and startups with under $1M in annual revenue. The license automatically converts to Apache 2.0 after 4 years from each release. See LICENSE for details.


Every other database stores data. AnamDB reasons about it.