home / tag / model
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
Model View Controller MVC
Model View Controller MVC
Feb 25, 2024
5 min read
1 charts

Model View Controller is a well known pattern, which was described in the late 1970s. Since then, it is widespread architectural pattern, which influenced many frameworks and...

patternmodel-view-controllerarchitecture
Domain Model vs Transaction Scripts
Domain Model vs Transaction Scripts
Dec 31, 2023
4 min read
4 charts

In the book Patterns of Enterprise Application Architecture by Martin Fowler two patterns are defined to handle business logic in the system. I do not think that much have changed...

architecturepatterndesign
Domain Driven Design
Domain Driven Design
Dec 13, 2023
2 min read
5 charts

Domain driven design (DDD) is a methodology for designing software with a focus on the domain. DDD is one of the main practices used in the microservices development. I'll cover 3...

architecturedddmicroservices