frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tokenmaxxing: One AI budget, four jobs

https://www.mintlify.com/blog/tokenmaxxing-one-ai-budget-four-jobs
1•skeptrune•18s ago•0 comments

After SpaceX Goes Public, Does the Stock Market Fall?

https://www.thebignewsletter.com/p/monopoly-round-up-after-spacex-goes
1•connor11528•23s ago•0 comments

Show HN: Free in-browser post-production calculators, no signup

https://www.postmicrotools.com/
1•FuriosaStudio•1m ago•0 comments

After Automation: AI progress creates more work for humans, not less

https://every.to/p/after-automation
1•ParkRanger•2m ago•0 comments

Web Archive is banned from Wikipedia

https://en.wikipedia.org/wiki/Wikipedia:Archive.today_guidance
1•mgh2•3m ago•0 comments

The Frame Problem

https://plato.stanford.edu/entries/frame-problem/
2•rzk•7m ago•0 comments

A Wikipedia and news podcast by LLMs that isn't terrible

https://element47.podbean.com/
1•0gs•7m ago•1 comments

Alphabet plans to raise $80B for AI goals

https://www.reuters.com/legal/transactional/alphabet-raise-80-billion-equity-capital-ai-spending-...
2•jumploops•8m ago•0 comments

Show HN: NoSleepAgent – keep your MacBook awake until your agents finish

https://github.com/gergomiklos/nosleepagent
1•garymiklos•9m ago•0 comments

LTE Modems, 2 Raspberry Pis, and a Headless Chromium Clicking Reboot 4k Times

https://www.hilgard.cz/writing/lte-proxy-pool
2•hilgard•9m ago•0 comments

Without Intelligent Guardrails, Claude Code Is Pure Chaos

https://devarch.ai
1•ChicagoDave•10m ago•0 comments

Age verification for social media, the beginning of the end for a free internet?

https://mullvad.net/en/blog/age-verification-for-social-media-the-beginning-of-the-end-for-a-free...
1•StrLght•10m ago•0 comments

GPT-5.5 and Codex are now GA on Amazon Bedrock

https://aws.amazon.com/about-aws/whats-new/2026/06/amazon-bedrock-openai-models-codex-generally-a...
2•hackerBanana•10m ago•0 comments

Michael Burry's Chart on How Elon Musk-Nvidia Deal Is Putting Retirees at Risk

https://old.reddit.com/r/wallstreetbets/comments/1ttul6p/michael_burrys_chart_on_how_elon_musknvi...
2•sensanaty•15m ago•0 comments

Search privately and without ads – Uruky

https://uruky.com/?il=en
1•max1truc•18m ago•1 comments

The Art and Engineering of Silpheed

https://fabiensanglard.net/silpheed/
2•zoenolan•19m ago•0 comments

Prediction marketplace Kalshi gives Becerra high odds of winning

https://calmatters.org/politics/2026/06/kalshi-becerra-prediction-governor/
1•cdrnsf•23m ago•0 comments

A Primer on the Difference Between Long and Medium/Mid Range Strike

https://phillipspobrien.substack.com/p/weekend-update-186-a-primer-on-the
1•JumpCrisscross•25m ago•0 comments

Easy access to elevation data for New Zealand

https://nzelevationtools.com
1•dango2506•25m ago•0 comments

Chipotlai Max

https://github.com/cyberpapiii/chipotlai-max
1•nigelgutzmann•26m ago•0 comments

Hunting maps show 1080 drops in New Zealand current, planned and proposed

https://huntingnz.com/map/
1•dango2506•26m ago•0 comments

The U.S. Wants to Ban China's High-Tech Cars but They're Already Here in El Paso

https://www.wsj.com/business/autos/chinese-cars-byd-geely-u-s-mexico-be0dea28
2•bookofjoe•27m ago•3 comments

What's Easy Now? What's Hard Now? How AI Is Changing Software Development

https://brooker.co.za/blog/2026/05/18/whats-easy-whats-hard.html
3•pgedge_postgres•27m ago•1 comments

Razor 1911 and the Amiga Demoscene

https://www.generationamiga.com/2026/06/01/razor-1911-and-the-amiga-demoscene-outlaws-cracktros-a...
6•tetrisgm•31m ago•1 comments

Monitoring Was Easy. Preserving Context Was Hard

https://blog.bridgexapi.io/bxruntime-rollout-part-2-the-first-operational-layer-is-now-live
4•Bridgexapi•32m ago•0 comments

We taught the Momentic browser agent how to understand user intent

https://momentic.ai/blog/teaching-browser-agents-user-intent
9•wuweiweiwu•32m ago•0 comments

An exhaustive review of design tool hover areas

https://tldraw.dev/blog/a-review-of-design-tool-hover-areas
1•momojo•33m ago•0 comments

Trump Administration to Dismantle Ocean Monitoring System

https://www.nytimes.com/2026/06/01/climate/ocean-observatories-initiative.html
8•scoofy•33m ago•0 comments

agentgateway – One high-performance gateway for service, LLM, and MCP traffic

https://agentgateway.dev/
1•wicket•34m ago•0 comments

Montreal Cognitive Assessment

https://en.wikipedia.org/wiki/Montreal_Cognitive_Assessment
1•jonbaer•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