frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

CRDTs #2: Turtles All the Way Down

https://jhellerstein.github.io/blog/crdt-turtles/
1•pfarago•2m ago•0 comments

Silly job interview questions in Haskell

https://chrispenner.ca/posts/interview
1•behnamoh•4m ago•0 comments

STS-61

https://en.wikipedia.org/wiki/STS-61
1•sarego•10m ago•0 comments

Show HN: I made a zero-setup back end API to launch apps without coding back end

https://github.com/broadwayinc/skapi-js
1•skapi_api•11m ago•0 comments

Mistral Document AI

https://mistral.ai/solutions/document-ai
2•ianhawes•15m ago•0 comments

Banana Pi BPI-Forge1 Is a Low-Cost RK3506J-Based SBC Compatible with RT-Thread

https://linuxgizmos.com/banana-pi-bpi-forge1-is-a-low-cost-rk3506j-based-sbc-compatible-with-rt-thread/
1•PixelN0va•18m ago•0 comments

Our Problem with Backlogs

https://www.octomind.dev/blog/our-problem-with-backlogs
1•thunderbong•18m ago•0 comments

Tariff Exemptions Are Terrible News for Electronics Repairability

https://www.ifixit.com/News/110121/tariff-exemptions-are-terrible-news-for-electronics-repairability
1•gnabgib•22m ago•0 comments

Ask HN: How do you feel about using AI tools on your phone? Privacy vs. Utility

1•fallinditch•39m ago•1 comments

Good Performance for Bad Days

https://brooker.co.za/blog/2025/05/20/icpe.html
1•SchwKatze•41m ago•0 comments

Kling 2.0: ready to turn your ideas into motion

https://twitter.com/wavespeed_ai/status/1925049015126970378
1•sylm•44m ago•0 comments

Bodybuilding star Nikita Tkachuk dead at 35

https://www.the-sun.com/sport/14296862/bodybuilding-star-nikita-tkachuk-dead-muscle-growth-injections/
2•wslh•50m ago•0 comments

US Treasury to stop producing pennies next year

https://www.bbc.com/news/articles/cx2j07858lno
1•DarkContinent•50m ago•0 comments

Show HN: I created a tool intro.new – Make your intro page in seconds

https://intro.new/
1•hellohacker007•50m ago•0 comments

A wave of new owners brings fresh energy to independent bookselling

https://apnews.com/article/independent-bookstores-growth-younger-owners-28ac30a97fbb44a848bc858cdfe8cc16
1•petethomas•52m ago•0 comments

Drop your discounts for founders or users

1•tommat32•56m ago•0 comments

A.I. Is Poised to Revolutionize Weather Forecasting. A New Tool Shows Promise

https://www.nytimes.com/2025/05/21/climate/ai-weather-models-aurora-microsoft.html
2•bookofjoe•57m ago•1 comments

New method for creating large 3D models of urban areas is faster and cheaper

https://techxplore.com/news/2025-05-action-movies-urban-method-large.html
2•PaulHoule•1h ago•0 comments

Should I teach my kids to use AI?

https://www.vox.com/even-better/413703/kids-ai-chatbot-cheating-chatgpt-children-parenting
1•lr0•1h ago•0 comments

New DSL "MassQL" lets scientists query mass spectrometry data

https://news.ucr.edu/articles/2025/05/12/new-computer-language-helps-spot-hidden-pollutants
2•jacklondon•1h ago•3 comments

DuckDB 1.3.0

https://duckdb.org/2025/05/21/announcing-duckdb-130.html
4•friendly_deer•1h ago•0 comments

Building Twice: A clone of Once

https://stanko.io/building-twice-a-clone-of-once-gJKxLYCe26Ak
11•Kerrick•1h ago•0 comments

Big Banks Explore Venturing into Crypto World Together with Joint Stablecoin

https://www.wsj.com/finance/banking/crypto-stablecoin-big-banks-a841059e
5•pdecker•1h ago•0 comments

Why is your open source project still hosted on GitHub?

https://unixdigest.com/articles/why-is-your-open-source-project-still-hosted-on-github.html
2•cratermoon•1h ago•3 comments

What's the best AV1 encoder in 2025? I encoded four thousand GIFs to find out

