© 2026 Hashnode
If your production codebase contains a function called try_parse_llm_response that runs re.search(r'\{.*?\}', response, re.DOTALL), you are not alone — and you are also in 2023. In 2026, parsing LLM output with regex is the equivalent of hand-rolling...

Here's a class of bug I wrote in my first LLM app and then again, on a different team, six months later. I wrote a feature that asked the model to classify a user's message into one of three categories — billing, technical, other — and return it as J...
Product Finder is a retail data platform prototype built for SportsWear AB. The goal is simple: take inventory and sales events from operations, process them in a reliable pipeline, and turn them into

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; Simon Willison shared research on running Pydantic's Monty in WebAssembly. Monty is a minimal, secure Python interpreter written in Rust, designed specifically for safely executing...
