Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: krea Clear Filter

FLUX.1-Krea and the Rise of Opinionated Models

AI-generated images have a general look to them. Shiny, bright, waxy-skin, and over-use of bokeh. From Midjourney to Gemini to OpenAI, the AI Look is consistent. Enthusiasts and professionals wrestle with prompts and even fine-tune these models to tamp down the AI smell, with varying degrees of success. Examples of the "AI Look", provided by Krea in their technical paper. Last week, Krea launched an open model, FLUX.1-Krea, that’s built to avoid the “AI Look”. Their writeup is tremendous: it d

Structuring large Clojure codebases with Biff

Jacob O'Bryant | 28 Jan 2025 I've been making some progress on rewriting Yakread (a fancy reading app) from ~scratch and open-sourcing it in the process. Along the way I'm experimenting with potential new features for Biff, my Clojure web framework, which Yakread is built with. In particular I'm working on approaches for keeping Biff apps more manageable as the codebase grows: the original Yakread codebase was about 10k lines and was already getting pretty crufty. I've also learned some things