Iโm considering getting one of the smaller reMarkable Paper Pro Move devices to try it out. I was a big fan of the RM2, and to this day feel sorry I sold it in a rush. People have had mixed feelings about the Move, but were equally wrong about the SuperNote (which I found a complete disappointment)
08.03.2026 07:58
๐ 0
๐ 0
๐ฌ 0
๐ 0
Large language models are modern dayโs Schrรถdingerโs Cat. They see non-deterministic, but down to the core, they are very, very deterministic. Anything based on pseudo-randomness is deterministic by nature.
07.03.2026 16:08
๐ 1
๐ 0
๐ฌ 0
๐ 0
but Iโm curious if they really want to task an LLM to pilot a drone (there are far better models for that) or for something else. Or, is it simply a media ploy to scare the nation.
07.03.2026 10:53
๐ 0
๐ 0
๐ฌ 0
๐ 0
When one says the US is going to use Anthropicโs or OpenAIโs LLMs for military purposes, what do they really mean? Iโve been using these tools for a few years now, and certain use cases pop to mind ... 1/2
07.03.2026 10:53
๐ 0
๐ 0
๐ฌ 1
๐ 0
Writing about Agentic Engineering Patterns
Iโve started a new project to collect and document Agentic Engineering Patternsโcoding practices and patterns to help get the best results out of this new era of coding agent development โฆ
@simonwillison.net is the first I've heard use the term "agentic engineering", which feels like a much better description of how I use tools like Claude Code (as opposed to "vibe coding", which implies no human architecting the result). Great stuff in this post:
simonwillison.net/2026/Feb/23/...
01.03.2026 22:03
๐ 12
๐ 1
๐ฌ 5
๐ 0
spec: generic methods for Go ยท Issue #77273 ยท golang/go
Proposal: Generic Methods for Go A change of view. Background For clarity, in the following we use the term concrete method (or just method when the context is clear) to describe a non-interface me...
๐ "spec: generic methods for Go" has been accepted!
You will soon (1.27?) be able to declare (on concrete types only) methods that introduce type parameters, i.e. type parameters other than the ones (if any) that come from the method's receiver.
github.com/golang/go/is...
#golang
26.02.2026 09:32
๐ 11
๐ 3
๐ฌ 3
๐ 0
It works, but it requires a lot of time and patience.
25.02.2026 07:13
๐ 0
๐ 0
๐ฌ 0
๐ 0
Donโt Fight the Weights
When your context goes against a modelโs training, you struggle to get the output you need. Learn to recognize when youโre fighting the weights so you can do something different.
It helps to think of LLMs as bell curve statistical optimizers. Most code they've been trained on, would likely simply concatenate strings using plain operators. And, this is what they pick most of the time.
Teaching them new tricks is called "fighting the weights." www.dbreunig.com/2025/11/11/d...
25.02.2026 07:13
๐ 0
๐ 0
๐ฌ 1
๐ 0
I know the feeling. You subscribe to 100 blogs, where you only really read 1%. This is one area we've been trying to improve with the release of @feedle.world - instead of having to subscribe to hundreds of RSS feeds, we create ones per topic, sourcing posts from thousands of blogs and podcasts.
24.02.2026 09:46
๐ 1
๐ 0
๐ฌ 0
๐ 0
Plenty of businesses failed before AI, and plenty will fail with it. The tooling may have improved, but reality is as harsh as ever. A bad idea with AI is still a bad idea, just shipped faster.
22.02.2026 14:11
๐ 4
๐ 0
๐ฌ 0
๐ 0
ะะพ ะฟัะบ ะดะพะฑัะพัะพ ะต, ัะต ะฒัะตะบะธ ะฟัั ัะต ะฟะพะปััะฐะฒะฐ ะฝะตัะพ ะฝะพะฒะพ, ะธ ะฟะพ-ะดะพะฑัะพ ะพั ะฟัะตะดะฝะพัะพ.
22.02.2026 13:22
๐ 1
๐ 0
๐ฌ 1
๐ 0
Twenty years is proper perspective. I've landed in a similar place - the agent needs to be on a tight leash with clear boundaries, not given free rein. The moment you stop reviewing its output is the moment it quietly introduces chaos.
22.02.2026 12:31
๐ 1
๐ 1
๐ฌ 0
๐ 0
Twenty years of context is exactly what makes the difference. The bit most people miss is that "remaining in control" also means owning the context the agent works with - if your codebase knowledge lives on someone else's server, you've already ceded control before the first prompt.
22.02.2026 12:01
๐ 2
๐ 1
๐ฌ 1
๐ 0
What you see from most folks leaving Claude Code to work alone, is some random mid web app that looks like every other. Remarkable nonetheless, but also, very mid, unless you really step in the product owner shoes, and do a ton of AI hand-holding.
22.02.2026 09:38
๐ 0
๐ 0
๐ฌ 0
๐ 0
Iโve been programming for over 20 years now, the last three of which, using AI tooling almost exclusively. Here is the bottom line:
Itโs not.
You can achieve great results with agentic tooling, but only if you consider the agent your junior programmer assistant.
You must remain in control.
22.02.2026 09:36
๐ 0
๐ 0
๐ฌ 3
๐ 0
Welcome to the #golang club!
22.02.2026 09:34
๐ 1
๐ 0
๐ฌ 1
๐ 0
FTR, if you write code that you'd like your future self to understand, yes, more lines do actually make it easier. Go was not meant for writing ergonomics, but for that of reading (especially by newcomers).
Plus, AI agents have finally solved the writing part for us.
22.02.2026 06:55
๐ 0
๐ 0
๐ฌ 1
๐ 0
You can use Opus for Plan mode and Sonnet for everything else by typing "/model opusplan" in Claude Code. It'll even show up in your "/model" list after that.
WHAT IS THIS SORCERY AND HOW DID I NOT KNOW ABOUT IT BEFORE??!??!?
#buildinpublic #claudecode
18.02.2026 08:30
๐ 14
๐ 4
๐ฌ 3
๐ 0
Think about it the next time you ask ChatGPT to write a LinkedIn post for you. We know you did.
17.02.2026 13:49
๐ 0
๐ 0
๐ฌ 0
๐ 0
The result is a "JPEG of thought," and like all forms of digital compression, taking the raw data and compressing it is easy, but going from a compressed result to the raw, natural beauty of the original is nearly impossible.
17.02.2026 13:49
๐ 0
๐ 0
๐ฌ 1
๐ 0
Through what's called "semantic ablation," LLM models systematically discard rare "tail" data to gravitate toward the center of the Gaussian distribution, maximizing probability at the expense of unique signal.
17.02.2026 13:49
๐ 0
๐ 0
๐ฌ 1
๐ 0
Have you ever asked yourselves, how ChatGPT can be syntactically perfect and the same time intellectually mid? It's a statistical problem, really.
---
#chatgpt
17.02.2026 13:49
๐ 0
๐ 0
๐ฌ 1
๐ 0
Not, if you care about your memory usage: "For production scenarios, Go offers balance of performance and resource efficiency, making it ideal for cloud-native and containerized deployments. Java provides marginally better latency characteristics but at the cost of 12x higher memory consumption."
17.02.2026 13:42
๐ 0
๐ 0
๐ฌ 1
๐ 0
True, but the thing is, you see those two sides right away. With most other languages I've used, they present themselves as 80/20: you get the 80% "gateway hook" in 20% of the time, but scaling beyond that always results in hacks and trade-offs.
#Golang is fair in that regard. Ugly, but WYSIWG.
17.02.2026 08:25
๐ 1
๐ 0
๐ฌ 0
๐ 0
a man wearing sunglasses and a colorful shirt is making a surprised face and saying wow .
ALT: a man wearing sunglasses and a colorful shirt is making a surprised face and saying wow .
Yeah, sure, you can use Claude Code to generate Go code for you, but has it ever occurred to you to ask it to generate tailor-made code generators that take your existing code and instantly give it superpowers?
Case in point, type-safe URL routing, validation, serialization, sum types etc
#golang
16.02.2026 13:21
๐ 2
๐ 0
๐ฌ 1
๐ 0
Don't give up. It's always been like that. It's the natural evolution of things. We just need to adapt and find a higher level of problems to solve.
14.02.2026 10:21
๐ 1
๐ 0
๐ฌ 0
๐ 0
For the record, you can manually invoke these stats in a CC session, buy uisng the `/usage` command. By comparing the two, I'd at least know if I am going too fast, and I'd introduce a break in my plan.
---
#programming #claudecode
13.02.2026 08:56
๐ 3
๐ 0
๐ฌ 1
๐ 0
My problem with Claude Code limits these days aren't the 5-work blocks, but reaching my weekly limit way too soon. And, while I haven't found and easy way to fetch my current weekly limit programmatically, I quickly coded an xbar script that would show me the % elapsed till reset, and I'd compare.
13.02.2026 08:56
๐ 4
๐ 0
๐ฌ 2
๐ 0
ะัะต ะตะดะธะฝ ะดะพะฑัั ัะธัะฐั: "ะะปะธะทะบะธัะต ะฝะฐ ะทะฐะณะธะฝะฐะปะธัะต ะพัะต ะฝะต ัะฐ โะฟัะธะตะปะธ ัะผััััะฐโ โ ะฝะต ัะฐ ะฟะพะณัะตะฑะฐะปะธ ะธ ะพะฟะปะฐะบะฐะปะธ ัะฒะพะธัะต ัะพะดััะฒะตะฝะธัะธ โ ะธ ะผะธ ัะต ััััะฒะฐ, ัะต ะต ัะตะดะฝะพ ะทะฐ ะผะฐะปะบะพ ะดะฐ ะทะฐะผัะปัะธะผ."
13.02.2026 08:49
๐ 1
๐ 0
๐ฌ 1
๐ 0