Maybe its just me, but i actually can't STAND Opus 5. I have to keep telling it to summarize/simplify/de-lingo its responses, its horrible Going back to 4.8 for now
jakobs99.bsky.social
@jakobs99.bsky.social
https://jakobsachs.blog/ computer person
What poor intern had to learn what a stacked PR is ?
Stacked PRs, now on GitHub. Go forth and stack 🥞
They call it one of the most Claude-isms of all time folks
masterclass in the genre of dazzling dataviz slopui. every element screams for attention but none of them manage to convey much of anything with clarity because that's not the point, the point is to give you a visceral impression that a deluge of valuable information is being valuably processed
had a hunch, built a thingie. For You feed means I see all sorts of stuff, can we reverse engineer accounts I should be following but am not yet? labs.tngl.io/orbit/
A recent thought I had in regard to the whole DHH v. Claude drama: I think similar to how we have a "free internet" we might want "free AI" in the sense no matter how (from my view) abhorrent your speech is, you probably should still be able to find a LLM to work with.
Oh and honorary mention to specifically this ninajirachi x horsegiirl remix m.youtube.com/watch?v=qDLg...
Ninajirachi - Delete (horsegiirL Remix) [Official Visualiser]
YouTube video by Ninajirachi
m.youtube.com
SoundCloud Music so potent its effect on a virgin-eared 70s led Zeppelin boomer might require a vaccination before consumption. A thread:
SoundCloud Music so potent its effect on a virgin-eared 70s led Zeppelin boomer might require a vaccination before consumption. A thread:
Giving a shit had always been a choice, regardless of tools used. Carelessness is a property of the wielder and the perspective of the onlooker, but not of the tool. So it is with AI.
Im not sure if I remember this, but did someone already build an ATproto based ChatGPT/Claude etc. transcript viewer? Feel like I saw that somewhere before
NGL whoever named N + 1 really fucked up the ordering, it ought to be 1 + N ...
This also connects to agents imo: Agents help you add code very easily, but the art is to actually have it help you end up removing code. This is somewhat internal to the models, and i hope it gets patched/trained out soon. They tend to be very "Chesterons-fence"-ish and afraid to remove code.
Looking back at it, i think my LISP/Clojure exploration really shifted my mindset about coding/architecture, and im not sure i can go back to previous "design pattern", OOP, etc. world
Like there is a base-level of code you need for every project, theres a minimal LoC/Feature. But if your work is as-repeatable as "write this PJO" etc. then you are already mistaken, and you need to find a better (higher-level) abstraction
If you can predict you will need to do steps 1,2,3... then just .. write that as a library and assemble it ? But surely your work is not that repeatable, and if it is, the better approach (cheaper/reproducible) is to find the right abstraction and use that, instead of running Claude
I really dont understand the need for a "software factory"
Seems the r/antiai crowd is cracking over the Jacobian Conj. just a little bit atleast
CLOD CITY is out NOW at clod.city its a MYSTERY game where SOMETHING has happened in the city and you must discover WHAT IT IS
CLOD CITY
A procedural city where every building and pedestrian is a real Bluesky account.
clod.city
Thats also why any Python project over 20k LoC needs to be taken out back... You can say what you want about Python, but you can express your abstractions at a level i only see comparable in LISP-type languages, and maybe super esoteric JS
Usually/on average a line of code restricts functionality, instead of adding any (think boiler plate, mostly there to PREVENT things) Widening my features, generalising them, is usually an act of REMOVING code, not adding. Everything else is a failure of architecture/abstractions/syntax
I think one of my biggest pet-peeves, is measuring project size by LoC In my eyes, LoC is at-best vaguely related to this. Usually its more of a symptom of complexity, many different Systems talking to each other/bad architecture etc.
congratulations to the Moonshot team for extending Claude Fable 5's inclusion in claude subscriptions for another few weeks
Spotted an interesting bug in Fables thinking-traces summarization. Seems that with minimal reasoning effort, they dont correctly catch for no reasoning done at all, and still call summarizer/obfuscator on it?
geohot.github.io//blog/jekyll... Very nice balanced post IMO
I love LLMs, I hate hype
I think from this blog you may misunderestimate how absolutely giddy I am about AI. I did hacking from 2007-2014, after that my whole career has been devoted to AI. I love the progress. I’m so excited...
geohot.github.io
Ran this with Rays Bradbury's "The Veldt" Feels nice but way to short, Sol 5.6 must think im a trash-gamer
Old: Turn this photo into a Studio Ghibli-style image New: Turn this novel into a game
I do have to say, there's no feeling quite as good as hand-coding raw-dogging some basic stdlib C (if you dont care about memory-safety...) strlen/memcpy all the things