home / tag / ai
Building a Lithuanian Law Assistant with LLM and RAG (part 2)
Building a Lithuanian Law Assistant with LLM and RAG (part 2)
Feb 21, 2026
8 min read
2 charts

I continue building a Lithuanian AI law assistant. I already have a POC with 4 laws chunked and loaded to the database with semantic retrieval. Is it useful? A bit. It can look up...

airagllm
Building a Lithuanian Law Assistant with LLM and RAG (part 1)
Building a Lithuanian Law Assistant with LLM and RAG (part 1)
Feb 4, 2026
4 min read
1 charts

I'm building another one, a new app. This time I'll share my progress and findings with you. I'm building a Lithuanian law assistant with LLM using RAG. As nowadays usual, it is a...

llmuirag
How Jakob's Ten Usability Heuristics applied in chatgpt.com
How Jakob's Ten Usability Heuristics applied in chatgpt.com
Nov 11, 2025
3 min read
1 charts

✅ Text inputs has placeholder “Ask anything”, which is phrase tareted for chat user, opposed to “enter prompt”.

aiux
llm.txt — A Standard for AI Documentation Access
llm.txt — A Standard for AI Documentation Access
Oct 29, 2025
2 min read
1 charts

If you’ve ever asked an LLM about your own API and got an outdated answer, you know the pain. In the AI era — with all the vibe code hype and agentic development trends — the...

aidocumentation
RAG
RAG
May 12, 2025
2 min read
1 charts

RAG stands for Retrieval Augmented Generation. This is the process when the Large Language Models (LMM) input is enriched with a contextual information from the external sources...

airagllm