📰 Dev.to · soy
Articles from Dev.to · soy · 92 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10277)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · soy
1mo ago
I Built a Free Patent Search Engine with 3.5M US Patents — No Login, Powered by SQLite FTS5
I'm a patent lawyer who started coding in December 2025. Today I'm launching a free patent search...

Dev.to · soy
1mo ago
Operational Techniques for Automatically Starting vLLM, Flask, and cron with systemd Services in WSL2
WSL2 systemd Support To enable systemd in WSL2, configure /etc/wsl.conf. # Add to...

Dev.to · soy
1mo ago
Searching Case Law PDFs with RAG — A Legal AI Search System using Gemini + SQLite FTS5
Challenges in Case Law Search Traditional court databases (e.g., courts.go.jp) have search...

Dev.to · soy
1mo ago
google-generativeai google-genai Migration Guide
What Happened The google.generativeai package has been deprecated. Migration to the new...

Dev.to · soy
1mo ago
Gemini 2.5 Flash x Nemotron 9B — Optimal Division of Roles for Cloud LLM and Local LLM
Why Combine Them? When designing AI workloads, it is not easy to simultaneously satisfy...

Dev.to · soy
1mo ago
Reduce API Costs for Large-Scale Document Analysis with Gemini Context Caching
What is Context Caching? Google Gemini's Context Caching is a feature that caches context...

Dev.to · soy
1mo ago
Skit: The Man Obsessed with Claude Code
Comedy Sketch: The Man Possessed by Claude Code Characters: Niiyama: The...

Dev.to · soy
1mo ago
Building a Free Research Agent with DuckDuckGo Search + Local LLM
Why DuckDuckGo + Local LLM? When conducting research, using paid APIs (such as Brave...

Dev.to · soy
1mo ago
Reducing Token Consumption in Claude Code — FTS5 Knowledge DB + Tiered Index Design
Problem If all coding conventions, test commands, and documentation for the entire project...

Dev.to · soy
1mo ago
Building a 5-in-1 App with Local LLM and Flutter
Introduction "I want to leverage AI without sending data to the cloud." The biggest...

Dev.to · soy
1mo ago
Leveraging Claude Code's MCP Server
Introduction: The Context Switching Problem in DB Operations SQLite is an excellent...

Dev.to · soy
1mo ago
LoRA and FT Are Unnecessary: How to Approach Distilled Models
Introduction Fine-tuning (FT) a distilled model is either ineffective or leads to...

Dev.to · soy
1mo ago
Lineage of OSS Supporting the AI Development Stack: Its Origins and Creators
Local AI development environments are built upon numerous open-source technologies. This article...

Dev.to · soy
1mo ago
Running NVIDIA Nemotron-Nano-9B-v2-Japanese Locally: Mamba SSM + Thinking Mode Support
NVIDIA Nemotron-Nano-9B-v2-Japanese This is a 9B parameter LLM specialized for Japanese,...

Dev.to · soy
1mo ago
Strategic Data Organization Techniques Using SQLite, JSONL, XML, and TSV: Lessons
Introduction PatentLLM (patent search AI) and HanreiLLM (case law search AI) are both...

Dev.to · soy
1mo ago
Python Environment Management with uv: Introduction and Practical Use of a High-Speed Package Manager Replacing pip/venv
What is uv? uv is a Rust-based Python package manager developed by Astral (Charlie Marsh)....

Dev.to · soy
1mo ago
Automatically Prevent Port Conflicts and Dangerous Commands Proactively with Claude Code's Hooks Feature
What are Claude Code hooks? Claude Code's hooks feature enables event-driven automation...

Dev.to · soy
1mo ago
Giving a 'Brain' to Minecraft NPCs with a Local LLM — Nemotron + Mineflayer Implementation Notes
What We Want to Achieve Traditional Minecraft bots primarily relied on command-based...

Dev.to · soy
1mo ago
Using Local LLMs as a "Batch Processing Engine" — A Design for Automatically Generating Artifacts from Your Own Data
Using Local LLMs as a "Batch Processing Engine" — Designing Automated Artifact Generation...

Dev.to · soy
1mo ago
Fast Searching 4 Million Patent Records with FTS5
Introduction: The Limitations of LIKE Search When searching for "battery" in PatentLLM's...
DeepCamp AI