Extracting structured data from messy text: what worked for me
I spent a good two weeks last quarter building an invoice extraction pipeline for our accounting...
I spent a good two weeks last quarter building an invoice extraction pipeline for our accounting...
The last post I wrote ended on a loose thread I have not been able to stop pulling at. Almost every...
Last month, I needed a way to ask natural-language questions about a pile of internal documentation....
La lección de cabecera: en un modelo económico, la calidad no la consigues escribiendo un mejor...
BTC Max Profit Engine is a 4-file Python pipeline that runs three specialized agents in parallel, weights their scores, and emails me one decision before breakfast. Here's the work...
Most of Quorum's code was written by directing an AI coding agent. The discipline that turned that speed into a correct multi-region database application was an append-only archite...
The laptop was never the interesting part of coding agents. It was just the first convenient runtime. Your laptop has the repository, the shell, the secret
A lot of teams are bolting a chatbot onto their marketing site this year. Most of them optimize for...
Sybil resistance is not a scoring problem. It's a pricing problem. Every few months someone...
How embedding models, chunking, retrieval modes, and query phrasing jointly determine Code-RAG quality.
My day job is at a large tech company. Hundreds of engineering teams, and every one of them is...
We are shipping @hazeljs/agent 1.0.1 — a patch release focused on operational durability, resilience...
If you've spent time on software engineering teams, you know pull request reviews are the ultimate...
We run a studio where AI agents work mostly unattended — they write code, ship sites, produce...
The TL;DR If you need to spin up a local, privacy-first AI agent that can query your own...
Everyone uses the word "memory" but I feel like they all mean something different by it. For some...
Lease Lens is a Hugging Face Build Small Hackathon project: a fine-tuned Llama 3.2 3B model for grounded lease risk review.
For about a year I used AI to code like a slot machine. Paste a wall of code. Type "fix it" or "make...
In my last claim, a sequence got allowed that probably should have made you nervous. Thirteen...
Stop Picking AI Frameworks Before You Answer This One Question If you're building AI...
Hey DEV Community! I recently participated in a hackathon and built Samiksha AI, a universal review...
A while ago I wrote a full llama.cpp iOS implementation using Obj-c bridge because I wanted one...
TL;DR: local-ai.run is a free, open-source, self-hosted AI platform. Chat with your files, generate...
Running one local LLM node is easy. Running a fleet of them, off-cluster, and trusting it to stay current and stay honest, is the hard part. This is the work that got LLMKube there...