Remix.run Logo
Show HN: Enoch – Control Plane for Autonomous AI Research(github.com)
4 points by aliasocracy 10 hours ago | 1 comments

I built Enoch after working with OpenClaw and trying to get an agentic coding system setup with Codex. In the past, I was trying to manually generate, code, and test this all manually. Then - I figured I'd try to start automation. Too many times have I typed "Continue" and gone back to my work. I figured I could automate that. Well - Enoch is what stemmed from that.

My first implementations were a mess with OpenClaw. I'll spare you the details. I moved to n8n. n8n was not bad but it felt like I had to strong arm it to do what I wanted. Had issues, but less.

Then this system - LangGraph / FastAPI... it has been working pretty well. The papers generated seem to have meaning. Generation of ideas have shown to have some positive substance. All ideas are grounded on a basis of pass / fail or positive / negative - based on criteria set on idea generation.

I will spare you too much reading.

Disclaimer: Yes, I used Codex to help code and Claude for some verbiage. I am not new to coding but I know there is a huge stigma in the business for this AI coding assistance bits. AI has helped to allow me dump my ideas down to a worker - and not have to take the time to sit and learn to code to get ideas out. Democratized software could have a grand effect.

aliasocracy 5 hours ago | parent [-]

Working on adding some documentation as I think this may be a bit complex to digest for some.

https://alias8818.github.io/enoch-agentic-research-system/ https://solo-09d10f60.mintlify.app/ (Yes, I know. But it works for now)