KordingLab / llm4papers

Apache License 2.0
22 stars 0 forks source link

Research viability of direct hooks into Overleaf #10

Open wrongu opened 1 year ago

wrongu commented 1 year ago

Current git-based design

Pros

Cons

Hypothetical direct integration with overleaf

Speculative pros

Speculative cons and things to look into

j6k4m8 commented 1 year ago

I'm totally supportive and also overwhelmingly unmotivated to write it myself


  • we end up wanting to implement our own database

I'd consider this more an analytics and prompt-engineering feature opportunity than a con

  • unclear if git fetch/commit/merge loop is fast enough / scalable

LLM roundtrips are the dominant rate-limiter here, not sure that document IO speed really matters in a meaningful way beyond the one or two seconds to put in a "pending" indicator, like you mentioned before

j6k4m8 commented 1 year ago

Also there's rate limiting which kinda makes git endpoints a showstopper.

wrongu commented 1 year ago

I spent a bit of time in the overleaf source today and wrote some preliminary notes on how it works. My notes document then somehow got erased... so, here's what I can try to piece together again quickly:

Aaand that's about as far as I've gotten so far.