Hacker News new | ask | show | jobs
by lewisjoe 81 days ago
This is great work. I'm curious how did you get the agentic behavior integrated into your datamodel?

1. How does the AI read your document? have you exposed a JSON/XML?

2. How is AI generating edits over the document?

3. How are big documents presented to AI? Was minimizing token consumption a goal?

Fantastic work, btw!

1 comments

Yeah, all of that was fun/tricky to figure out. I'm planning to start a little dev blog on Revise that will get into the weeds of how this stuff works - will share it on here when I get around to it. Too much to explain in a comment. Thank you though!