📡 RSS 条目

管理 RSS
全部 未读 星标
The real AI risk is inside the labs
📰 antirez.com 📅 2026-07-28 09:00
Amodei in his latest blog post wrote a mix of agreeable things and things that I believe misrepresent where the real risk of AI is located. I want to focus my attention on why, among all the risks, open weight models constitute the mildest one. I write these words as a person who...
Being Linux Torvalds
📰 antirez.com 📅 2026-07-25 11:20
(This blog post was adapted from the transcription obtained from my YouTube video at https://www.youtube.com/watch?v=l6lxgYeVZqs) When Linus Torvalds developed the first Linux kernel, he had studied the Minix sources, he had studied computer architecture, he had the base knowledg...
Not just development, distribution of software may change as well
📰 antirez.com 📅 2026-07-22 14:52
🤖 AI编码不仅改变了软件开发流程,也改变了软件分发和用户使用方式,用户可直接请求
Control the ideas, not the code
📰 antirez.com 📅 2026-07-13 11:39
🤖 作者指出未来编程应控制思想而非代码,并呼吁帮助他人适应AI带来的编程范式转变。
A new era for software testing
📰 antirez.com 📅 2026-06-07 09:46
Automatic programming dramatically speeds up writing software in certain use cases and in the right hands. In my experience the output does not reach the structural quality and economy of complexity of the best hand-written software. However, not all the software is stellar, and ...
Distributing LLM inference in DwarfStar
📰 antirez.com 📅 2026-05-25 14:54
High end NVIDIA cards, and the server and power needed to run them, cost a lot of money, especially if you plan to reach enough VRAM to run massive models. The alternative, so far, has been Apple hardware, or the DGX Spark that, even if severely limited because of memory bandwidt...
Alternatives for the EDIT tool of LLM agents
📰 antirez.com 📅 2026-05-19 07:26
EDIT: of course this was already done in the past! I had little doubts but people just confirmed me about it on Twitter :) But, keep reading: the CRC32 compromise at the end is an interesting tradeoff, and this is a good discussion to have in general. Right now I'm working to an ...
A few words on DS4
📰 antirez.com 📅 2026-05-14 22:22
I didn’t expect DwarfStar 4 (https://github.com/antirez/ds4) to become so popular so fast. It is clear that there was a need for single-model integration focused local AI experience, and that a few things happened together: the release of a quasi-frontier model that is large and ...
Redis array type: short story of a long development
📰 antirez.com 📅 2026-05-04 14:21
I started working on the new Array data type for Redis in the first days of January. The PR landed the repository only now, so this code was cooked for four months. I worked at the implementation kinda part time (kinda because many weeks were actually full time, sometimes to deta...
AI cybersecurity is not proof of work
📰 antirez.com 📅 2026-04-16 10:46
The proof of work is the wrong analogy: finding hash collisions, while exponentially harder with N, is guaranteed to find, with enough work, some S so that H(S) satisfies N, so an asymmetry of resources used will see the side with more "work ability" eventually winning. But bugs ...
GNU and the AI reimplementations
📰 antirez.com 📅 2026-03-08 16:08
Those who cannot remember the past are condemned to repeat it. A sentence that I never really liked, and what is happening with AI, about software projects reimplementations, shows all the limits of such an idea. Many people are protesting the fairness of rewriting existing proje...
Redis patterns for coding
📰 antirez.com 📅 2026-03-01 09:55
Here LLM and coding agents can find: 1. Exhaustive documentation about Redis commands and data types. 2. Patterns commonly used. 3. Configuration hints. 4. Algorithms that can be mounted using Redis commands. https://redis.antirez.com/ Some humans claim this documentation is actu...
Implementing a clear room Z80 / ZX Spectrum emulator with Claude Code
📰 antirez.com 📅 2026-02-24 17:58
Anthropic recently released a blog post with the description of an experiment in which the last version of Opus, the 4.6, was instructed to write a C compiler in Rust, in a “clean room” setup. The experiment methodology left me dubious about the kind of point they wanted to make....
Automatic programming
📰 antirez.com 📅 2026-01-31 09:25
In my YouTube channel, for some time now I started to refer to the process of writing software using AI assistance (soon to become just "the process of writing software", I believe) with the term "Automatic Programming". In case you didn't notice, automatic programming produces v...
Don't fall into the anti-AI hype
📰 antirez.com 📅 2026-01-11 10:15
I love writing software, line by line. It could be said that my career was a continuous effort to create software well written, minimal, where the human touch was the fundamental feature. I also hope for a society where the last are not forgotten. Moreover, I don't want AI to eco...
Reflections on AI at the end of 2025
📰 antirez.com 📅 2025-12-20 08:58
* For years, despite functional evidence and scientific hints accumulating, certain AI researchers continued to claim LLMs were stochastic parrots: probabilistic machines that would: 1. NOT have any representation about the meaning of the prompt. 2. NOT have any representation ab...
Scaling HNSWs
📰 antirez.com 📅 2025-11-11 12:53
I’m taking a few weeks of pause on my HNSWs developments (now working on some other data structure, news soon). At this point, the new type I added to Redis is stable and complete enough, it’s the perfect moment to reason about what I learned about HNSWs, and turn it into a blog ...
AI is different
📰 antirez.com 📅 2025-08-13 15:59
Regardless of their flaws, AI systems continue to impress with their ability to replicate certain human skills. Even if imperfect, such systems were a few years ago science fiction. It was not even clear that we were so near to create machines that could understand the human lang...
Coding with LLMs in the summer of 2025 (an update)
📰 antirez.com 📅 2025-07-20 10:58
Frontier LLMs such as Gemini 2.5 PRO, with their vast understanding of many topics and their ability to grasp thousands of lines of code in a few seconds, are able to extend and amplify the programmer capabilities. If you are able to describe problems in a clear way and, if you a...
Human coders are still better than LLMs
📰 antirez.com 📅 2025-05-29 16:34
This is a short story of how humans are still so much more capable of LLMs. Note that I'm not anti-AI or alike, you know it if you know me / follow me somewhere. I use LLMs routinely, like I did today, when I want to test my ideas, for code reviews, to understand if there are bet...