frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Nvidia Vera–The CPU for Agents [video]

https://www.youtube.com/watch?v=vLfrBembjsk
1•pretext•2m ago•0 comments

Can we trust AI to build a better version of itself?

https://www.ft.com/content/7cc7800f-18ed-47d8-9539-221ae3e16182
1•merksittich•2m ago•0 comments

open-spdd: Design Philosophy

https://github.com/gszhangwei/open-spdd/blob/main/docs/design-philosophy.md
1•pramodbiligiri•2m ago•0 comments

The Rubik's Contraption

https://robot-daycare.com/posts/2018-03-07-the-rubik-s-contraption/
1•prakashqwerty•2m ago•0 comments

Clothing, not air conditioning, should be 1st layer of response to extreme heat

https://indianexpress.com/article/opinion/columns/heat-wave-air-conditioning-extreme-heat-zomato-...
1•rustoo•3m ago•0 comments

High growth startups are full contact sports

https://iamandrespalacios.substack.com/p/high-growth-startups-are-full-contact
1•andres-palacios•5m ago•0 comments

I spent $2k.' Is Dreams of Violets AI slop – or the future of film-making?

https://www.theguardian.com/film/2026/jun/03/dreams-of-violets-ash-koosha-iran-tribeca-film-festival
1•beardyw•11m ago•0 comments

The Biggest Tell That Something Was Written by AI

https://www.theatlantic.com/technology/2026/05/how-to-tell-ai-writing/687345/
1•pretext•16m ago•0 comments

Open Code Review

https://shaping.systems/blog/open-code-review/
1•Ganipote•17m ago•0 comments

The Book of the Subgenius

https://www.vagobond.com/the-book-of-the-subgenius/
1•ZguideZ•23m ago•1 comments

The AI Agent Era Is Here

https://anci.app/ezine/2026/05_AI_Edge_For_Leaders_Flipbook_May_ANCI.html
1•rajl•24m ago•0 comments

Microsoft Doubles Down on Controversial Quantum Computing Claims

https://www.science.org/content/article/doubling-down-controversial-claims-microsoft-accelerates-...
2•igortru•26m ago•0 comments

The Claude Agent SDK Settings That Matter in Production

https://daydr3am3rz.substack.com/p/the-claude-agent-sdk-settings-that
2•_day_dr3am3r_•26m ago•1 comments

Missing worker at Los Alamos National Laboratory found dead in remote forest

https://www.latimes.com/world-nation/story/2026-06-02/missing-worker-at-high-security-lab-in-n-m-...
2•sizzle•26m ago•0 comments

An open-source, browser-based E-ink planner builder

https://planner.mycompassconsulting.com/
1•DoItForTheXP•26m ago•0 comments

Rewald

https://github.com/Akira-AA83/rewald
1•akirasan•27m ago•0 comments

UK publishers can opt-out of Google's AI search

https://www.gov.uk/government/news/cma-secures-fairer-deal-for-publishers-and-improves-google-sea...
1•edent•27m ago•0 comments

Trump signs new order to shut down bank accounts of undocumented immigrants

https://finance.yahoo.com/economy/policy/articles/trump-signs-order-shut-down-225333740.html
4•sizzle•28m ago•0 comments

"There is probably a lot of resume fraud or kickback grifts within FAANG"

https://twitter.com/ctjlewis/status/2061853042979311832
2•MrBuddyCasino•28m ago•0 comments

Free Yourself from the Copilot Tax

https://www.kronkai.com/blog/free-yourself-from-the-copilot-tax
1•deadprogram•29m ago•0 comments

GitHub Copilot Pricing Change

https://github.com/orgs/community/discussions/197089
1•5701652400•31m ago•1 comments

I made Authfluent Co., my own business

https://authfluent-co.github.io/
1•fpsgp•31m ago•1 comments

Show HN: Podlite 2.0 – a block-based markup language with typed blocks

https://podlite.org/2026/5/26/1/podlite-2-0-released
1•zagap•34m ago•0 comments

Dragonfly Energy files lawsuit against YouTube reviewer Will Prowse

https://www.sec.gov/Archives/edgar/data/1847986/000149315226026754/form8-k.htm
3•bbrookshier•36m ago•1 comments

The most beautiful formula not enough people understand

https://www.youtube.com/watch?v=fsLh-NYhOoU
1•peter_retief•37m ago•0 comments

AI Agents Enable Adaptive Computer Worms

https://arxiv.org/abs/2606.03811
2•droidjj•38m ago•0 comments

Recent improvements to the type checker – Swift Compiler

https://forums.swift.org/t/recent-improvements-to-the-type-checker/87048
1•matt_d•38m ago•0 comments

Recovering Eric Graham's 1987 Amiga Juggler raytracer source code

https://alphapixeldev.com/recovering-eric-grahams-1987-amiga-juggler-raytracer-source-code/
1•mariuz•41m ago•0 comments

Between tech hype and literary purity, I am trying to write

https://anastasiiaiurshina.substack.com/p/my-gentle-stochastic-parrots
1•iurshina•41m ago•0 comments

MiniMax M3 Review: Matching GPT-5.5 and Opus?

https://thomas-wiegold.com/blog/minimax-m3-review/
1•gkmcd•42m 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