Dragan Djuric
@draganrocks
Interactive Programming for Artificial Intelligence books read now https://aiprobook.com #Clojure #AI #ML #DeepLearning #Bayesian #Java https://dragan.rocks
The missing book for #Clojure + REPL + JVM + #Emacs ecosystem $1

So, are you telling me that vibe coding can be automated by the LLMs, too?
New version of Neanderthal 0.55.0 is in Clojars! Fast native #Clojure matrices and linear algebra on the JVM! Linux, Windows, AND MacOS! github.com/uncomplicate/n… #GPU #ArtificialIntelligence #AI
>be korea >work 84 hours a week with no overtime pay >get the worst population pyramid in the world >be insanely corrupt with one normal president ever >less GDP per capita than siesta spain >worshipped as an "outperforming nation"
This is how you build outperforming nations 🙏
I tried using Claude Code to write platform-specific SIMD implementations for several functions I never got around to optimizing. I gave it full control to modify the code, run tests, benchmark, and make any tweaks it deem necessary. And here's the most amazing part: it actually…
Clojure fast matrix library Neanderthal has just been updated with native Apple silicon engine Please check the new release 0.54.0 in Clojars. #Java #AI #Clojure #CUDA #Apple neanderthal.uncomplicate.org
In my experience - AI results get significantly better, if there is an open source implementation available 😂🤣 When there was none - it failed to solve “advanced” parts of JSON-RPC specification. And for some languages results are just wrong. AI turbo copy-pasting from github
Increasingly convinced that Cursor development is made by other Cursors in YOLO mode. Just an office of Cursors cursoring - while the employees are busy vibe authoring pretentious TED talks.
If I am not mistaken, agentic development turns a greenfield development problem into a legacy debugging problem. I am not sure that that's a good thing? Companies lose control of the business as their tech debt compounds
Watching the Karpathy talk about software 3.0 that everyone is raving about. Clearly he has never been an actual application developer in his life. Checking now, phd in computer vision -> openai research -> tesla management (computer vision) -> openai GPTs. Completely devoid of…
if you ever have imposter syndrome just remember that somebody shipped this
What every programmer should know about memory (distilled): 1. Memory is slow as hell (even the L1 cache). 2. Your CPU is fast and does everything to make an impression that your memory (even the L1 cache) is also fast. 3. Avoid memory accesses if possible (virtually impossible).
For all programmers thinking that they'll leave the "boring tasks" to AI code assistants, while they just do the "creative parts". You won't be able to even get to the creative parts, yet alone to solve them... arxiv.org/abs/2506.08872
BREAKING: MIT just completed the first brain scan study of ChatGPT users & the results are terrifying. Turns out, AI isn't making us more productive. It's making us cognitively bankrupt. Here's what 4 months of data revealed: (hint: we've been measuring productivity all wrong)
Wow, there are a lot of gems in Alan Perlis's "Epigrams on Programming" from 1982
Fast matrices and number crunching now available on Apple Silicon #MacOS. Check out the newest snapshots of Neanderthal in the Clojars! Add 0.54.0-SNAPSHOT to your project.clj and you're ready to go! github.com/uncomplicate/n… #Clojure #NumPy #CUDA