DEV Community

jg-noncelogic
jg-noncelogic

Posted on • Originally published at dataverse001.net

Show HN: Data that explains itself to Coding Agents (Bonus: free, BYOA Lovable)

I handed a coding agent a self-describing data graph and watched it build a live app from curl → shareable URL in minutes. Try: https://dataverse001.net/AxyU5_5vWmP2tO_klN4UpbZzRsuJEvJTrdwdg_gODxZJ.00000000-0000-0000-0000-000000000000 Source: https://dataverse001.net

The core idea: InstructionGraph = self-contained JSON objects with an "instruction" field + relations. Data nodes give context; structural nodes carry recipes (create apps, send messages, generate keys). Agents follow links only when needed, avoiding context bloat.

Boot sequence I ran: curl -sL https://dataverse001.net → feed JSON to an isolated agent → agent follows root, creates PAGE and backend objects on the hub → hub serves HTML/JS based on Accept header. Same server acts as simple DB + hosting. Repo:

Bottom line: useful for BYOA (bring-your-own-agent) experiments — agent-first infra that fetches narrow instructions instead of stuffing LLM context. It’s early and opinionated; try it locally, file issues, and tell them what broke. What would you build? #agents #BYOA #oss

Top comments (0)