Feed aggregator
Agent Harness for Coding with ClickHouse
Article URL: https://clickhouse.com/blog/ai-powered-migraiton-from-postgres-to-clickhouse-with-fiveonefour
Comments URL: https://news.ycombinator.com/item?id=47126024
Points: 1
# Comments: 0
I got tired of bouncing between AI tools, so I built 1 workspace for all of them
Article URL: https://www.thetank.io/
Comments URL: https://news.ycombinator.com/item?id=47126022
Points: 1
# Comments: 1
Show HN: As Level Chemistry Lab Simulator
Vibe-coded a Chemistry Lab Simulator — open-sourcing it (alpha) Built a browser-based virtual chemistry lab using Claude Code, with the hope that it could help Cambridge AS Level (Class XI) students try experiments and attempt past paper questions without needing a real lab. Features were developed with continuous input and testing from an AS Level student. Students from other boards can also use the Free Lab section for individual chemical tests.
Comments URL: https://news.ycombinator.com/item?id=47126017
Points: 1
# Comments: 0
Mato – a Multi-Agent Terminal Office workspace (tmux-like)
Article URL: https://mato.sh
Comments URL: https://news.ycombinator.com/item?id=47126001
Points: 1
# Comments: 0
Show HN: Golos – Ultra Lightweight Free Wispr Flow Alternative
So I built an ultra lightweight Wispr Flow for the terminal. Deepgram is giving a pretty nice offer for $200 for free. Feel free to check it out and let me know how it goes.
Comments URL: https://news.ycombinator.com/item?id=47125987
Points: 1
# Comments: 0
Show HN: BVisor – An Embedded Bash Sandbox, 2ms Boot, Written in Zig
bVisor is an SDK and runtime for safely executing bash commands directly on your host machine. We built it on the belief that "sandbox" doesn't need to mean shipping off to remote sandbox products, or spinning up local VMs / containers. Sometimes, you just want to run that bash command locally.
bVisor boots a sandbox from user-space without special permissions, powered by seccomp user notifier. This allows us to intercept syscalls from guest processes and selectively virtualize them to block privilege escalation, isolate process visibility, and keep filesystem changes isolated per sandbox (copy-on-write). Sandboxes boot in 2ms, and can run arbitrary binaries at native speed (with minor overhead per syscall). This approach is heavily inspired by Google's gVisor.
As of today, bVisor supports most filesystem operations, basic file I/O, and can run complex binaries such as python interpreters. It is packaged as a Typescript SDK and installable via npm. There's much to still implement (such as outbound network access to support 'curl', shipping a python SDK, etc), but we wanted to share it here for feedback and anyone who'd be able to make use of the current featureset!
Comments URL: https://news.ycombinator.com/item?id=47125966
Points: 1
# Comments: 0
Transitive Core Concepts: Full-Stack Robotic Packages
Article URL: https://transitiverobotics.com/blog/design-full-stack-packages/
Comments URL: https://news.ycombinator.com/item?id=47125963
Points: 1
# Comments: 1
Show HN: OmniGlass – An open-source, sandboxed Visual Action Engine
Hey HN,
We’ve reached peak "chat interface." Claude Desktop and OpenAI are amazing at coding, but they are terrible for repetitive, blue-collar, or legacy enterprise workflows.
You cannot deploy Claude Desktop to a warehouse floor or an auto repair shop and expect workers to prompt-engineer their way through a proprietary GUI or a locked PDF every 5 minutes. They don't want a conversation; they want a button that does the job.
So I built OmniGlass (Rust/Tauri). It is an open-source, local-first runtime that lets developers turn any MCP (Model Context Protocol) tool into a 1-click OS-level visual action.
How developers use it: You write a standard MCP server (e.g., a 30-line Node script that queries an internal database). OmniGlass handles the visual pipeline:
The Trigger: The user snips a region of their screen.
The Vision: Native OS OCR (Apple Vision) extracts the text locally (no screen streaming).
The "Brain": An LLM dynamically maps the raw OCR text to your MCP tool’s strict JSON input_schema.
The Action: OmniGlass instantly renders a native button on the screen. The user clicks it. The tool executes. Zero prompting.
The Real-World Use Case (Why this matters): I found a $1,000 bounty on ProblemHunt from an auto shop. Mechanics are wasting hours looking at informal WhatsApp messages ("left radiator plug, Chery Tiggo") and manually cross-referencing them against messy, unsearchable Chinese auto-part PDFs.
A standard AI chat app fails here because of the friction. But with OmniGlass, a developer can build a "Find Auto Part" MCP plugin. You deploy it to the mechanic's Mac. The mechanic just snips the WhatsApp message, clicks the "Find Part" button that pops up, and the plugin queries the supplier API. The mechanic never talks to an AI. It just executes.
The Security Sandbox (Why not just use Claude's MCP integration?): Claude Desktop runs MCP tools with raw user permissions. A hallucination or prompt injection can read your ~/.ssh keys. Since OmniGlass is meant to be deployed in businesses, it runs entirely Zero-Trust. Every MCP plugin is locked inside a macOS sandbox-exec kernel profile. The /Users/ directory is default-deny.
My Asks for HN: This is infrastructure for developers to build on, and I need help pushing it forward:
The Auto Parts Bounty: I want to build the Chinese auto parts plugin to prove the platform. If anyone here has experience scraping or querying B2B auto supplier databases, let's collaborate and claim this bounty.
Break my sandbox: If you can write an MCP plugin that escapes my sandbox-exec profile and reads a protected file, please open a GitHub issue immediately. I want this bulletproofed.
OS Ports: The Rust core is solid, but if any low-level devs know Windows AppContainer or Linux Bubblewrap, I’d love help porting the security moat.
Repo: https://github.com/goshtasb/omniglass Docs/Plugin Guide: https://github.com/goshtasb/omniglass/blob/main/docs/plugin-...
What legacy enterprise workflows would you build a visual tool for?
Comments URL: https://news.ycombinator.com/item?id=47125907
Points: 1
# Comments: 0
25 Years of Eggs
Article URL: https://www.john-rush.com/posts/eggs-25-years-20260219.html
Comments URL: https://news.ycombinator.com/item?id=47125905
Points: 1
# Comments: 0
Multiple formation pathways for amino acids based on asteroid sample isotopes
Article URL: https://www.pnas.org/doi/10.1073/pnas.2517723123
Comments URL: https://news.ycombinator.com/item?id=47125903
Points: 1
# Comments: 0
Show HN: Personal Vault – Own your personal context, let AI agents query it
Every AI agent I use asks for the same context — my name, preferences, addresses — and I keep pasting it into different apps that each store their own copy.
Personal Vault is an encrypted local store for personal data with an MCP server so AI agents can query it with scoped access. You own the keys, the data never leaves your machine unless you allow it.
This isn't about agents talking to agents. It's about making the agent that works for you actually know who you are — with your permission, on your terms.
Use cases that click immediately: - Travel booking: agent pulls passport, loyalty numbers, seat pref, TSA PreCheck, dietary requirements - Form filling: government forms, insurance, visa docs — agent fills 90% of the fields from your vault
Technical details: - AES-256-GCM per field, Argon2id KDF, HKDF subkeys per category - Sensitivity tiers control what agents can see (public → standard → sensitive → critical) - Every access is audit-logged, tokens are scoped and revocable - Written in Go, no CGO, single binary, ~2500 lines
Install: curl -fsSL https://www.personalvault.dev/install.sh | sh GitHub: https://github.com/lovincyrus/personal-vault
Comments URL: https://news.ycombinator.com/item?id=47125889
Points: 1
# Comments: 0
8 Pantry Items That Home Cooks Are Sleeping on, According to Chefs
The Council of Europe’s Commissioner for Human Rights says that European governments should consider better enforcement against big tech companies before banning children from social media
Meta found 19% of young teen Instagram users saw unwanted nude or sexual images
Cripix Technology?
CRIPIX seems to be a new and unusual concept. I came across it recently and noticed it’s available on Amazon. The description mentions something called the Information Sovereign Anomaly and frames the work more like a technological and cognitive investigation than a traditional book. What caught my attention is that it appears to question current AI and computational assumptions rather than promote them. Has anyone here heard about it or looked into it ?
Comments URL: https://news.ycombinator.com/item?id=47125055
Points: 1
# Comments: 0
Open-AutoGLM: Zhipu AI's Open-Source Framework for Phone Agents (23k Stars)
Article URL: https://theagenttimes.com/articles/open-autoglm-23k-stars-the-phone-agent-framework-from-chinas-ai-heavyweight
Comments URL: https://news.ycombinator.com/item?id=47125052
Points: 1
# Comments: 0
Decided to fly to the US to buy some hard drives
Article URL: https://old.reddit.com/r/DataHoarder/comments/1rb9ot4/decided_to_fly_to_the_us_to_buy_some_hard_drives
Comments URL: https://news.ycombinator.com/item?id=47125046
Points: 1
# Comments: 0
Some silly Z3 scripts I wrote
Article URL: https://www.hillelwayne.com/post/z3-examples/
Comments URL: https://news.ycombinator.com/item?id=47125044
Points: 1
# Comments: 0
Cryptographic Reciprocity for Shared Reality in the Deepfake Era
Article URL: https://aquariuos.com
Comments URL: https://news.ycombinator.com/item?id=47125029
Points: 1
# Comments: 1
