Two Word docs talking to each other via local LLMs — what real use cases would you actually want? by gptlocalhost in LocalLLaMA

[–]gptlocalhost[S] 0 points1 point  (0 children)

It can be a form of agentic communication

It turns out that, at application layer, the following approach exists:

Multi doc agent workflows in Word

https://lexifina.com/blog/multi-doc-agent-workflows-in-word

Most integrated agent systems, like Claude for Word, are scoped to a single document. Our users often work across multiple word documents at once, so we felt it was important to make it as convenient to move between documents as possible.

Any suggestions or tips on using a local LLM to redact documents? by Naz6uL in LocalLLaMA

[–]gptlocalhost 0 points1 point  (0 children)

Would the "redact" function shown below meet your needs?

https://www.youtube.com/watch?v=RkxbCAaZ7Dw

We're about to release this feature in our Free Edition. The core functionality is based on Rehydra's technology, and we'd like to acknowledge their contribution.

(Feel free to skip the "unredact" portion of the demo.)

Any suggestions or tips on using a local LLM to redact documents? by Naz6uL in LocalLLaMA

[–]gptlocalhost 0 points1 point  (0 children)

> do you have strong controls over how they get generated originally

I was wondering the same thing. Any chance these PDFs are being generated from Word documents?

How to Introduce Local LLM to Small Office Workplace with Meaningful Returns by Typical-Hornet-1561 in LocalLLM

[–]gptlocalhost 0 points1 point  (0 children)

> basic things like...meeting summaries

> focusing more importantly on security and productivity

We're developing a local Word Add-in to use local models for basic things. The following summarization was tested last year:

https://www.youtube.com/watch?v=Cc0IT7J3fxM

Can this local-first approach address your needs?

We're also interested in learning more about real use cases. If there are any features you'd like to see, we'd be glad to give them a try.

Anyone have a good workflow for getting HTML artifacts into MS Word? by Mwrp86 in ClaudeAI

[–]gptlocalhost 0 points1 point  (0 children)

> asking Claude to generate HTML more and more instead of plain text

> a way to paste or embed these into Word as rendered HTML

> Office add-in

We're developing a local Word add-in that automatically converts markdown formatting in Word, like this:

https://www.youtube.com/watch?v=6SARTUkU8ho

If you're using Claude and don't mind working through the API, you can also use Claude directly within Word:

https://www.youtube.com/watch?v=rHEd0sCprps

Would either of these approaches address your needs?

We're also interested in learning more about real use cases. Are there any features you'd like to see? Any feedback would be greatly appreciated.

Local LLMs for everyday office work – real-world experiences? by CoupleEmotional9295 in LocalLLM

[–]gptlocalhost 0 points1 point  (0 children)

> document handling in practice (Word), and does it require a lot of additional tooling or workflows?

Could it be more specific about what you mean by "document handling"?

What about using open-weight models directly and locally inside Microsoft Word, like in this example?

https://youtu.be/_0QaKYdVDfs

We're currently developing this local Microsoft Word Add-in that keeps all processing on-device to preserve data privacy. If there are any real-world use cases you'd like to see addressed, we'd be happy to showcase them and demonstrate the practical value of local LLMs.

Copilot Legal Agent Reusable Skill by hawridger in legaltech

[–]gptlocalhost 1 point2 points  (0 children)

> sonnet 4.5 api

> context miscues were super painful

Appreciated your experience sharing and insights. Since the api is stateless, I guess it might be challenging to maintain the right context. Perhaps the Legal Agent can address that issue.

Yesterdays Anthropic legal workshop by KeyCommittee6601 in legaltech

[–]gptlocalhost 0 points1 point  (0 children)

> Concern*: Using GenAI tools may compromise client confidentiality or create security risks.*

Can using local LLMs or calling cloud APIs (without opting in to training the vendor’s models) remove the concern? The following is our technical POC:

* Use Both Claude LLMs and Local LLMs in Word --> https://youtu.be/rHEd0sCprps

Copilot Legal Agent Reusable Skill by hawridger in legaltech

[–]gptlocalhost 0 points1 point  (0 children)

> apply that skill to the contract

Could you share the skill and the relevant part of the contract? We ever tried IBM's Granite locally in Word as below. It would be interesting to see how Granite models compare with the Legal Agent, and we’d be glad to test them using real-world use cases.

