I've seen a lot of folks ask "can local LLMs actually do anything useful?"

Reddit r/LocalLLaMA News

Summary

The author shares a personal workflow using a local Qwen model to automate database evaluation, email correspondence, and document generation via Google Docs and PDF.

And I'm here to share my experience. The answer is resoundingly 'yes'. Let me start with the local model I use every day in my AI harness: embedding models. I'm using an embedding model to give my AI's persistent memory system a semantic search protocol that makes its memory recall feel seamless to the human user. Now my more recent use case: Lately, I have been trying new applications for Qwen3.6-35B-A3B. I have been experimenting with a flow where Qwen evaluates a database based on criteria I give it on a regular weekly interval. It then sends me an email based on the data that meets my criteria. I respond via email with my choice of which items it found to move forward with. It then takes my choice and runs that against our list of sources and our knowledge base to create a document, which it then pushes to a Google Doc, then emails me said Doc. I then edit the Google doc and leave comments for Qwen to incorporate as feedback. When we are done iterating, I email Qwen and tell it to convert the doc to our PDF template. It then converts the work into a nicely formatted PDF and emails it back to me so I can prepare it to send to the end user. I'm starting simple and moving to more complex tasks, but so far Qwen3.6-35B-A3 is just knocking down every task I put in front of it. I'll report back as things develop but seriously, verdict is yes. You can do many useful things with local LLMs. What are you doing with your local LLMs?
Original Article

Similar Articles

Local LLM Peeps

Reddit r/LocalLLaMA

A developer with 45 years of experience is building a local-first harness for LLMs with multi-agent logic, soon to be open-sourced on GitHub, and asks the community what features would improve their local LLM experience.

How are top tech companies actually using LLMs internally beyond basic coding help?

Reddit r/AI_Agents

This post explores how major tech companies like Google, Meta, and OpenAI are utilizing advanced LLM workflows internally, focusing on agentic tasks, human-in-the-loop systems, and practical applications beyond basic coding. It seeks real-world use cases and operational routines that smaller startups and teams can adapt to improve productivity and efficiency.

Effective use-cases for LLMs

Lobsters Hottest

This article shares practical, real-world use cases for LLMs in software engineering, including searching through customer conversations via RAG, triaging API failures from logs, and shortening content. It emphasizes efficiency gains and reducing manual sifting.