Logs

I figured out the issue with adding mistral-large. After a bit of debugging, I realized by manually calling llmmistral.refreshmodels() that something was wrong with how I had added the secret on...

I did some experimentation deriving a data model iteratively (something I am currently calling "data model distillation") by sequentially passing multiple images (could work with text as well) to a...

I watched Jeremy Howard's interview with Carson Gross, the author of htmx. As someone who learned my first bits of web dev with jQuery, I feel like I appreciate the foundations of the approach in the...

I tried the Vision Pro today. I had heard mixed reviews, mostly about how heavy it is and people getting headaches or vertigo. Those challenges are real. Even still, the experience was pretty...

I tried stacking multiple pages of a pdf vertically as a single image to a model, then doing data extraction from this. It didn't work. I imagine this is because models aren't trained on much data...

I wrote and screen-recorded myself building a Python app to call a model to extract structured data from an image, making heavy use of codegen with Cursor. The same protobuf is used as instructions...

This point resonates with me. The more time I spend prompting models, the more it's becoming clear that the clarity of the instructions are what matter most. Writing clear, unambiguous instructions...

I ran the code from my Fine-tuning "Connections" post using gpt-4o-mini. I was hoping the results might be a bit better, which could motivate an effort to fine-tune the model. I'm not sure where my...