frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I'm (mostly) picking models on speed now, not intelligence

https://martinalderson.com/posts/speed-vs-intelligence/
1•vinhnx•57s ago•0 comments

Show HN: AI Visibility: Check whether ChatGPT/Claude/Gemini recommend your brand

https://aivisibility.pro/
1•Baliy•1m ago•0 comments

Demystifying Deep Learning Compiler Front End Bugs: An LLM-Aided Empirical Study

https://arxiv.org/abs/2607.25651
1•matt_d•2m ago•0 comments

Apple engineer says he was fired after refusing to send cust. device IDs to AT&T

https://runtimewire.com/article/exclusive-apple-engineer-says-he-was-fired-after-refusing-to-send...
2•ryanmerket•3m ago•0 comments

South Korea records its highest

https://www.theguardian.com/world/2026/aug/03/south-korea-highest-temperature
1•tosh•5m ago•0 comments

Alexander Graham Bell's Tetrahedral Kites (1903–9)

https://publicdomainreview.org/collection/alexander-graham-bell-s-tetrahedral-kites-1903-9/
2•tzury•6m ago•0 comments

Ask HN: What Is Stripe Today?

1•Taikhoom2010•8m ago•0 comments

Show HN: AI Face Analyzer

https://lookblueprint.com
1•nuco•8m ago•0 comments

Be the best in the world, for a few real people

https://herbertlui.net/be-the-best-in-the-world-for-a-few-real-people/
1•herbertl•18m ago•0 comments

Don't Pave the Cow Path

https://alearningaday.blog/2026/08/02/dont-pave-the-cow-path/
1•herbertl•20m ago•0 comments

Aquila Voice Assistant Test Suite for Home Assistant

1•aquila416•22m ago•0 comments

The Shooter Didn't Expect This [video]

https://www.youtube.com/watch?v=XXXKnUnc8Sg
1•Bender•24m ago•0 comments

First open-source firmware for AM5 officially launches

https://www.tomshardware.com/pc-components/motherboards/first-open-source-firmware-for-am5-offici...
1•peter_d_sherman•25m ago•0 comments

Print Your Speakers

https://printyourspeakers.com
1•michael_michael•27m ago•0 comments

Qwen 3.8-Max and Qwen3.8-27B are going open weight

https://twitter.com/Alibaba_Qwen/status/2084100707423289643
3•ahmadawais•28m ago•3 comments

MiniMax-H3 weights are up

https://huggingface.co/MiniMaxAI/MiniMax-H3
2•dagaci•30m ago•1 comments

OpenAI's super PAC is funding AI-generated news site attacking industry critics

https://www.modelrepublic.org/articles/the-reporters-at-this-news-site-are-ai-bots.-openai%E2%80%...
5•JSR_FDED•33m ago•1 comments

PirateBox: An "artistic provocation" in lunchbox form (2011)

https://arstechnica.com/tech-policy/2011/01/piratebox-an-artistic-provocation-in-lunchbox-form/
1•cardamomo•38m ago•0 comments

Local vs. Frontier: Benchmarks for My Digital Nervous System

https://humanparadox.org/local-vs-frontier-benchmarks-for-my-personal-assistant/
1•colingauvin•39m ago•0 comments

Southern California radio station lays off staff switches to all-music format

https://ktla.com/news/california/socal-radio-station-lays-off-entire-staff/
2•Bender•39m ago•0 comments

OneRaccoonAway – Jimothy-inspired Seattle bus times

https://www.oneraccoonaway.org/
1•aaronbrethorst•41m ago•0 comments

Linux 7.2-Rc6 Released: "This RC Is Huge"

https://www.phoronix.com/news/Linux-7.2-rc6-Released
2•Bender•42m ago•0 comments

Qwen 3.8 Max Live Now

https://www.qwencloud.com/models/qwen3.8-max
20•zkmon•45m ago•2 comments

The VP is not ignoring you

https://ganzefolge.substack.com/p/the-vp-isnt-ignoring-you
1•neinasaservice•46m ago•0 comments

FastJSON Broke Again. Why?

https://blog.vonng.com/en/cloud/fastjson-boom/
1•EnnEmmEss•47m ago•0 comments

Qwen3.8-Max: A New Bar for Coding and Cowork

https://qwen.ai/blog?id=qwen3.8
17•ai2027•47m ago•0 comments

US Water Systems Hit by Suspected Iranian Cyber Attacks

https://www.opforjournal.com/p/us-water-systems-hit-by-suspected
3•djwhite155•51m ago•1 comments

Yen leaps after intervention, leaving the dollar bruised

https://www.reuters.com/world/asia-pacific/dollar-suddenly-falls-against-yen-traders-alert-furthe...
4•Jimmc414•52m ago•1 comments

RFC 9846: The Transport Layer Security (TLS) Protocol Version 1.3

https://www.rfc-editor.org/rfc/rfc9846.html
1•Jimmc414•52m ago•0 comments

Ask HN: Have LLMs Plateaued?

4•leandrobon•54m ago•2 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