• 1 Post
  • 357 Comments
Joined 3 years ago
cake
Cake day: July 29th, 2023

help-circle






  • Daft ai project of the week: “lore”, a version control system that should not be confused with another vcs of the same name open-sourced by epic games a few weeks ago.

    lore does not track your code. it tracks the prompts, notes and decisions that produced it. you commit intent. when you want code, you run lore materialize: it replays the accumulated intent into a brief, and an agent reconciles the working tree to match it.

    the code is build output. the intent is the source.

    …which would be great, if the output of llms were deterministic, and generally it is not. This means rolling back a change to undo or fix something is just another spin of the roulette wheel, with the analogy being reinforced by the number of tokens you’ll have to buy and burn to do a rebuild. It looks like it still needs a real vcs behind the scenes, given that it isn’t entirely self-hosting, but maybe I misunderstood something.

    You might wonder if this is some kind of satirical work, or perhaps piece of performance art, but I’m fairly certain it isn’t… the creator and sole human author (naturally, claude is the only other “contributor”) is a big fan of something called “open audio protocol” and a project called “audius” which came about by someone asking what if spotify and soundcloud, but on the blockchain? With ai agentic integration?

    https://github.com/lorevcs/lore


  • I can actually elaborate on my time up there if anyone is interested. Theres even a infosec angle.

    I don’t understand why this is a question. Why would you not elaborate?

    I have a weird urge to do those sorts of road trips, probably because I’ve seen a lot of video that only shows the most interesting bits and it’s not something I can easily do here… the northernmost roads of the uk are decidedly not very remote, and tend to be choked with campervans.



  • More ai stuff, this time from flathub: Democratizing Abandonware.

    Flathub has a fairly relaxed ai policy that both ai bros and strongly anti ai people are unhappy with. It was brought in to try and deal with the review burden of slop submissions where no human is involved, and a chatbot fields review comments.

    Turns out that ~75% of submissions that got a slop tag were abandoned… not just the submission, but the entire git repo behind it, too. The author is quick to point out that this is far from a representative study, but I can certainly believe that a) people who have invested little time or effort into their slopware will abandon it without much concern, and b) things like openclaw could definitely submit bullshit packages that are immediately forgotten as its internal state moves on. There’s no malice in the same way there’s no intent, just shitty tools being left running and polluting everything around them.





  • A couple of bits of nice ai news recently, for anyone who hasn’t come across them already:

    Bosses Horrified as “AI Native” College Graduates Hit the Workplace

    new hires who were seen as “AI natives” are turning out to have alarmingly shallow ideas. So much so, the anonymous finance worker admitted, that his firm now actively avoids seeking out AI-literate STEM graduates, and opts to comb through humanities students instead.

    “We want critical thinking, not just AI,” the financier told the FT.

    I can’t help thinking that, funny as this is, the people who are really going to the be worst off here are a bunch of new grads with a load of debt and an education that has made them less able to do anything at all. They’re not all going to be grifters, after all.

    Meta’s Zuckerberg says AI agent tech progressing slower than expected

    This is brilliant. They’re making so many mistakes they’re actually having to admit it. It’s amazing how incompetent zuckerberg is… late to every fad he’s tried in the last decade and fucks it up when he finally gets there.

    In retrospect, he said, the “trajectory of the agentic development over at least the last four months hasn’t really accelerated in the way that we expected,” and ​that the company’s bets on the new structure “haven’t come to fruition yet.” Zuckerberg was referring to AI agents, automated systems that can ​execute tasks on behalf of a user.

    Conversations he was having “with our top people” when they started planning the restructuring in January and February “were that they ‌were ⁠worried that we weren’t going to move fast enough to adapt,” Zuckerberg said.

    I’m sure there was a third thing, but I found it yesterday when the site appeared to be down (at least for me) and now I can’t remember it or spot it in my million open tabs.




  • How it started: in 2025, the city of dublin, ohio (the latter detail missed by quite a lot of reporting,because there are no other dublins it might get confused with, I guess) gets an autonomous? ai powered police surveillance robot.

    City officials are encouraging residents to interact with Dubbot—ask questions, take selfies, and experience firsthand how AI is shaping public safety. The goal is to foster transparency and gather feedback to refine the robot’s role in the community.

    How it’s going

    The person-sized, camera-covered robot that looked like it rolled right out of a sci-fi movie did not identify any criminal incidents, issue any tickets or help with any arrests in its nearly 10 months on the job.

    On the other hand, I bet it didn’t shoot anyone’s dog, so who’s to say that the $64k was wasted.



  • Who even has time for that? Do you think that the people behind palantir, icarus and sauron have time to read google summaries? They’re too busy remaking the world!

    Anyway, if you’re successful enough you’ll eclipse the original source in terms of importance and all the search engine summaries will be about you anyway, so any time spent learning anything before that will have been completely wasted.



  • Some folks, who may be familiar to some or more of you, accidentally discovered that if your git repo symlinks CLAUDE.MD to, say, /dev/urandom, it breaks Claude code.

    the reason why this works is exactly the reason why claude code sucks so bad. there are protections against this in the file reading tool. however because everything in claude code is implemented in 5 million different ways, those protections are a completely orthogonal set of codepaths from how CLAUDE.md files are read. conversely, the file read tool seems to be completely naive to symlinks while the CLAUDE.md reader is not. this is the fucking swiss cheese security model of the fucking gold standard of what AI programming can do.

    https://neuromatch.social/@jonny/116779793188712173

    The thread is actually about trying to attract and manipulate autonomous coding agents, but they’ve only had limited success so far, which may have been slowed down by the above symlink trick.