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

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
Last Week in AI
Last Week in AI
月光博客
月光博客
D
DataBreaches.Net
WordPress大学
WordPress大学
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
U
Unit 42
Recent Announcements
Recent Announcements
宝玉的分享
宝玉的分享
MyScale Blog
MyScale Blog
C
Check Point Blog
F
Fortinet All Blogs
B
Blog
小众软件
小众软件
Vercel News
Vercel News
罗磊的独立博客
有赞技术团队
有赞技术团队

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
Thedex — AI-Native Log Intelligence
rkorlimarla · 2026-04-24 · via Hacker News: Show HN

One of the biggest challenges in AI-native infrastructure is the tension between model quality and operational cost. A large, powerful model produces better search results — but it also costs more to run at scale. When you’re processing billions of log lines per day, that cost adds up fast.

Today we’re announcing TinyThedex — a compact version of our log search model purpose-built for high-throughput production ingest.

The Numbers

SpecFull ModelTinyThedex
Model size570 MB87 MB
Parameters149 million22 million
Throughput (per CPU core)~200 logs/sec~1,000-2,500 logs/sec
Quality retentionBaseline96.4% of full model
Vector storage per log3,072 bytes1,536 bytes

7x smaller. 5-7x faster. 50% less vector storage. 96.4% of the quality.

Why This Matters for Customers

Enterprise log volumes are growing at 35-50% year over year. A mid-market company with 50 microservices generates around 500 million to 1 billion log lines per day. The AI model that processes those logs at ingest time is the single largest compute cost in the system.

With TinyThedex, we can process 1.7 billion logs per day on a single 8-core ARM server — no GPU required. That translates directly to infrastructure cost:

ConfigurationLogs/day capacityMonthly infra cost
Full model on GPU864M~$500
Full model on CPU (3 nodes)430M~$400
TinyThedex on CPU (1 node)1.7B~$200

A single TinyThedex node handles 3x more throughput than three full-model nodes — at half the cost. No GPU required.

What This Means for Pricing

Lower infrastructure costs mean we can offer more competitive pricing without sacrificing margins. Here’s what the unit economics look like:

At 100 GB/day (typical mid-market customer):

MetricLegacy APMThedex (Full Model)Thedex (TinyThedex)
Monthly cost$5,000-15,000$1,200$1,200
Search capabilityStandard search onlyAI-native searchAI-native search
Infrastructure requiredLarge clusters3 CPU nodes1 CPU node

TinyThedex doesn’t change the customer’s price — it dramatically reduces the infrastructure required to deliver the service. That means we can scale to more customers without proportional infrastructure growth, invest more in product development, and pass savings on to customers over time.

At 500 GB/day (large enterprise):

MetricFull ModelTinyThedex
Infrastructure needed3 CPU nodes1 CPU node
Infrastructure cost$1,200/month$200/month

6x less infrastructure for the same workload. That’s the efficiency gain that lets us offer enterprise-grade AI search at a fraction of legacy pricing.

Two Models, Best of Both Worlds

TinyThedex is not a replacement for our full model — it’s a complement. We use a two-model architecture:

Ingest path (TinyThedex — speed priority): Every log line that enters the system is processed by TinyThedex. It’s fast enough to keep up with any customer’s log volume on standard CPU hardware. The compact representation captures 96.4% of the full model’s understanding of log semantics.

Query path (Full model — quality priority): When a user runs a search query, we process their query with the full model for maximum precision. Since there’s only one query at a time (not millions per second), the full model’s speed is more than sufficient. The user gets full-quality results searched against TinyThedex-encoded data.

The result: customers get the speed of a compact model for ingest and the quality of a full model for search. No compromise on either dimension.

How We Built It

TinyThedex was created through knowledge transfer — our full model (the “teacher”) teaches a smaller model (the “student”) to produce similar representations for log data.

The process:

  1. Encode 500,000 log messages with the full model, capturing its understanding of each message as a high-dimensional vector
  2. Train the compact model to reproduce those same representations, learning to compress the teacher’s knowledge into fewer parameters
  3. Validate quality by measuring how closely the compact model’s output correlates with the teacher’s output across thousands of test cases

The key metrics:

MetricScoreWhat It Means
Pearson correlation0.964Output is 96.4% correlated with the full model
Spearman rank correlation0.954Ranks logs 95.4% identically to the full model
Variance retained96.9%96.9% of the information is preserved

This is above our 90% quality threshold. The compact model captures essentially all of the full model’s log-specific knowledge — operational equivalence, causal chain awareness, severity understanding — in a package that runs 7x faster.

The Infrastructure Advantage

Most AI-powered enterprise tools require GPU infrastructure to run their models. GPUs are expensive ($500-5,000/month per GPU) and add operational complexity (driver management, CUDA versions, GPU scheduling).

TinyThedex runs on standard ARM CPUs. The same commodity servers that run web applications and databases. No special hardware, no GPU drivers, no CUDA toolkit.

This is a structural cost advantage:

  • Legacy APM tools: No AI models in the ingest path. Fast ingest but basic search.
  • AI-powered competitors: Require GPU infrastructure. Better search but expensive.
  • Thedex with TinyThedex: AI-native search on commodity CPU hardware. Better search AND lower cost.

We believe this is the right architecture for enterprise log intelligence: AI quality at CPU cost.

What’s Next

TinyThedex is deployed in our production environment and available to all design partners. As we onboard customers and learn from their real-world log patterns, both the full model and TinyThedex will improve through our data flywheel — each customer’s data makes the models better for everyone.

If you’re processing 100+ GB/day of logs and interested in AI-native search at a fraction of legacy costs, we’d love to talk.

Interested in what we’re building?

Get Early Access