Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 55 min 4 sec ago

RAG and Data Boundaries in Multi-Tenant Systems

Tue, 02/10/2026 - 8:15pm

RAG works well in simple setups, but is it matter once you run in multi-tenant systems.

Many implementations retrieve broadly and rely on filtering later. From a security perspective, that can be uncomfortable. Once data is touched during retrieval, it’s hard to say the system never accessed something it shouldn’t have.

In practice, organizations often have layered access: parent-level policies, branch-level rules, roles, and documents that are only valid for certain periods. If that structure isn’t modeled explicitly, enforcing boundaries becomes inconsistent.

My approach that helped was treating access rules as a gate before retrieval. Only documents that already meet tenant scope, role visibility, and policy constraints are eligible for similarity search.

This reduces the risk of accidental exposure and avoids relying on prompts or model behavior as a security control.

The model becomes a consumer of already-approved context, rather than part of the enforcement path.

It’s less about stronger AI and more about clearer boundaries in the data model.

Interested in how others think about this trade-off in production.

— Arty

Comments URL: https://news.ycombinator.com/item?id=46969515

Points: 1

# Comments: 0

Categories: Hacker News

Sodium Ion Battery Puncture Test [video]

Tue, 02/10/2026 - 8:04pm
Categories: Hacker News

Rivian R2: Electric Mid-Size SUV

Tue, 02/10/2026 - 8:00pm

Article URL: https://rivian.com/r2

Comments URL: https://news.ycombinator.com/item?id=46969399

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: ScanDo – A zero-UI camera that predicts your next action locally

Tue, 02/10/2026 - 7:59pm

Why does every camera tool try to sell me something? I wanted a "remote control for the physical world."

ScanDo is a minimalist Android/iOS utility that bypasses the "search result" stage entirely. Using local LLMs, it parses the camera feed and presents exactly one action button at the bottom.

QR code for Wi-Fi? Connects you.

Paper invoice? Deep-links to your banking app.

Handwritten date? Creates a calendar invite.

The goal is to minimize time-to-action. I'm curious if the HN community thinks "Ambient Intelligence" tools like this will eventually replace the standard utility app model.

Comments URL: https://news.ycombinator.com/item?id=46969394

Points: 1

# Comments: 0

Categories: Hacker News

Open Climate Risk

Tue, 02/10/2026 - 7:58pm
Categories: Hacker News

Show HN: NameToGradient – deterministic gradients from text input

Tue, 02/10/2026 - 7:53pm

Hi HN,

Over the past few days I built a small client-only web app that turns a name (or multiple names) into a deterministic color gradient.

The idea was to treat names as identity-rich input and map them to a repeatable visual “fingerprint.” The same input always produces the same gradient — no randomness, no accounts, no backend. Everything runs in the browser.

Under the hood, the app normalizes the input text, hashes it, and uses the result to seed a PRNG that drives color selection and layout. Because of that, even small changes (adding a middle name, punctuation, multiple names, etc.) result in noticeably different gradients, while staying perfectly stable across reloads and devices.

You can switch between a few gradient styles (linear, radial, blob), optionally add grain, and export the result as a PNG in common sizes. URLs are shareable and reproduce the exact same output.

This was partly an experiment in deterministic generative design and partly an excuse to practice shipping something small and polished quickly. I’d love feedback — especially around the concept, the determinism approach, or things that feel off or unnecessary.

Thanks!

Comments URL: https://news.ycombinator.com/item?id=46969349

Points: 1

# Comments: 0

Categories: Hacker News

Jjdag: A Jujutsu TUI

Tue, 02/10/2026 - 7:52pm

Article URL: https://github.com/anthrofract/jjdag

Comments URL: https://news.ycombinator.com/item?id=46969342

Points: 1

# Comments: 0

Categories: Hacker News

Modem

Tue, 02/10/2026 - 7:46pm

Article URL: https://modem.dev/

Comments URL: https://news.ycombinator.com/item?id=46969300

Points: 2

# Comments: 0

Categories: Hacker News

Nerfed or Not

Tue, 02/10/2026 - 7:40pm

Article URL: https://nerfedornot.com

Comments URL: https://news.ycombinator.com/item?id=46969241

Points: 2

# Comments: 0

Categories: Hacker News

Pages