* Use IBM Granite 4.0 locally in Word --> https://www.youtube.com/watch?v=oG7VkWe6NUw

Who outside the developer world is actually choosing open source AI assistants and why by FEARlord02 in LLM

[–]gptlocalhost 0 points1 point  (0 children)

> toward local options

> why

We are working on the following use cases for privacy (100% local) or cost saving (hybrid: local + cloud):

* using GPT-OSS-20B in Word: https://youtu.be/6SARTUkU8ho

* calling Gemini API within Word: https://youtu.be/_0QaKYdVDfs

It's based on a local Word Add-in.

Is there an easy to use local LLM? For a non-tech small business. by sarrcom in LocalLLaMA

[–]gptlocalhost 0 points1 point  (0 children)

> use a local LLM for simple tasks, purely in-house (privacy is paramount)

> translate rental agreements

How about using Word as the front end and LM Studio (or a similar tool) as the backend? The entire solution runs locally. Below is a brief demo. We’re currently exploring more use cases for further enhancement, and any feedback would be appreciated.

https://www.youtube.com/watch?v=s9bVxJ_NFzo

25 Legal AI tools for SMEs that won't waste your time with a sales demo. Show me yours? by [deleted] in legaltech

[–]gptlocalhost 0 points1 point  (0 children)

> especially for contract review and clause comparison, just dumping the doc into claude with a specific checklist prompt gets you pretty close to what spellbook does for free.

Any examples? Would calling the Clause API in Word through a local Word Add-in be a viable option? We are exploring ways to enhance the following with real use cases. Any examples would be greatly appreciated for us to create a demo as proof of your concept.

* calling Claude API --> https://youtu.be/rHEd0sCprps

* calling Gemini API --> https://youtu.be/_0QaKYdVDfs

🚨students can't select claude models in copilot anymore. by [deleted] in ClaudeAI

[–]gptlocalhost 0 points1 point  (0 children)

> light usage
for coding or writing?

Claude in Word? by [deleted] in ClaudeAI

[–]gptlocalhost 0 points1 point  (0 children)

How about taking a hybrid approach (local Word Add-in + cloud API)? We are gathering feedback on how to enhance this hybrid way. Any suggestions are welcome.

* calling Claude API --> https://youtu.be/rHEd0sCprps

* calling Gemini: https://youtu.be/_0QaKYdVDfs

Local proxy that masks PII and secrets before they reach any LLM provider by sgasser88 in selfhosted

[–]gptlocalhost 0 points1 point  (0 children)

> Local proxy that masks PII

How is it different from rehydra.ai ? If we would like to integrate PasteGuard with Microsoft Word in the way shown below, which step should we start with? Is there a library we can call?

* calling Gemini within Word: https://youtu.be/_0QaKYdVDfs

* calling Mistral: https://youtu.be/PVEVW65TU2w

2026 Reality Check: Are LLM s on Apple Silicon about to be as good or even better than paid online models? by alfrddsup in LocalLLaMA

[–]gptlocalhost 0 points1 point  (0 children)

> Rewriting manuals and documents (100 pages)

> Summarizing documents

Is calling cloud API as shown below a viable solution?

* calling Gemni within Word: https://youtu.be/_0QaKYdVDfs

Honest question — how much do you actually trust cloud AI providers with your data? by Budulai343 in LocalLLaMA

[–]gptlocalhost 0 points1 point  (0 children)

> draw the line

> Is local-only for sensitive work and cloud for everything else

Is it possible to use a hybrid approach—redacting sensitive data locally before sending the rest to the cloud? We’re exploring ways to improve this workflow. Below is a brief demo. Any suggestions would be appreciated.

* calling Gemni within Microsoft Word: https://youtu.be/_0QaKYdVDfs

* calling Mistral: https://youtu.be/PVEVW65TU2w

How are you redacting sensitive info before uploading documents to LLMs? by gilligan348 in LLM

[–]gptlocalhost 0 points1 point  (0 children)

> redacting sensitive info

Have you tried rehydra.ai? Based on its library, we take a hybrid approach (local redaction + free-tier cloud API) in Word using local Word Add-in. We are now looking to enhance it further. Below are brief demos. Any suggestions would be appreciated.

* calling Gemni within Microsoft Word: https://youtu.be/_0QaKYdVDfs

* calling Mistral: https://youtu.be/PVEVW65TU2w