frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Practical Side of Building AI Products in Production [video]

https://www.youtube.com/watch?v=nBQEaMC27eM
1•Harish_0089•41s ago•0 comments

Show HN: DBLift – database migration management for Python teams

https://dblift.com/
1•cmodiano•48s ago•0 comments

Show HN: Typebase – A single-folder back end you write in TypeScript

https://typebase.io
1•andrewww-dev•2m ago•0 comments

The Record: Predictions

https://longbets.org/predictions/
2•EndXA•4m ago•0 comments

PepsiCo Scraps Coverage of Weight-Loss Drugs for Employees

https://www.bloomberg.com/news/articles/2026-08-25/pepsico-scraps-coverage-of-weight-loss-drugs-f...
2•cramer4next•5m ago•0 comments

A Trillion Times Larger

https://0xsmac.substack.com/p/a-trillion-times-larger
1•tosh•6m ago•0 comments

Bill Gates warns A.I. is more dangerous than Big Tech will admit

https://www.nytimes.com/2026/08/26/technology/bill-gates-ai-risks.html
1•eternalreturn•7m ago•0 comments

MI Rep "I took off a dead voter and guess what? That dead voter was put back on"

https://twitter.com/WallStreetApes/status/2092567742914122117
2•bilsbie•8m ago•0 comments

As Ubuntu embraces AI, Debian discusses banning all AI-generated code

https://www.xda-developers.com/as-ubuntu-embraces-ai-debian-discusses-banning-all-ai-generated-code/
1•robtherobber•8m ago•0 comments

Oral-History: Frances "Fran" Allen

https://ethw.org/Oral-History:Frances_%22Fran%22_Allen#Working_on_Early_Supercomputers:_The_Stret...
1•Bluestein•9m ago•0 comments

Axera AX8850 LLM running ggufs

https://github.com/woolcoxm/LLMTest
1•woolcoxm•9m ago•0 comments

Moonshot AI wants 30% of what US clouds earn from Kimi K3

https://thenextweb.com/news/moonshot-k3-revenue-sharing-us-clouds
3•Aboutplants•11m ago•0 comments

The turbulent AI era is here. The choices we make now are critical.

https://www.gatesnotes.com/work/make-ai-work-for-everyone/reader/a-turbulent-ai-era-and-critical-...
1•nanna•12m ago•0 comments

Just say something people want

https://www.gkogan.co/say-something-people-want/
2•gk1•12m ago•0 comments

Zig removes support for wasi-Libc

https://codeberg.org/ziglang/zig/pulls/36633
1•jedisct1•13m ago•0 comments

Show HN: A local tool that logs every time you swear at your AI coding assistant

https://github.com/fireinbelly/biomass-conversion-index-monitoring-system
1•lokinkl•13m ago•0 comments

Futurepedia

https://www.futurepedia.straxos.com/
1•geoinline•14m ago•0 comments

Show HN: Vyukov MPSC queue in C++20 with a six-claim formal memory-model proof

https://github.com/nisgemML/mpsc-queue
1•nisgem•18m ago•0 comments

Russia starts blocking DoH and DoT

https://risky.biz/risky-bulletin-russia-starts-blocking-doh-and-dot/
1•pjf•18m ago•0 comments

Radiation link in flight attendant's breast cancer, French court finds

https://www.bbc.com/news/articles/cn0j3z6147jo
3•dazhbog•20m ago•0 comments

LinkedIn's 'Seems Like AI Slop' button drops views by 40%

https://finance.yahoo.com/technology/ai/articles/linkedin-seems-ai-slop-button-195000046.html
5•mrweasel•20m ago•0 comments

Show HN: Code Stitcher – Apply any LLM output to your local codebase

2•aihatterer•22m ago•0 comments

The Intelligence Monopoly Is Over. Creating a God's Eye View of the Iran Strikes

https://www.spatialintelligence.ai/p/the-intelligence-monopoly-is-over
1•Bluestein•22m ago•0 comments

RandomAI – A retro split-flap board that routes you to a random AI

https://www.google.com/search?q=https://randomai.chat
1•theaijournalope•28m ago•1 comments

Playing whack-a-mole is losing

https://dadrian.io/blog/posts/whack-a-mole-is-losing/
1•allanbreyes•32m ago•0 comments

Baleba Signs for Manchester United

https://thefinalthirdfootball.blogspot.com/2026/08/thefinalthirdfootball.html
2•Africanway•33m ago•0 comments

AI models flub these intelligence tests. Can you fare any better?

https://www.technologyreview.com/2026/08/26/1141952/puzzles-ai-models-flub-these-tests/
2•joozio•33m ago•0 comments

Quantifying AI data center nitrogen oxide (NOx) emissions from space

https://arxiv.org/abs/2608.22153
1•vintagedave•34m ago•1 comments

Show HN: backpressure.systems adds MCP and CLI

https://backpressure.systems/mcp-and-cli
1•leocardz_•36m ago•0 comments

A spy satellite simulator in the browser, except the data is real

https://github.com/bilawalsidhu/gods-eye-view
1•bauerpl•39m 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