The launch of Open Science Desktop marks a notable entry into the AI research tool space, positioning itself as a local-first, model-agnostic workbench for developers and data scientists. Built using the Tauri framework and designed for cross-platform use on macOS, Windows, and Linux, this open-source project aims to streamline the AI research process while enabling users to maintain control ov...
I've been using Claude Code intensely for about 17 months now, and I've ramped it up significantly over the past few months. So I wanted to share some of the more advanced tips I've learned.
Auto mode lets Claude decide whether a command is safe to run in context, instead of asking you to approve every single one. (You can cycle to it with shift+tab....
const Type Parameters: Immutable Inference and When It Beats as const
This article was written with the assistance of AI, under human supervision and review.
Most TypeScript type widening problems in generic functions stem from a single overlooked feature: const type parameters. Teams write elab...
Early in my career, and partially because I worked at a place that was a little silly and I didn't have much contact outside the organization, my title in my email signature was Spaghetti Straightener / Cat Herder. The first part was a nod to the code I was untangling as an engineer. The second was a nod to the fact that I was also a manager.
On the engineering side, things made sense. ...
My worker just crashed on a research job, and the traceback pointed at a file that should have been there:
WARNING fastembed.common.model_management:download_files_from_huggingface
Local file sizes do not match the metadata.
run_research failed, NoSuchFile: [ONNXRuntimeError] : 3 : NO_SUCHFILE :...