LM Studio
Coverage of LM Studio in the Nexus archive.
- Show HN: Filling PDF forms with AI using client-side tool calling
SimplePDF Copilot is an AI-powered PDF editor that enables client-side operations like form filling, field detection, and page deletion while maintaining privacy by keeping data in the browser. Built on a 7-year-old privacy-focused platform used by 200k+ monthly users, it leverages open-source tools like CommonForms and supports local or cloud LLM integration.
- Running Local LLMs Offline on a Ten-Hour Flight
The article discusses running local Large Language Models (LLMs) like Llama 3 offline during a ten-hour flight using tools such as Ollama and LM Studio, enabling productivity without internet access. It highlights practical considerations for deploying AI models in disconnected environments.
- Show HN: VT Code – Rust TUI coding agent with multi-provider support
VT Code is a semantic coding agent built in Rust with support for multiple AI providers like Anthropic, OpenAI, and Google's Gemini. It utilizes tools like ast-grep and ripgrep for code analysis and offers local inference via LM Studio and Ollama. The project emphasizes open-source principles and modular architecture.