frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: OxyJen – Java framework to orchestrate LLMs in a graph-style execution

2•bdivyansh11•2h ago
For the past few months, I've been building OxyJen, an open-source framework for building reliable, multi-step AI pipelines in Java. In most Java LLM projects, everything is still just strings. You build a prompt, make a call, and then parse your regex and wait if it works on the "almost-JSON" that comes back. It's brittle, untestable, and feels like the opposite of Java's "contract-first" philosophy.

OxyJen's approach is different. It's a graph-based orchestration framework(currently sequential) where LLMs are treated as native, reliable nodes in a pipeline, not as magical helper utilities. The core idea is to bring deterministic reliability to probabilistic AI calls. Everything is a node in a graph based system, LLMNode, LLMChain, LLM api is used to build a simple LLM node for the graph with retry/fallback, jitter/backoff, timeout enforcements(currently supports OpenAI).

PromptTemplate, Variable(required/optional) and PromptRegistry is used to build and store reusable prompts which saves you from re writing prompts.

JSONSchema and SchemaGenerator is used to build schema from POJOs/Records which will provide Json enforcements on outputs of these LLMs. SchemaNode<T> wraps SchemaEnforcer and validator to map LLM output directly to the classes. Enforcer also makes sure your output is correct and takes maximum retries.

Currently working on the Tool API to help users build their custom tools in Oxyjen. I'm a solo builder right now and the project is in its very early stage so I would really appreciate any feedback and contributions(even a small improvement in docs would be valuable).

OxyJen: https://github.com/11divyansh/OxyJen

Show HN: Omni – Open-source workplace search and chat, built on Postgres

https://github.com/getomnico/omni
26•prvnsmpth•1h ago•8 comments

Show HN: Timber – Ollama for classical ML models, 336x faster than Python

https://github.com/kossisoroyce/timber
132•kossisoroyce•9h ago•26 comments

Show HN: Commitdog – Git on steroids CLI (pure Go, ~3MB binary)

https://aysdog.com/commitdog
3•anirbanfaith•6m ago•1 comments

Show HN: Xpandas – running Pandas-style computation directly in pure C++

2•xqli•2h ago•0 comments

Show HN: OxyJen – Java framework to orchestrate LLMs in a graph-style execution

2•bdivyansh11•2h ago•0 comments

Show HN: Logira – eBPF runtime auditing for AI agent runs

https://github.com/melonattacker/logira
20•melonattacker•10h ago•1 comments

Show HN: Workz–Git worktrees with zero-config dep sync and a built-in MCP server

https://github.com/rohansx/workz
2•rohansx•3h ago•0 comments

Show HN: Audio Toolkit for Agents

https://github.com/shiehn/sas-audio-processor
56•stevehiehn•18h ago•9 comments

Show HN: Steward – an ambient agent that handles low-risk work

https://github.com/study8677/Steward
2•867762462f•4h ago•0 comments

Show HN: Vibe Code your 3D Models

https://github.com/ierror/synaps-cad
54•burrnii•2d ago•16 comments

Show HN: I built an AI tool that walks you through Toyota's 5 Whys method

https://www.fivewhys.ai/
2•mogic•4h ago•0 comments

Show HN: Interactive 3D WebGL Globe for real-time daylight cycles

https://github.com/azialle/Oclock
3•codechibi•5h ago•2 comments

Show HN: Vertex.js – A 1kloc SPA Framework

https://lukeb42.github.io/vertex-manual.html
32•LukeB42•23h ago•19 comments

Show HN: Visualize Git commit histories as animated force-directed graphs

https://github.com/nshcr/git-commits-threadline
4•wwhxd•5h ago•0 comments

Show HN: I built open source Gmail organizer because I refused to pay $30/month

https://github.com/Lakshay1509/NeatMail
3•mafia15•6h ago•1 comments

Show HN: OpenTamago – P2P GenAI Tamagotch

https://open.tamago.chat
3•boiling_eggs•6h ago•0 comments

Show HN: HN Bot Detector - Detects LLM-Generated Comments on Hacker News

https://github.com/umairnadeem/hn-bot-detector
5•umairnadeem123•6h ago•2 comments

Show HN: Now I Get It – Translate scientific papers into interactive webpages

https://nowigetit.us
291•jbdamask•1d ago•128 comments

Show HN: Sun – Realtime voice agent for group conservation not just turn taking

https://www.getsun.io/
4•anand_pattern•8h ago•2 comments

Show HN: LocalRAG – Ask AI about your own documents (iOS/Android)

https://localrag.app
4•snakaya•12h ago•0 comments

Show HN: SwarmClaw – Orchestration dashboard for OpenClaw and AI agents

https://github.com/swarmclawai/swarmclaw
4•jamesweb•12h ago•1 comments

Show HN: ClawShield – Open-source security proxy for AI agents (Go, eBPF)

https://github.com/SleuthCo/clawshield-public
2•sleuthco•9h ago•1 comments

Show HN: LightJJ – Web-Based UI for Jujutsu VCS

https://github.com/chronologos/lightjj
2•Chronologos•9h ago•0 comments

Show HN: Unfucked - version all changes (by any tool) - local-first/source avail

https://www.unfudged.io/
136•cyrusradfar•3d ago•85 comments

Show HN: MCP-firewall: I created a policy engine for CLI Agents

https://github.com/dzervas/mcp-firewall
2•ttouch•9h ago•0 comments

Show HN: Tool to comply with the Pentagon's Claude ban

https://github.com/dabrez/shannonsRevenge
3•dabrez•9h ago•0 comments

Show HN: RetroTick – Run classic Windows EXEs in the browser

https://retrotick.com/
191•lqs_•2d ago•60 comments

Show HN: Gala – Sealed types, pattern matching, and monads for Go

https://github.com/martianoff/gala
3•mmcodes•11h ago•3 comments

Show HN: Claude-File-Recovery, recover files from your ~/.claude sessions

https://github.com/hjtenklooster/claude-file-recovery
99•rikk3rt•2d ago•41 comments

Show HN: I built speedmux, a libghostty-powered terminal multiplexer

https://github.com/webforspeed/speedmux
4•n89nanda•11h ago•1 comments