Video yükleniyor...
Video Yüklenemedi
I built a form-filling agent that anyone can use 💫 This is an extremely simple but useful (I hope) app. Upload a fillable form 📋, some context files, and chat with the agent to fill the form out automatically ✍️ 1️⃣ Yes it is a Claude Code SDK wrapper... show more
48,466 görüntüleme • 8 ay önce •via X (Twitter)
23 Yorum

forms are such an underrated pain point curious what you found hardest: mapping model outputs to fields or handling weird edge cases in the pdf structure either way this feels like one of those "small" tools that quietly saves hours

I just built something similar, but for the browser

Does it work for pdfs that have no AcroForm fields? Can it detect inputs then?

nope, this is just for those with acroform fields there's some deeper tech we're looking into to address forms in general. though most modern net new forms these days should have acroform right?

Tbh our company deals with hundreds of non acroform pdfs. I guess it depends on the use case, on where those pdfs come from

really good to know, thanks for sharing. out of curiosity 1) what is the use case, 2) what types of docs? would love to take a look!

I'll happily share our case in your DM!

interesting

Looks very useful! I’m building an app with an interview format to fill the fields.

Very cool. Curious, what was your motivation to use chat UX for this particular task?

Form filling is 90% of enterprise work. You just automated the boring parts.

love this! feels like giving your forms a personal assistant who actually *likes* paperwork. curious—what’s the wildest form you’ve tested it on?

Checkout QNavix Odyssey. It does not just form-filling but many more.

Parsing first and then constraining generation to form fields is the right move - most errors in these agents come from sloppy document understanding, not reasoning.

Not all heros wear capes.

violet

@jerryjliu0, That's impressive! Automating form filling can save so much time. I'd love to learn more about the features and how it works. Great job!

sounds cool, can’t wait to try it out

Maybe local only might be fun

Looks like a useful tool for automating PDF forms.

amazing man! i can see this being very useful

The combination of parsing plus an agent is the interesting part here. Trust in how the context is read is what makes automation usable in the real world. How are you measuring accuracy across different input types?

Nice work. This kind of tool saves hours. What edge cases are the toughest?
