frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

How I Built and Maintain "Last Week on HN"

https://lastweekonhn.xyz/write-up
2•gametorch•5m ago•0 comments

Celebrating 50K users with Kagi free search portal, Kagi for libraries, and more

https://blog.kagi.com/50k
3•leephillips•6m ago•0 comments

FDA to Issue National Priority Vouchers to Companies for US National Interests

https://www.fda.gov/news-events/press-announcements/fda-issue-new-commissioners-national-priority-vouchers-companies-supporting-us-national-interests
1•bookofjoe•6m ago•0 comments

EigenCloud, a Developer Platform to Unlock Crypto's App Era

https://blog.eigencloud.xyz/introducing-eigencloud/
1•emrehan•9m ago•0 comments

Applied Intuition raises $600M as it pushes further into defense

https://techcrunch.com/2025/06/17/applied-intuition-raises-600-million-as-it-pushes-further-into-defense/
1•rntn•10m ago•0 comments

New Study Solves the Bronze Age 'Tin Problem' [video]

https://www.youtube.com/watch?v=ZCuTJvvKQg8
1•pfdietz•11m ago•0 comments

Show HN: You don't have time to watch 40-minute videos

https://youshort.app
1•elthomasdev•12m ago•1 comments

Show HN: I made PaneFlow – a no-code solution for creating slideshows

https://paneflow.com
10•nolimits4web•13m ago•0 comments

Time Series Forecasting with Graph Transformers

https://kumo.ai/research/time-series-forecasting/
3•turntable_pride•13m ago•0 comments

Understanding and Coding the KV Cache in LLMs from Scratch

https://sebastianraschka.com/blog/2025/coding-the-kv-cache-in-llms.html
3•sbbq•16m ago•0 comments

X.org Security Advisory: multiple security issues X.Org X server and Xwayland

https://lists.x.org/archives/xorg-announce/2025-June/003608.html
2•speckx•16m ago•0 comments

The Shape of What You Meant

https://blog.index.network/the-shape-of-what-you-meant
7•chadfowler•16m ago•1 comments

Cursor BugBot vs. Entelligence

https://www.entelligence.ai/blogs/Cursor-BugBot-vs-Entelligence
2•sebg•16m ago•0 comments

Agentic AI Is Reshaping Digital CX. Is Your Business Ready?

https://gazeon.site/agentic-ai-is-reshaping-digital-cx-is-your-business-ready/
2•eligrid•16m ago•0 comments

The SRE Report 2025 Survey by Catchpoint

https://www.catchpoint.com/asset/2025-sre-report
2•tanelpoder•16m ago•0 comments

Race to Tokyo: JAL and Finnair's Separate Paths from Helsinki

https://www.flightradar24.com/blog/flight-tracking-news/jal-finnair-helsinki-tokyo-race/
3•nradov•18m ago•0 comments

Is your AI safe? Threat analysis of MCP

https://www.cyberark.com/resources/threat-research-blog/is-your-ai-safe-threat-analysis-of-mcp-model-context-protocol
1•dangtony98•18m ago•0 comments

Germ Theory of Disease

https://en.wikipedia.org/wiki/Germ_theory_of_disease
1•rolph•20m ago•0 comments

Using Windows 10 past EOL (via LTSC supported to 2032)

https://massgrave.dev/windows10_eol
2•xeonmc•20m ago•0 comments

Miasma Theory

https://en.wikipedia.org/wiki/Miasma_theory
3•rolph•21m ago•0 comments

Banking data reveals early warning signs of cognitive decline in older adults

https://medicalxpress.com/news/2025-06-banking-reveals-early-cognitive-decline.html
2•speckx•21m ago•0 comments

An Attempt at Defining Consciousness

https://drive.google.com/file/d/18GEVyw7QTAX-0pxYWBrGm_zta-d6okmN/view?usp=drivesdk
1•Trenthug•21m ago•0 comments

Working with stacked branches in Git (Part 1)

https://andrewlock.net/working-with-stacked-branches-in-git-part-1/
1•gsky•22m ago•0 comments

Did LinuxJournal publish an hallucinated article?

https://www.linuxjournal.com/content/arch-linux-breaks-new-ground-official-rust-init-system-support-arrives
2•rawkode•23m ago•2 comments

Show HN: Simplest Git Statistics in CLI

https://github.com/git-quick-stats/git-quick-stats
1•ebod•23m ago•0 comments

Public/protected/private is an unnecessary feature

https://catern.com/private.html
1•PaulHoule•23m ago•0 comments

Writing Guidelines in My Prompts

https://twitter.com/HamelHusain/status/1934029394391228818
1•tosh•23m ago•0 comments

He's got the rights, the original code, and is about to relaunch Dungeon Rampage

https://www.pcgamer.com/games/action/dungeon-rampage-interview/
3•danso•24m ago•0 comments

How Uber Migrated from Hive to Spark SQL for ETL Workloads

https://www.uber.com/en-IL/blog/how-uber-migrated-from-hive-to-spark-sql-for-etl-workloads/
1•simplesort•24m ago•0 comments

We built a dev-friendly way to ship OAuth integrations in minutes for just $1

https://onedollaroauth.com
1•0xblacklight•25m ago•1 comments
Open in hackernews

Show HN: LlamaBot – Turn any Rails app into an autonomous AI agent in 2 minutes

https://github.com/KodyKendall/llama_bot_rails
1•kody_06•4h ago
Hi HN! I just open-sourced LlamaBot, a Rails gem that embeds a live, autonomous AI agent into any Rails app in under 2 minutes.

Key features: - Automatic app introspection via Rails Console - Persistent memory for custom commands and insights - Natural language training for tasks, rake commands, and data interactions - Powered by LangGraph with real-time ActionCable/WebSocket integration

Full walkthrough here: https://youtu.be/ZvqCO0AogDY

Shorts-style 3-min demo video here: https://youtube.com/shorts/ZWLl-5qMEGg?feature=share

Would love any thoughts, feedback, and any questions you have. :) Thanks!

Comments

kody_06•4h ago
Active now if anyone has questions! :)
darrenspencer95•3h ago
Do people still use Ruby on Rails? Why build this for Rails instead of some other framework?
kody_06•3h ago
Absolutely! Rails continues to power incredibly productive teams and large-scale apps (GitHub, Shopify, Airbnb, Stripe, etc.). Rails uniquely enables small teams—or even solo developers—to build powerful, integrated apps quickly, which is exactly the environment I want for an AI agent.

Rails’ structure (ActiveRecord, migrations, generators, rich conventions) provides a deeply introspectable, consistent, and predictable environment—perfect for autonomous AI agents to learn, understand, and reliably execute tasks.

Other frameworks often require more custom glue or boilerplate. Rails is "batteries-included," which lets an AI agent leverage existing integrations (like Twilio, Gmail, Stripe, Quickbooks, etc.) out-of-the-box, making it the ideal playground for experimenting with powerful, generalized agents.

I built my first startup on Rails, it's extremely powerful and productive for solo devs, and my tool of choice for building quickly. :)