frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Herv AI – Spatial Intelligence

https://hervai.com
1•kayumbaherve•33s ago•0 comments

GitHub

1•Julipaz•50s ago•0 comments

Reactive Python Notebooks in Jupyter

https://github.com/ipyflow/ipyflow
1•smacke•6m ago•0 comments

Show HN: AI Anime Finder – Natural language semantic search for AniList

https://zlvox.com/tools/anime-finder
1•mrdisloyal•8m ago•0 comments

AutoCO: An Online Continuous Optimization System for Phase-Changing DB Workloads

https://dl.acm.org/doi/10.1145/3832323
1•matt_d•8m ago•0 comments

Extinct Media Museum Tokyo

https://extinct-media-museum.blog.jp/otemachi/
1•sohkamyung•9m ago•0 comments

Show HN: Rivers – a Rust/Python orchestrator with native OIDC and forward auth

https://github.com/ion-elgreco/rivers
1•ion-elgreco•12m ago•0 comments

Google Was a Lifeline for Publishers. Now Some Are Thinking of Cutting It Off

https://www.wsj.com/business/media/google-search-publishers-ai-content-0fb06e41
1•1vuio0pswjnm7•23m ago•0 comments

Companies are optimizing models for specific benchmarks

1•mzubairtahir•26m ago•0 comments

Split Screen – browser workspaces to replace tab sprawl (free, local)

https://github.com/MIR-2025/brave-ext/tree/main/splitscreen
1•ruusvuu•28m ago•0 comments

A Tale of Two Tailnets

https://blog.exe.dev/a-tale-of-two-tailnets
2•shintoist•29m ago•0 comments

Shawn Ryan announces partnership with glacier [video]

https://www.youtube.com/watch?v=yB05HiKCCuI[video]
1•smalltorch•30m ago•1 comments

The Global Justice Report

https://globaljusticeproject.wid.world/global-justice-report/
1•homarp•30m ago•0 comments

Trump announces 2028 presidential bid

https://www.smh.com.au/world/trump-announces-2028-presidential-bid-20260725-p60iho.html
7•jiggawatts•41m ago•1 comments

Uber: HR crisis - Darden MBA Case Study (2020)

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3207044
1•mgh2•46m ago•1 comments

"As millionaires we have a message for our new Prime Minister: Tax us."

https://proudtopay.org
3•teekert•50m ago•2 comments

Michael Stevens and Hannah Fry: The Rest Is Science

https://therestis.com/science
1•tomfakes•53m ago•0 comments

The Architecture of Deep Thought: Fight AI Speed with Cognitive Friction

https://varnam.substack.com/p/the-architecture-of-deep-thought
1•arthurfleck•57m ago•0 comments

Show HN: Sync Claude Code and Codex configs, with a board that shows the drift

https://github.com/slash9494/ai-config-sync-manager
1•slash9494•1h ago•0 comments

AWS announces AWS-bench, an open-source benchmark for AI agents on AWS

https://aws.amazon.com/about-aws/whats-new/2026/07/aws-bench/
2•gslin•1h ago•0 comments

Lawsuits hours after new tariffs take effect, experts say tariffs may not hold

https://www.cnbc.com/2026/07/24/trump-tariffs-lawsuit-301-ieepa.html
2•MilnerRoute•1h ago•0 comments

A single underscore led to an innocent Halifax man's conviction

https://www.cbc.ca/news/politics/man-guilty-michael-barrett-threats-1.7546742
2•cperciva•1h ago•1 comments

Best Open-Weight LLMs by Memory Required (July 2026)

https://claude.ai/public/artifacts/4b74e194-a4b2-414f-a313-8d4b98a92b0b
2•yid•1h ago•1 comments

Coordination layer for AI coding agents, built on Git

https://github.com/zyads/loom-vcs
2•aether-zyads•1h ago•0 comments

An Introduction to Formal Logic(2020) [pdf]

https://logicmatters.net/ifl/pdfs/IFL2_LM.pdf
3•o4c•1h ago•0 comments

UK AISI / Caisi Preliminary Assessment of Kimi K3's Cyber Capabilities

https://www.nist.gov/news-events/news/2026/07/uk-aisi-caisi-preliminary-assessment-kimi-k3s-cyber...
9•walrus01•1h ago•0 comments

Why Do Autistic People Talk Like Animé Villains?

https://dispatchesfromtheautismwars.substack.com/p/why-do-autistic-people-talk-like
4•barry-cotter•1h ago•1 comments

Two Chinese win top Maths prize

https://www.bbc.com/news/articles/cvg84gp8xx4o
3•Alien1Being•1h ago•0 comments

The Productivity Mirage

https://frantic.im/mirage/
2•stopachka•1h ago•0 comments

US tech groups cut 140k jobs

https://www.ft.com/content/96a33881-27fd-42cf-8cff-4cbc87fc835f
5•Alien1Being•1h ago•1 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