frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Agent-o-rama: build, trace, evaluate, and monitor LLM agents in Java or Clojure

https://blog.redplanetlabs.com/2025/11/03/introducing-agent-o-rama-build-trace-evaluate-and-monitor-stateful-llm-agents-in-java-or-clojure/
47•yayitswei•10h ago

Comments

nathanmarz•6h ago
Hey, project lead here. I'm happy to answer any questions you have about Agent-o-rama or its technical internals.
esafak•5h ago
Can you compare it with JetBrains' Koog, if you are familiar with it? https://www.jetbrains.com/koog/

I see you're still using Clojure since writing Apache Storm!

nathanmarz•5h ago
I'm only somewhat familiar with Koog, but these these are major differences according to my understanding:

- Execution model: Koog is a library for defining agents that run within a single process. AOR agents execute across a distributed cluster, whether one node or thousands.

- Deployment and scaling: Koog provides no deployment or scaling mechanisms. That's something you need to figure out on your own. AOR includes built-in deployment, updating, and scaling.

- Integration complexity: Koog must be combined with other tools (monitoring tool, databases, deployment tools, etc.) to approximate a complete agent platform. AOR is fully integrated, including built-in high-performance, durable storage for any data model.

- Experimentation and evaluation: Koog has no features for experimentation or online evaluation. AOR includes extensive support for both.

- Scalability: AOR scales horizontally for both computation and storage. With Koog, you'd need to design and operate that infrastructure yourself.

- Observability: Koog's observability is limited to traces and basic telemetry exposed via OpenTelemetry. AOR provides a much broader set of telemetry, including "time to first token" and online evaluation charts. You can also split all time-series charts automatically by any metadata you attach to your runs (e.g. see how agent latency differs by the choice of model used). Plus, it's all built-in and automatic.

Please correct me if I'm wrong on any aspect of Koog.

Things you can do with diodes

https://lcamtuf.substack.com/p/things-you-can-do-with-diodes
131•zdw•4h ago•41 comments

AI's Dial-Up Era

https://www.wreflection.com/p/ai-dial-up-era
199•nowflux•7h ago•171 comments

An individual can change an organization

https://notes.eatonphil.com/2025-11-03-an-individual-can-change-an-organization.html
23•zdw•1h ago•2 comments

A friendly tour of process memory on Linux

https://www.0xkato.xyz/linux-process-memory/
92•0xkato•5h ago•10 comments

Guideline has been acquired by Gusto

https://help.guideline.com/en/articles/12694322-guideline-has-joined-gusto-faqs-about-our-recent-...
85•surprisetalk•5h ago•83 comments

When stick figures fought

https://animationobsessive.substack.com/p/when-stick-figures-fought
50•ani_obsessive•3h ago•10 comments

Ask HN: Who is hiring? (November 2025)

316•whoishiring•12h ago•344 comments

Linkers: A 20 Part Series (2007)

https://www.airs.com/blog/archives/38
53•mattrighetti•5h ago•3 comments

Inside an Isotemp OCXO107-10 Oven Controlled Crystal Oscillator

https://tomverbeure.github.io/2025/10/26/Inside-an-Isotemp-OCXO107-10.html
24•thomasjb•1w ago•0 comments

Learning to read Arthur Whitney's C to become smart (2024)

https://needleful.net/blog/2024/01/arthur_whitney.html
253•gudzpoz•12h ago•94 comments

Ask HN: Who wants to be hired? (November 2025)

141•whoishiring•12h ago•267 comments

Gallery of wonderful drawings our little thermal printer received

https://guestbook.goodenough.us
88•busymom0•10h ago•24 comments

State of Terminal Emulators in 2025: The Errant Champions

https://www.jeffquast.com/post/state-of-terminal-emulation-2025/
180•SG-•13h ago•154 comments

The Case Against PGVector

https://alex-jacobs.com/posts/the-case-against-pgvector/
289•tacoooooooo•15h ago•113 comments

A visualization of the RGB space covered by named colors

https://codepen.io/meodai/full/zdgXJj/
242•BlankCanvas•5d ago•54 comments

The MP3.com Rescue Barge Barge

https://blog.somnolescent.net/2025/09/mp3-com-rescue-barge-barge/
103•CharlesW•1w ago•34 comments

First recording of a dying human brain shows waves similar to memory flashbacks (2022)

https://louisville.edu/medicine/news/first-ever-recording-of-a-dying-human-brain-shows-waves-simi...
217•thunderbong•21h ago•204 comments

A robotaxi killed a beloved SF cat; city supervisor wants driverless car reform

https://www.sfchronicle.com/sf/article/waymo-killed-cat-21136038.php
21•mikhael•1h ago•7 comments

Draw high dimensional tensors as a matrix of matrices

https://blog.ezyang.com/2025/10/draw-high-dimensional-tensors-as-a-matrix-of-matrices/
14•matt_d•1w ago•1 comments

The Mack Super Pumper was a locomotive engined fire fighter (2018)

https://bangshift.com/bangshiftxl/mack-super-pumper-system-locomotive-engine-powered-pumper-extin...
117•mstngl•7h ago•87 comments

WebAssembly (WASM) arch support for the Linux kernel

https://github.com/joelseverin/linux-wasm
227•marcodiego•2d ago•52 comments

Skyfall-GS – Synthesizing Immersive 3D Urban Scenes from Satellite Imagery

https://skyfall-gs.jayinnn.dev/
116•ChrisArchitect•14h ago•29 comments

Handwriting Programs in J (2017)

https://www.hillelwayne.com/handwriting-j/
12•Bogdanp•1w ago•7 comments

Pixi: Reproducible Package Management for Robotics

https://prefix.dev/blog/reproducible-package-management-for-robotics
25•droelf•1w ago•7 comments

Why Nextcloud feels slow to use

https://ounapuu.ee/posts/2025/11/03/nextcloud-slow/
385•rpgbr•15h ago•296 comments

VimGraph

https://resources.wolframcloud.com/FunctionRepository/resources/VimGraph/
145•gdelfino01•14h ago•27 comments

UnitedHealth pays its own physician groups 17% more than outside ones

https://www.statnews.com/2025/11/03/unitedhealth-pays-its-optum-physicians-17-percent-more/
44•brandonb•2h ago•37 comments

Agent-o-rama: build, trace, evaluate, and monitor LLM agents in Java or Clojure

https://blog.redplanetlabs.com/2025/11/03/introducing-agent-o-rama-build-trace-evaluate-and-monit...
47•yayitswei•10h ago•3 comments

Harder, Better, Faster, Stronger Version of Uber H3 in Rust

https://grim7reaper.github.io/blog/2023/01/09/the-hydronium-project/
95•ashergill•1w ago•31 comments

FreakWAN: A floor-routing WAN implementing a chat over bare-LoRa (no LoRaWAN)

https://github.com/antirez/freakwan
43•teleforce•9h ago•18 comments