frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How to Make Your AI Agent EU AI Act Compliant: A Practical Guide

https://medium.com/@MirArshadTalpur/how-to-make-your-ai-agent-eu-ai-act-compliant-a-practical-gui...
1•Arshad-Talpur•3m ago•0 comments

Show HN: Sokkan – an HITL Claude Code cockpit that remembers, at session startup

https://github.com/ninabot-ch/sokkan
1•micaudn•5m ago•0 comments

Show HN: Open-source shared memory for teams of AI coding agents

https://github.com/motif-Labs/motif
1•merthdotxyz•5m ago•0 comments

Googlebook: The laptop your Android phone has been waiting for

https://blog.google/products-and-platforms/devices/googlebook/pre-order-googlebook/
1•thm•8m ago•0 comments

Australia considers banning the use of smart glasses in government buildings

https://www.reuters.com/business/media-telecom/australia-considers-banning-use-smart-glasses-gove...
1•MC995•10m ago•1 comments

You're Already a Meat Proxy

https://twitter.com/obie/status/2101779116056088732
1•obiefernandez•11m ago•0 comments

Et Tu, MacBook? Unprivileged Keystroke Inference via Built-In IMU Side Channel

https://arxiv.org/abs/2609.21569
1•sbulaev•11m ago•0 comments

DeepSeek is training a 2T-parameter model and plans to build an 8T-parameter one

https://twitter.com/wallstengine/status/2101982843656388644
2•theanonymousone•12m ago•0 comments

OpenAI Weighs Funding Round at over $1.2T Valuation

https://www.bloomberg.com/news/articles/2026-09-15/openai-weighing-funding-round-at-over-1-2-tril...
2•dgellow•14m ago•0 comments

HP Googlebook 14c

https://www.hp.com/us-en/shop/pdp/hp-googlebook-14c-cf0815nr
2•theanonymousone•15m ago•0 comments

Beyond Ukraine: Why Europe is preparing for a wider conflict

https://www.cnn.com/2026/09/21/politics/nato-prepares-russia-widen-ukraine-war-mcgurk
1•rawgabbit•15m ago•0 comments

LM Studio is a free desktop app to run local LLMs on your own computer

https://www.lm-studio.net/
1•wsm123456•16m ago•1 comments

Leaving US Big Tech in a Week

https://yves.vg/blog/leaving-us-big-tech-in-one-week.html
2•yvg0•18m ago•0 comments

A never-ending childhood of malaria

https://ourworldindata.org/a-never-ending-childhood-of-malaria
1•surprisetalk•18m ago•0 comments

Show HN: Jev-CLI – CLI wrapper for JEV typesafe AI model

https://github.com/joshLong145/jev-cli
2•joshLong145•20m ago•0 comments

Amazon blocks Meta's Muse AI assistant in new standoff over agentic shopping

https://www.geekwire.com/2026/amazon-blocks-metas-muse-ai-assistant-in-new-standoff-over-agentic-...
3•mfiguiere•21m ago•1 comments

DBison: Free Modern Database Explorer

https://dbison.app/
1•janvorisek•21m ago•0 comments

Kimi Code Desktop

https://www.kimi.com/code/docs/en/kimi-code-desktop/getting-started.html
1•nekofneko•22m ago•0 comments

Longitudinal survey finds little evidence that social tech predicts satisfaction

https://phys.org/news/2026-09-longitudinal-survey-evidence-social-tech.html
2•pseudolus•23m ago•0 comments

Show HN: I built Founder.best Product Hunt alternative for LLM product discovery

https://www.founder.best
2•NimeshikaP•24m ago•1 comments

Raspberry Pi blocks changing RAM chips

https://forums.raspberrypi.com/viewtopic.php?p=2380887#p2380888
32•edandersen•24m ago•6 comments

Your cloud survived everything except the real world – AWS

https://www.theregister.com/columnists/2026/09/21/your-cloud-survived-everything-except-the-real-...
1•beardyw•25m ago•0 comments

A Doomsday Scenario for American AI

https://www.thefp.com/p/tyler-cowen-a-doomsday-scenario-for
2•chrisseldo•27m ago•0 comments

SpaceX Restricts Airspace over McGregor Facility Ahead of Tesla Roadster Event

https://driveteslacanada.ca/news/spacex-mcgregor-tfr-roadster-event/
1•bookofjoe•28m ago•0 comments

Stanford, Silicon Valley, and the pursuit of power [video]

https://www.youtube.com/watch?v=XsfJTbdVFo0
3•thm•28m ago•0 comments

A build graph that rolls dice

https://fzakaria.com/2026/09/20/a-build-graph-that-rolls-dice
1•ingve•28m ago•0 comments

JevBench: Benchmark for Jev-Class Models

https://benchmarkheaven.com/jev-models
2•oscarfr•29m ago•0 comments

A functional test cannot be failed on biological grounds

https://leoferres.blog/a-functional-test-cannot-be-failed-on-biological-grounds/
1•leoferres•29m ago•0 comments

Ask HN: Is it impossible to disable Siri on macOS 27?

4•semidror•31m ago•0 comments

Show HN: JevGeni, the fruit-fly claw machine overator

https://jevgeni.vercel.app
3•deemkeen•35m 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