frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

From Academia to Alignment

https://millicosm.substack.com/p/from-academia-to-alignment
1•danielmorozoff•3m ago•0 comments

The Agent Economy Has No Auditor

https://twitter.com/TruenceHQ/status/2100065538730807533
1•Kambizmalik•5m ago•0 comments

Will farm animals always suffer?

https://worksinprogress.co/issue/will-farm-animals-always-suffer/
1•gmays•5m ago•0 comments

Origin stories: idioms using 'walk'

https://www.suzannearnold.com/blog/origin-stories-idioms-using-walk
1•DanielVZ•8m ago•0 comments

Intelligent Interaction Techniques

https://arxiv.org/abs/2609.16295
1•azhenley•8m ago•0 comments

Cisco Email Gateway SQL Injection Yields Unauthenticated Root (CVSS 9.8)

https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-esa-inj-2b...
1•iamsyr•10m ago•0 comments

The Configuration Complexity Clock

http://mikehadlow.blogspot.com/2012/05/configuration-complexity-clock.html
1•sssilver•10m ago•0 comments

Build domain-specific harness and long-horizon agents with OS Python framework

https://github.com/cayu-dev/cayu
3•zamir_akimbekov•11m ago•0 comments

I Wanted to Stay in Canada So I Learned French

https://macleans.ca/longforms/i-wanted-to-stay-in-canada-so-i-learned-french/
1•cvhc•16m ago•0 comments

Occamy-1.0: Open Pareto-frontier 35B intelligence for co-work

https://arxiv.org/abs/2609.11977
1•donk8r•25m ago•0 comments

Anthropic Has Some Alignment Problems

https://thezvi.substack.com/p/anthropic-has-some-alignment-problems
2•gmays•25m ago•0 comments

Anthropic CEO renews call for AI slowdown as Nvidia's urges acceleration

https://www.theguardian.com/technology/2026/sep/15/anthropic-nvidia-ceos-ai
2•andsoitis•26m ago•0 comments

Important Notice on CoinEx's Orderly Cessation of Operations

https://www.coinex.com/en/announcements/detail/53539656293908
1•Bluestein•29m ago•0 comments

Ex150-17: The Unbearable Lightness of Being

https://www.exfatloss.com/p/ex150-17-the-unbearable-lightness
1•paulpauper•30m ago•0 comments

The Bad Guy with an AI Named Claude

https://thezvi.substack.com/p/the-bad-guy-with-an-ai-named-claude
1•paulpauper•30m ago•0 comments

Any markets strategies for B2B companies, how to approach them

1•Vineetyadav2•33m ago•0 comments

Vercel Labs

https://vercel.com/labs
1•MehrdadKhnzd•33m ago•0 comments

Stop Using Encrypted Email

https://www.latacora.com/blog/2020/02/19/stop-using-encrypted-email/
2•paulpauper•34m ago•1 comments

Isaac Asimov Asks, "How Do People Get New Ideas?"

https://www.technologyreview.com/2014/10/20/169899/isaac-asimov-asks-how-do-people-get-new-ideas/
2•maxall4•34m ago•0 comments

Is There Alien Debris on the Moon? Some Scientists Plan to Find Out

https://www.nytimes.com/2026/09/05/science/space/is-there-alien-debris-on-the-moon-some-scientist...
1•reaperducer•38m ago•0 comments

Paying for frontier AI models buys 4-month head start at 5x the cost

https://arstechnica.com/ai/2026/09/exclusive-open-chinese-models-close-gap-with-silicon-valleys-f...
2•torrance•44m ago•2 comments

Show HN: Respawn – content-addressed filesystem snapshots and undo (Rust)

https://github.com/savageAZfck/respawn
1•savag3AZfckk•45m ago•0 comments

Squeeze every token from your mid-tier subs

https://github.com/0gsd/sidepeace
1•0gs•46m ago•1 comments

Show HN: Ukodus – A Sudoku galaxy where every solve becomes a star (Rust/WASM)

https://ukodus.now/
1•kcirtapfrmspc•49m ago•0 comments

Show HN: Circle Crop Image – A lightweight, privacy-first circle cropper

https://circlecropimage.dev
1•steve200512•51m ago•0 comments

Anthropic 25x CI in six months

https://claude.com/blog/agentic-coding-is-straining-ci-heres-how-we-scaled-test-impact-analysis-a...
1•juanfatas•53m ago•0 comments

The Books We Read Too Late–and That You Should Read Now

https://www.theatlantic.com/books/archive/2022/09/books-younger-selves-recommendations/671601/
1•the-mitr•54m ago•0 comments

Negativland, Culture Jamming, and the Art of Making Something New

https://blog.archive.org/2026/09/11/negativland-culture-jamming-and-the-art-of-making-something-new/
18•bananaboy•1h ago•7 comments

Show HN: SeaSearch – Lightweight, S3-backed multi-tenant search engine

https://github.com/seacloud-lab/seasearch
2•Daniel-Pan•1h ago•2 comments

Small Tech: The Need for Principle-Driven Software

https://cdox.studio/small-tech
7•jethronethro•1h 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