Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

Architecture

2 items on 14 Jul 2026
Architecture

DSLs Enable Reliable Use of LLMs

LLMs generate code incredibly fast, but to ensure they generate exactly what is intended, they need clear boundaries. Abstractions and Domain-Specific Languages (DSLs) provide a strong harness that guides LLMs right…

Source: Martin Fowler Martin Fowler (martin@martinfowler.com)
Architecture

How LLMs Learn to Be Helpful (RLHF vs DPO)

In this article, we will look at how that learning actually happens, starting with why instruction-following alone falls short, then walking through the two main methods for teaching preferences (RLHF and DPO).

Source: ByteByteGo ByteByteGo