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

推荐订阅源

The GitHub Blog
The GitHub Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
N
Netflix TechBlog - Medium
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页
宝玉的分享
宝玉的分享
Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
Hugging Face - Blog
Hugging Face - Blog
量子位
Blog — PlanetScale
Blog — PlanetScale
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
D
Docker
罗磊的独立博客
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
云风的 BLOG
云风的 BLOG
IT之家
IT之家
MyScale Blog
MyScale Blog
Microsoft Azure Blog
Microsoft Azure Blog

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
Why Compiled AI makes AI Enterprise ready
raelmiu · 2026-05-21 · via Hacker News - Newest: "AI"

In the last few years, we’ve been living in a flood of AI hype. Every three months, there’s a new innovation that seems like it could change business forever. On the other hand, with the massive investments being made and ever-growing promises about the next model, some are starting to think that AI is all hype. We don’t think it is. But the real business value is only just arriving.

Large Language Models are an amazing technology. Our feeds are full of impressive demoes of what we can do with them. Chatbots were amazing when they arrived a couple of years ago. But the value for businesses didn’t really materialize. It turns out hallucinations make them unreliable.

The Claude Code and Claw-like agents were shockingly futuristic at first. But just like the chatbots, the demo did not deliver. It turned out they require so much maintenance, and so many tokens, that the ROI is still low.

The biggest business impact I’ve seen is in software development. Why? Because code can be tested. Unlike the wall of slop you saw on LinkedIn this morning, your team is shipping working code to production. Generating code has become so valuable that some companies are bragging about developers burning through tokens to equal their salary. Code generation is already useful, but expensive.

Compiled AI resolves all of this, making AI into a real business case. Hallucinations are kept out of production use cases, maintenance is low and simple enough for the average user to handle, and the cost structure is much better. The term Compiled AI was coined in this paper released in April (together with some very interesting benchmarks). But at INXM we’ve been hard at work on this for over a year.

At it’s core Compiled AI means you use LLMs to generate deterministic, enterprise-ready, code. You then run the code to achieve your outcome. This gives you the flexibility of natural language from AI models, but the testability of deterministic code.

It’s also a lot cheaper.

This is crucial step forward since a business in practice is a handful of reliable processes. If we had to rely on the 98% probability of LLMs, most of us wouldn’t be in business. The risk profile this probability creates would make delivery sporadic even in small businesses. In enterprise where processes are more complex it would be unusable.

Each step in a business process multiplies this possible error rate from an LLM, until eventually it hits the ceiling of 100%. This is partly why so many AI pilots fail.

We knew this when we started INXM, but we didn’t have a term to describe the solution, until now. Compiled AI does not have these problems.

Our Process Execution Engine, called the Orchestrator, uses Compiled AI to do work more reliably than chatbots or agents, but it’s also more reliably than legacy automation systems. Using the strengths of AI to make Compiled AI processes much less fragile to changes.

Compiled AI also uses a lot less tokens than basic LLM based approaches. How much depends on the use case, in the paper that coined the term they created a benchmark that showed a 90% reduction. This is a remarkable cost reduction. Especially in Europe where we are severely constrained by data center build out. We believe that using 90% less tokens resolves the token bottle neck in Europe, keeping your data secure.

Every Business runs on reliable processes. We need reliable and auditable transactions through all our systems of record. Probabilistic tools don’t provide this, Compiled Ai does.

The larger the organization, the more flexibility their processes require. Our Compiled AI lets humans make key decisions and adapt to new context, which means we don’t need to rely on IT to maintain fragile automations.

We believe Compiled AI changes the business case completely. AI is now enterprise ready.

No posts