https://catskull.net/libaom-vs-svtav1-vs-rav1e-2025.html
3•catskull•1h ago•0 comments

Self-hosted GitHub Actions runners aren't free

https://depot.dev/blog/self-hosting-github-actions
1•Telstrom90•1h ago•0 comments

Jupiter Was Twice Its Current Size, Scientists Discover

https://www.sciencealert.com/jupiter-was-twice-its-current-ginormous-size-scientists-discover
4•toss1•1h ago•2 comments

Google faces a dilemma: improve Google Search or go beyond it?

https://eshumarneedi.com/2025/05/21/google-eats-everyones-lunch-at.html
7•freediver•1h ago•0 comments

Mitre ATT&CK: Enterprise Techniques

https://attack.mitre.org/versions/v17/techniques/enterprise/
3•stefankuehnel•1h ago•0 comments

Learn D Programming for Python Developers

https://leanpub.com/dforpython
1•teleforce•1h ago•0 comments
Open in hackernews

Show HN: Building High-Performance AI Agents with SmartBuckets and MCP

4•genovalente•1d ago
Hey HN, We've solved one of the most frustrating problems in building AI agents: the RAG pipeline bottleneck. At LiquidMetal, we combined our SmartBuckets technology with Anthropic's Model Context Protocol (MCP) to reduce agent development time from months to days.

## The Problem

Building knowledge-powered AI agents typically takes 6+ months of engineering work. Teams spend months on:

- Document processing pipelines - Chunking strategies - Embedding generation - Entity extraction and knowledge graph creation - Vector database configuration - Retrieval algorithm development - Context assembly and management

Our Solution

SmartBuckets eliminates the need to build these components from scratch, providing a complete knowledge engine that integrates with MCP for direct model access. The technical architecture looks like this:

AI Decomposition

When you upload a file to a SmartBucket, it triggers an intelligent process we call AI decomposition. This process is fundamental to understanding how SmartBuckets transform raw files into AI-enhanced resources. Let’s look at what happens when you upload a PDF....

The decomposition process works in several stages:

1. First, the system identifies and extracts different types of content from your file - text, images, tables, metadata and more. 2. Each component is then processed through specialized AI models designed for that specific type of content 3. The enhanced data is stored in optimized datastores, maintaining relationships between different components 4. All of this processed information becomes immediately available for AI queries

Automatic Knowledge Graph Creation

What sets SmartBuckets apart is its more than just vector search, it also has automatic knowledge graph capabilities. When you upload documents, the system:

1. Automatically extracts entities and relationships 2. Constructs a knowledge graph connecting related information 3. Enriches data with metadata for improved retrieval

These knowledge graphs significantly reduce model hallucinations and improve recall of relevant information.

AI models and AI data stores

When you upload data to a SmartBucket, our AI pipeline analyzes it and stores the results in multiple specialized systems including vector stores, graph databases, and relationship stores.

The processing pipeline includes several analysis models that:

- Detect PII (Personal Identifiable Information) - Screen for harmful content (coming soon) - Much more that won't fit in the 4000 character HN limit

Technical Implementation Example

Adding SmartBuckets to MCP-compatible systems requires minimal code. If you wanted to attach it to Claude Desktop:

1. Claude - Settings - Developer - Edit Config 2. Simply add this code snippet (using your API key from your http://liquidmetal.run account under → Settings → API Keys

```json

json { "mcpServers": { "liquidmetal": { "command": "npx", "args": [ "mcp-remote", "https://mcp.raindrop.run/sse", "--header", "Authorization: Bearer ${RAINDROP_API_KEY}" ], "env": { "RAINDROP_API_KEY": "<LIQUIDMETAL_KEY_HERE>" } } } }

```

1. Start using your documents in conversations right in Claude Desktop or anything MCP.

What's Next

We're working on:

- Direct SmartBucket CREATE feature via MCP - Video, Code, Logs, and more expanded file type support - Whatever you ask for… so please let us know what is missing.

We're releasing this integration now and would love the HN community's feedback. Try it out at https://docs.liquidmetal.ai/ and use this code: HN-MCP-100 to get $100 in free LiquidMetal credits.

Comments

genovalente•1d ago
The 2 minute YouTube of the power of MCP + SmartBuckets : https://youtu.be/aIBKMB-hzUA?si=dBzmYaTp66jCrNWV