frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Applied AI Implementation Engineer Freelance

2•awongsem•1m ago•0 comments

Hours of Humanoid Teleop, Recorded in Real Homes

https://topicqueue.substack.com/p/500-hours-of-humanoid-teleop-recorded
2•DISCURSIVE•3m ago•0 comments

NewsOnScale

https://www.newsonscale.com/
2•AMILLI_AI_CORP•3m ago•0 comments

Achieving Host and MicroVM Density Using Erofs

https://spacescale.io/blog/achieving-host-and-microvm-density-using-erofs/
2•tobiogundiyan•4m ago•0 comments

AI Is Designing Radio Chips That Humans Couldn't Even Imagine

https://spectrum.ieee.org/ai-radio-chip-design
2•pseudolus•5m ago•0 comments

Show HN: OnBuzz – an open-source workspace for AI agent teams

https://github.com/Loxia-ai/onbuzz-community
2•Dantlv•7m ago•0 comments

Study: Governed AI retrieval – 97% pass rate, 67% fewer tokens (Emory, IBM)

https://promptowl.ai/resources/verifiable-context-governance/
2•sparkystacey•9m ago•1 comments

Show HN: OpenPhone – new open source, customized AI-native Android OS

https://github.com/secondly-com/openphone
2•talboren•12m ago•0 comments

Cargo thieves are following the AI boom

https://www.freightwaves.com/news/cargo-thieves-are-following-the-ai-boom
2•crescit_eundo•13m ago•0 comments

Quit Your Job (2022)

https://www.palladiummag.com/2022/01/06/quit-your-job/
4•gmays•14m ago•1 comments

Open-Source AI Tools That Feel Like Cheating in 2026

https://medium.com/open-ai/7-open-source-ai-tools-that-feel-like-cheating-2026-b6e1587bd0e6
2•sukhpinder0804•14m ago•0 comments

Steve Jobs Interview – 2/18/1981

https://www.youtube.com/watch?v=DbfejwP1d3c
2•downbad_•14m ago•0 comments

Show HN: Plansera AI, E-2 visa business plans, drafted by an AI

https://plansera.ai/
2•attorney-omer•15m ago•0 comments

Mars at Night 360 Panorama

https://www.360cities.net/image/mars-at-night
3•aggrrrh•15m ago•0 comments

Taste and judgement are lies we tell ourselves

https://technotes.substack.com/p/taste-and-judgement-are-lies-we-tell
2•mkagenius•16m ago•0 comments

Forget Work. Passive Income Is the New American Dream

https://www.wsj.com/lifestyle/careers/passive-income-dreams-2e67ee5c
4•impish9208•17m ago•1 comments

Solving Project Euler #2 in J

https://loriculus.org/blog/euler-2-j/
3•wenderen•17m ago•0 comments

Mushroom Behind 'Tiny Human' Visions Lacks Genes for Known Psychedelics

https://www.sciencealert.com/mushroom-behind-tiny-human-visions-lacks-genes-for-known-psychedelics
2•wjSgoWPm5bWAhXB•17m ago•0 comments

Notion Mail shuts down amid agent takeover

https://techcrunch.com/2026/06/25/notion-mail-shuts-down-amid-agent-takeover/
4•speckx•18m ago•0 comments

Italian Fascism

https://en.wikipedia.org/wiki/Italian_fascism
2•davedx•18m ago•0 comments

Joe Is Wrong (2009)

https://goran.krampe.se/2009/06/26/joe-is-wrong/
3•downbad_•19m ago•0 comments

Microsoft extends free Windows 10 ESU support to October 2027

https://www.bleepingcomputer.com/news/microsoft/microsoft-quietly-extends-free-windows-10-esu-sup...
4•speckx•20m ago•2 comments

Claude Skills that turn your AI agent into an expert business operator

https://github.com/adatarwa/operator-skills
2•quanzar•22m ago•0 comments

Venezuela Earthquake 2026 Response

https://tasks.hotosm.org/projects/53994
2•Gedxx•24m ago•0 comments

OpenRouter gives termination notice to Russian and Belarusian users

https://old.reddit.com/r/openrouter/comments/1ufjcq3/anyone_else_got_this_openrouter_notice/
4•theanonymousone•25m ago•0 comments

Next.js 16.3: Instant Navigations

https://nextjs.org/blog/next-16-3-instant-navigations
3•sangeeth96•25m ago•0 comments

chardet

https://github.com/chardet/chardet
2•tosh•26m ago•0 comments

DESI data suggest universe may not be isotropic

https://phys.org/news/2026-06-universe-large-scales-desi.html
3•sans_souse•28m ago•0 comments

OCR'ing 100k pages with open-source VLMs on Modal

https://www.redspring.xyz/blog/vlm-ocr-bench/
3•patrickdevivo•29m ago•0 comments

Elevator Saga: The elevator programming game

https://play.elevatorsaga.com/
2•mooreds•30m ago•0 comments
Open in hackernews

I built MCP on Ruby to help developers turn any Rails API into an MCP server

https://github.com/nagstler/mcp_on_ruby
2•NinjaGems•1y ago

Comments

NinjaGems•1y ago
I built MCP on Ruby, a gem that turns your Rails app into a fully-featured LLM server following the Model Context Protocol standard.

- What is it? Think of MCP as "REST for LLMs" - it standardizes how apps talk to AI models.

My implementation brings this to Ruby/Rails with:

Provider adapters for OpenAI & Anthropic (just add your API key)

Persistent storage options (memory, Redis, ActiveRecord)

Streaming responses for dynamic UIs

File handling & tool calling support

*Rails integration with just a few lines of code

- Why I built it I wanted a clean, Rails-friendly way to add AI capabilities without writing boilerplate for each provider. The existing MCP implementations were Python-focused, so I built this for the Ruby community.

- The ActiveRecord storage (just released in v0.3.0) lets you store conversations in your existing Rails database.

- Try it out: https://github.com/nagstler/mcp_on_ruby