SShortSingh.
Back to feed

DocuChat offers lawyers a self-hosted, offline AI tool with verified citations

0
·9 views

DocuChat is an open-source, locally hosted document chat application built specifically for legal professionals who need to query sensitive files without exposing them to third-party cloud services. The tool runs entirely on a lawyer's own machine using local AI models via Ollama, a FastAPI backend, and a LanceDB vector store, requiring no API keys from providers like OpenAI or Google. A key feature is its citation verification system, which checks whether any source quote proposed by the AI model actually appears in the retrieved document at the claimed location — dropping unverifiable claims rather than displaying them. The app supports contracts, deposition transcripts, pleadings, scanned PDFs, and discovery bundles, with matter-scoped retrieval to prevent data from one client file bleeding into another. The project is available on GitHub, where its developers are seeking community validation to continue development.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

DreamLayer lets developers build AR glasses plugins in 25 lines of Python

DreamLayer is an open-source memory layer for AR glasses, released under the Apache-2.0 license, that supports a plugin system called lenses. Developers can build a minimal working lens in roughly 25 lines of Python without any physical hardware. The framework includes CLI tools for validating, previewing, and packaging plugins, as well as a browser-based simulator that runs the real renderer. Each plugin installation goes through an automated validation gate that checks manifest structure, checksum integrity, and capability usage. Completed plugins can be submitted to the public registry via a pull request or sideloaded directly through the control panel.

0
ProgrammingHacker News ·

Stanford Releases Free Online Textbook on Wireless Communication Fundamentals

Stanford University has made a textbook titled 'Fundamentals of Wireless Communication' freely available online. The book is authored by David Tse, a professor at Stanford, and covers core concepts in wireless communication systems. The resource was shared on Hacker News, where it attracted reader attention. Such open-access academic materials provide students and engineers with foundational knowledge in wireless technology without cost barriers.

0
ProgrammingDEV Community ·

Why Copy-Paste Still Breaks Across Operating Systems in 2026

Copying and pasting content across different operating systems — such as Linux, macOS, and Windows — remains a persistent challenge for developers despite decades of computing progress. Each OS stores clipboard data in its own proprietary formats, making rich text, images, and app-specific content difficult to transfer reliably between platforms. Security sandboxing, which isolates operating environments to prevent unauthorized data access, is another intentional barrier that complicates cross-OS clipboard sharing. The absence of a universal, secure network protocol for clipboard synchronization means users must rely on cumbersome workarounds like emailing themselves, using cloud storage, or pasting into messaging apps. While Apple has largely solved this within its own ecosystem through Universal Clipboard, seamless cross-vendor clipboard sync remains an unsolved problem.

0
ProgrammingDEV Community ·

Pollux Launches Anonymous Real-Time Tracker for Nigerian Political Sentiment

A developer has built Pollux, an anonymous platform that lets users vote support, undecided, or oppose on 52 Nigerian politicians at national and state levels. The tool displays live vote tallies, regional breakdowns across Nigeria's six geopolitical zones, and AI-generated briefings on each politician. Users can leave short moderated comments, and a debate temperature gauge tracks the intensity of public opinion per politician. The platform withholds data when a politician has not yet reached a minimum sample size, rather than displaying unreliable figures. Built without user accounts or social metrics, Pollux aims to capture quieter public opinion beyond the noise of social media.