frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Batchling – save 50% off any GenAI requests in two lines of code

https://github.com/vienneraphael/batchling
1•vienneraphael•19s ago•0 comments

Beautiful Mermaid

https://agents.craft.do/mermaid
1•tosh•35s ago•0 comments

Show HN: Deadhand – trustless Bitcoin inheritance in 2 minutes

https://github.com/pyoneerC/deadhand
1•maxcomperatore•49s ago•0 comments

Show HN: Deff – side-by-side Git diff review in your terminal

https://github.com/flamestro/deff
1•flamestro•56s ago•0 comments

Show HN: The best agent orchestrator is a 500-line Markdown file

https://github.com/bassimeledath/dispatch
1•bombastic311•2m ago•0 comments

California Public Technology Principles

https://argo-marketplace.github.io/future_of_california/
1•patwater10•4m ago•1 comments

Show HN: Conjure – 3D printed objects from text description only

https://conjure.tech
2•suchanekj•5m ago•1 comments

AI could help make society less selfish

https://techxplore.com/news/2026-02-ai-society-selfish.html
2•bikenaga•5m ago•0 comments

Travel North Tahoe Nevada ensures winter access

https://www.tahoedailytribune.com/news/travel-north-tahoe-nevada-ensures-winter-access-at-east-sh...
1•qualudeheart•5m ago•0 comments

Is It All over for Filmmakers?

https://www.shokunin.studio/blog/2026/2/18/is-it-all-over-for-filmmakers
1•SLHamlet•6m ago•1 comments

Show HN: Browser-based WebGL terrain editor with authoring mode and camera

https://playzafiro.com/isle-lab/
1•bartoszu_•6m ago•0 comments

The mechanics of autonomous software translation

https://alperenkeles.com/posts/autonomous-translations/
1•alpaylan•8m ago•0 comments

Pentagon officials send Anthropic best and final offer for military use of AI

https://www.cbsnews.com/news/pentagon-anthropic-offer-ai-unrestricted-military-use-sources/
3•rob•10m ago•0 comments

Durov Drama

https://substack.com/home/post/p-189273634
1•KyleVlaros•13m ago•0 comments

Show HN: I built a managed Claude AI and hosting service

https://codedoc.us
1•novatrope•14m ago•0 comments

Open Source in the Age of AI

https://john.onolan.org/open-source-in-the-age-of-ai/
2•Tomte•14m ago•0 comments

What I learned from the book 'Software Engineering at Google'

https://newsletter.techworld-with-milan.com/p/what-i-learned-at-swe-at-google-book
1•samspenc•16m ago•0 comments

Google Street View in 2026

https://tech.marksblogg.com/google-street-view-coverage.html
9•marklit•16m ago•0 comments

Show HN: I made a directory for Claude skills

https://skillsplayground.com/skills/
1•jackculpan•17m ago•0 comments

Kawasaki Corleo Electric Horse

https://global.kawasaki.com/en/corp/newsroom/news/detail/?f=20251211_7502
2•dabinat•17m ago•1 comments

Houston, we have a problem: Study points to clotting glitch in space

https://medicalxpress.com/news/2026-02-houston-problem-clotting-glitch-space.html
2•bikenaga•18m ago•1 comments

Show HN: Duck Talk – Real-time voice interface to talk to your Claude Code

https://github.com/dhuynh95/duck_talk
5•DanyWin•19m ago•0 comments

Thinking out loud: evolution and pretraining

https://hiranmay.com/blog/evolution-pretraining
1•hdarshane•20m ago•0 comments

OpenAI Has Poached Instagram's Celebrity Whisperer

https://www.vanityfair.com/news/story/openai-hires-charles-porch-instagram
1•herbertl•20m ago•0 comments

America Chose Not to Hold the Powerful to Account

https://www.theatlantic.com/ideas/2026/02/elite-accountability-powerful-impunity/686134/
18•JumpCrisscross•21m ago•0 comments

Self-Hosted LLMs Tier List

https://www.onyx.app/self-hosted-llm-leaderboard
1•RohoSwagger•21m ago•0 comments

Show HN: Depwire – Dependency graph and MCP tools so AI stops refactoring blind

https://github.com/depwire/depwire
2•atefataya•23m ago•2 comments

Show HN: Claude/Gemini/Codex 10-100x faster with pandō (CAD for code)

https://getpando.ai/
3•george_ciobanu•23m ago•2 comments

SynthID

https://deepmind.google/models/synthid/
3•tosh•26m ago•1 comments

Show HN: EK-1 – A local-first, sovereign AI agent built in Go and Rust

https://egokernel.com
1•felixche•26m ago•0 comments
Open in hackernews

Show HN: Ryvos – Autonomous AI assistant in Rust(15MB RAM,50 tools,16 providers)

https://ryvos.dev
1•aayush-mishraaa•1h ago
Hi HN,

I've been building Ryvos for the past few months — an open-source autonomous AI assistant written in Rust. It's the thing I wished existed: always-on, multi-channel, and actually secure.

The core idea: every tool call passes through a SecurityGate — 5 tiers of classification, 9 dangerous pattern regexes (rm -rf, DROP TABLE, curl|bash, etc.), Docker sandboxing, and human-in-the-loop approval for anything risky. Skills run in Lua/Rhai sandboxes, not raw system code. We've all seen what happens when AI assistants run community code without any vetting.

What it does: - Talk to it on Telegram, Discord, Slack, web dashboard, or terminal - 50 built-in tools (shell, file I/O, web search, grep, edit, browser...) - 16 LLM providers (Anthropic, OpenAI, Ollama, Groq, Gemini, Azure, Cohere, Mistral...) - MCP-native (stdio + SSE/Streamable HTTP) - Drop-in skills in Lua/Rhai with sandboxed execution - Ships as a single ~20MB static binary - 15-30MB RAM idle

Quick install: curl -fsSL https://raw.githubusercontent.com/Ryvos/ryvos/main/install.s... | sh

I'm a solo founder, built the entire 10-crate Rust workspace myself. Would love feedback — especially from people who've tried running personal AI assistants and hit security or performance walls.

GitHub: https://github.com/Ryvos/ryvos Website: https://ryvos.dev