Showing 20 of 792 URL(s)
(Page 3 of 40)
Better Reconstruction โ Better Generation | Field Notes by Linum
Modern video generation relies on diffusion transformers, but attention scales quadratically so pixel space calculations are intractable. A VAE (Variational Autoencoder) solves this by compressing images and videos into a compact latent space for the diffusion model to operate in. Today we're open-s...
๐ก Top Recommendations:
Qwen3.5 - How to Run Locally Guide | Unsloth Documentation
๐Qwen3.5 - How to Run Locally Guide
Run the new Qwen3.5 LLMs including Medium: Qwen3.5-35B-A3B, 27B, 122B-A10B, Small: Qwen3.5-0.8B, 2B, 4B, 9B and 397B-A17B on your local device!
Qwen3.5 is Alibabaโs new model family, including Qwen3.5-35B-A3B, 27B, 122B-A10B and 397B-A17B and the new Small series:...
๐ก Top Recommendations:
Large-Scale Online Deanonymization with LLMs
Large-Scale Online Deanonymization with LLMs
We measure the capabilities of LLMs to deanonymize users online.
TL;DR: We show that LLM agents can figure out who you are from your anonymous online posts. Across Hacker News, Reddit, LinkedIn, and anonymized interview transcripts, our method identifies ...
๐ก Top Recommendations:
Jimmy Miller
The biggest shock of my early career was just how much code I needed to read that others wrote. I had never dealt with this. I had a hard enough time understanding my own code. The idea of understanding hundreds of thousands or even millions of lines of code written by countless other people scared ...
๐ก Top Recommendations:
Minions: Stripeโs one-shot, end-to-end coding agents
Minions: Stripeโs one-shot, end-to-end coding agents
/Metadata
Date:2026.2.09
Author:Alistair Gray
Reading time:5 min read
Categories:
AI
Developer Productivity
LLMs
Engineering
/Article
/About the author
Alistair Gray
Alistair is a software engineer on the Leverage team. The Leverage team builds su...
๐ก Top Recommendations:
Don't Run OpenClaw on Your Main Machine
OpenClaw is a self-hosted AI agent that connects to WhatsApp, Telegram, Slack, Discord, and dozens of other services. Give it a task over chat, and it executes shell commands, browses the web, reads and writes files, and calls APIs on your behalf. It exploded to over 215k GitHub stars in a matter of...
๐ก Top Recommendations:
747s and Coding Agents
A couple years ago, I was on the way back from a work trip to Germany. I had been upgraded to business class, and I sat next to a Belgian 747 pilot, probably in his fifties or sixties. We talked a fair bit about our careers. I had left the Navy and started professionally programming less than a year...
๐ก Top Recommendations:
Don't trust AI agents | NanoClaw Blog
Don't trust AI agents
February 28, 2026 ยท Gavriel Cohen
When youโre building with AI agents, they should be treated as untrusted and potentially malicious. Whether youโre worried about prompt injection, a model trying to escape its sandbox, or something nobodyโs thought of yet, regardless of what yo...
๐ก Top Recommendations:
https://venturebeat.com/technology/alibabas-new-open-source-qwen3-5-medium-models-offer-sonnet-4-5-performance
๐ก Top Recommendations:
Decision Trees
We just saw how a Decision Tree operates at a high-level: from the top down, it creates a series of sequential rules that split the data into well-separated regions for classification. But given the large number of potential options, how exactly does the algorithm determine where to partition the da...
๐ก Top Recommendations:
MicroGPT explained interactively
MicroGPT explained interactively
Andrej Karpathy wrote a 200-line Python script that trains and runs a GPT from scratch, with no libraries or dependencies, just pure Python. The script contains the algorithm that powers LLMs like ChatGPT.
Let's walk through it piece by piece and watch each part work...
๐ก Top Recommendations:
microgpt
microgpt
This is a brief guide to my new art project microgpt, a single file of 200 lines of pure Python with no dependencies that trains and inferences a GPT. This file contains the full algorithmic content of what is needed: dataset of documents, tokenizer, autograd engine, a GPT-2-like neural net...
๐ก Top Recommendations:
The Physics and Economics of Moving 44 Tonnes at 56mph
The Physics and Economics of Moving 44 Tonnes at 56mph
Weight limits, speed limits, fuel consumption at scale, and why trucks do the things that annoy you on the motorway.
Youโre on the M1, doing 65, and two trucks pull out alongside each other. For the next several minutes you watch them drift past...
๐ก Top Recommendations:
How I Use Claude Code | Boris Tane
How I Use Claude Code
Iโve been using Claude Code as my primary development tool for approx 9 months, and the workflow Iโve settled into is radically different from what most people do with AI coding tools. Most developers type a prompt, sometimes use plan mode, fix the errors, repeat. The more term...
๐ก Top Recommendations:
How I built Timeframe, our family e-paper dashboard
TL;DR: Over the past decade, Iโve worked to build the perfect family dashboard system for our home, called Timeframe. Combining calendar, weather, and smart home data, itโs become an important part of our daily lives.
When Caitlin and I got married a decade ago, we set an intention to have a healthy...
๐ก Top Recommendations:
Robotic AI Bear using ChatGPT
The Peek-A-Boo Teddy Bear by GUND is an affordable robotic bear that plays pre-recorded sounds. It has a motorized mouth to simulate talking and motorized arms that can lift a blanket to hide its face.
This guide will show you how to enhance the bear to make it do more than just play 'peek-a-boo' by...
๐ก Top Recommendations:
Seeing like a Bank
The New York Times recently ran a piece on a purported sudden spate of banks closing customer accounts. Little of it is surprising if you have read previous issues of Bits about Money. The reported anecdotal user experiences have a common theme to them. Banks frequently present to their users as not...
๐ก Top Recommendations:
JavaScript is not available.
Weโve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to continue using x.com. You can see a list of supported browsers in our Help Center.
Help Center
Terms of Service Privacy Policy Cookie Policy Imprint Ads info ยฉ 2026 X Corp.
๐ก Top Recommendations:
GitHub - travisvn/stop-tahoe-update: Prevent your Mac from "upgrading" to Tahoe. A community-led effort to safely block unwanted macOS upgrades.
A community-led effort to delay, suppress, and safely block unwanted macOS upgrades (e.g. Sequoia โ Tahoe).
Safe โข Transparent โข Community-driven
Everything here is reversible and off by default.
Apple allows deferring major macOS upgrades (like Sequoia โ Tahoe) for up to 90 days using MDM or config...
๐ก Top Recommendations:
Don't use cosine similarity carelessly - Piotr Migdaล
Don't use cosine similarity carelessly
14 Jan 2025 | by Piotr Migdaล
Midas turned everything he touched into gold. Data scientists turn everything into vectors.
We do it for a reason โ as gold is the language of merchants, vectors are the language of AI.
Just as Midas discovered that turning everyth...
๐ก Top Recommendations: