Category: Software Development
-
FastHTML: The Perfect Framework for Simple AI-Powered Web Apps?
I heard about FastHTML a few months back and was immediately intrigued by its pitch: “Modern web applications in pure Python Built on solid web foundations, not the latest fads – with FastHTML you can get started on anything from simple dashboards to scalable web applications in minutes.” https://www.fastht.ml/ This sounded like something I could…
-
5 Ways to Make an Agentic AI System More Reliable
Lots of people are starting to explore what can be done with agent-based AI systems. It feels like there’s huge potential in them. But getting an agentic system to work reliably enough to use in practice often turns out to be very hard. Here are a few techniques that can help with reliability. Technique 1:…
-
How to Regression Test Software Built on Large Language Models
A challenge when developing software that makes use of large language models is writing automated tests for it. With traditional software, you tend to know exactly what output you expect to receive for a given input. When large language models are involved, however, it’s common to expect a chunk of text as the output and…