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

推荐订阅源

Microsoft Security Blog
Microsoft Security Blog
WordPress大学
WordPress大学
Stack Overflow Blog
Stack Overflow Blog
D
DataBreaches.Net
罗磊的独立博客
博客园 - 司徒正美
Last Week in AI
Last Week in AI
The Cloudflare Blog
大猫的无限游戏
大猫的无限游戏
Microsoft Azure Blog
Microsoft Azure Blog
B
Blog RSS Feed
The GitHub Blog
The GitHub Blog
宝玉的分享
宝玉的分享
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
小众软件
小众软件
Jina AI
Jina AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Hugging Face - Blog
Hugging Face - Blog
B
Blog
博客园 - 【当耐特】
V
V2EX
Apple Machine Learning Research
Apple Machine Learning Research
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell

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 "Consensus" is failing AI: My research into the Hallu...
ngosalwandon · 2026-05-11 · via Hacker News - Newest: "AI"

The Problem with "Smart" AI: I’ve spent the last few months researching one specific question: Why do enterprises still not trust LLMs for critical tasks?

The answer is what I call the "Hallucination Tax." Currently, for every hour of AI work, humans spend 4 hours fact-checking it. We’ve been trying to solve this by asking the AI "Are you sure?" or using better prompts.

But my research shows that consensus is not truth. If 3 models agree on a lie, it’s still a lie.

The Solution: Groundr & The Reality Negotiation Protocol (RNP) I decided to build a technical trust layer that moves beyond simple consensus. I’ve just launched the first version of Groundr (https://groundrai.com).

Here is the logic I’ve implemented to maximize reliability:

  1. Multi-Model Arbitration: We query Claude, Gemini, and Groq in parallel.

  2. The 40/60 Rule: Raw model confidence is weighted at 40%, while external, verifiable web evidence is weighted at 60%.

  3. Truth Anchors: We identify high-authority sources (Gov, EDU, Org) and give them a "gravity bonus" in the scoring engine.

I need your help (and feedback): I’ve just pushed the code to production and set up a live demo. I’m looking for fellow hackers to stress-test the arbitration engine.

  • Can you find a query that breaks the 3-model arbitration?

  • How would you weight "internal company data" vs "external web data" in a trust protocol?

Check out the live demo here: https://groundrai.com/generate-demo

Building in public at impiy technologies. Let’s talk about the future of verifiable AI!