Ddox

2.3K posts

Ddox banner
Ddox

Ddox

@paraddox

Building GPU-powered space tech. 20+ years scaling high-performance systems.

Timisoara, Romania Katılım Mayıs 2009
635 Takip Edilen1.1K Takipçiler
Casey Muratori
Casey Muratori@cmuratori·
Does any of it violate copyright? According to Anthropic itself, their devs do not write any code by hand. As far as I know, AI-generated code is not copyrightable under US law. So correct me if I'm wrong, but you should not be able to use the DMCA to take down this code, right?
Gergely Orosz@GergelyOrosz

This is either brilliant or scary: Anthropic accidentally leaked the TS source code of Claude Code (which is closed source). Repos sharing the source are taken down with DMCA. BUT this repo rewrote the code using Python, and so it violates no copyright & cannot be taken down!

English
116
199
3.6K
202.7K
Ddox
Ddox@paraddox·
@BigWum @braelyn_ai And how to the models know how to code things? Weren't they trained on existing code, thus they are in a way copying it?
English
1
0
0
40
Big WUM
Big WUM@BigWum·
@paraddox @braelyn_ai People actually use LLMs to assist with coding original things too, not just copying things that already exist.
English
1
0
0
52
Braelyn ⛓️
Braelyn ⛓️@braelyn_ai·
you probably dont fully understand how serious this Claude Code leak is > code copyright law has been stable since the 80s > you cannot legally copy or fork someone's code without permission (licenses) the caveat is a "clean room" build - start from scratch by people who have never seen the code. it takes too long to build a product from scratch, so it wasn't usually a problem > enter codegen > anyone with a Claude Max plan can "clean room" rebuild any repo just by pointing the agent at the tests > a few months ago, opensource repos started close-sourcing their tests > a codegen rebuild has never been challenged in court > the legal precedent would have the potential to decimate the concept of Open Source forever SO > last night > claude code leaks > Sigrid Jin "clean room" rebuilds claude code in Python > names it Claw-Code > Reminder: Anthropic sued the last open source tool that used a funny "claw" name Now? > Anthropic has the potential to sue this project and put all of software licensing and copyright law into question > Anthropic might allow corporate greed to effectively put an end to opensource software > Anthropic's corporate greed might forever kill the software community as we know it today ... now that you know how serious it could be, the best thing we can do is pressure anthropic to let it go
Braelyn ⛓️ tweet media
English
86
58
976
166.7K
Ddox
Ddox@paraddox·
@SIGKITTEN If you add an extra 3 stop slider there for permissions it might work nicely. But then it might be a bit confusing because you don't necessarily expect permissions via the /model command.
English
0
0
1
12
SIGKITTEN
SIGKITTEN@SIGKITTEN·
@paraddox its actually not at all, i was thinking of adding it to the model picker ui
English
1
0
1
11
Ddox
Ddox@paraddox·
@SIGKITTEN Cool. Stupid question : Is there a way to start Yolo sessions?
English
1
0
0
14
SIGKITTEN
SIGKITTEN@SIGKITTEN·
@paraddox ty. i think i have this fixed, ill push another update tonight after i test a little bit
English
1
0
1
13
Ddox retweetledi
Kalyan Dechiraju
Kalyan Dechiraju@kalyandechiraju·
once you experience kimi k2.5 turbo at 250 tps using @FireworksAI_HQ, you can't go back to using other models running at 50 or 100 tps🥲
English
3
1
24
821
Ddox
Ddox@paraddox·
@SIGKITTEN If I stopped android from optimizing the app for battery, it's working fine even after 1h in the background
English
1
0
1
14
SIGKITTEN
SIGKITTEN@SIGKITTEN·
@paraddox thanks, i havent added the background stuff and notifications for android yet, coming soon. will look into the crash in the meantime!
English
1
0
1
16
Ddox
Ddox@paraddox·
@JsonBasedman Easy fix. Just use Codex for non UI work.
English
0
0
0
35
json
json@JsonBasedman·
It's.... Actually kinda wild how retarded opus is after having used codex for a bit now. Like even getting Claude code to subcall codex for design reviews is bad. It just ignores important architectural advice it gets from codex.
English
5
1
45
2.5K
Ddox
Ddox@paraddox·
@Resorcinolworks Open-source, nah. Can we extract some nice enjoyable bits out it, for sure.
English
2
0
26
14.3K
reso
reso@Resorcinolworks·
Is the leaked codebase enough to make Claude code open source ? Or we again deadass enjoying that we just found a broken headlight of a car ?
English
52
13
1.2K
365.1K
Ddox retweetledi
Ole Lehmann
Ole Lehmann@itsolelehmann·
i can't believe more people aren't talking about this part of the claude code leak there's a hidden feature in the source code called KAIROS, and it basically shows you anthropic's endgame KAIROS is an always-on, *proactive* Claude that does things without you asking it to. it runs in the background 24/7 while you work (or sleep) anthropic hasn't turned it on to the public yet, but the code is fully built here's how it works: every few seconds, KAIROS gets a heartbeat. basically a prompt that says "anything worth doing right now?" it looks at what's happening and makes a call: do something, or stay quiet if it acts, it can fix errors in your code, respond to messages, update files, run tasks... basically anything claude code can already do, just without you telling it to but here's what makes KAIROS different from regular claude code: it has (at least) 3 exclusive tools that regular claude code doesn't get: 1. push notifications, so it can reach you on your phone or desktop even when you're not in the terminal 2. file delivery, so it can send you things it created without you asking for them 3. pull request subscriptions, so it can watch your github and react to code changes on its own regular claude code can only talk to you when you talk to it. KAIROS can tap you on the shoulder and it keeps daily logs of everything. > what it noticed > what it decided > what it did append-only, meaning it can't erase its own history (you can read everything) at night it runs something the code literally calls "autoDream." where it consolidates what it learned during the day and reorganizes its memory while you sleep and it persists across sessions. close your laptop friday, open it monday, it's been working the whole time think about what this means in practice: > you're asleep and your website goes down. KAIROS detects it, restarts the server, and sends you a notification. by the time you see it, it's already back up > you get a customer complaint email at 2am. KAIROS reads it, sends the reply, and logs what it did. you wake up and it's already resolved > your stripe subscription page has a typo that's been live for 3 days. KAIROS spots it, fixes it, and logs the change endless use-cases, it's essentially a co-founder who never sleeps the codebase has this fully built and gated behind internal feature flags called PROACTIVE and KAIROS i think this is probably the clearest signal yet for where all ai tools are going. we are heading into the "post-prompting" era where the ai just works for you in the background like an all-knowing teammate who notices and handles everything, before you even think to ask
Ole Lehmann tweet media
Chaofan Shou@Fried_rice

Claude code source code has been leaked via a map file in their npm registry! Code: …a8527898604c1bbb12468b1581d95e.r2.dev/src.zip

English
167
192
2K
399.9K
Ddox
Ddox@paraddox·
@unclebobmartin You must be the only one that still hasn't hit his limits :))
English
0
0
0
57
Uncle Bob Martin
Uncle Bob Martin@unclebobmartin·
I need to plan a major upgrade. Back to Claude to do the brainstorming.
English
7
0
31
4.3K
Ddox
Ddox@paraddox·
@flavioAd Is this for real @jxnlco ? Codex CLI just became open source? 🤭
English
0
0
0
147
Ddox
Ddox@paraddox·
@FakePsyho oh well. I'll try harder :))
English
0
0
1
62
Psyho
Psyho@FakePsyho·
@paraddox You actually have 3 in my calculations for the last 200 tweets 😅, but: - I only count top-level replies - you did your burst of replies after posting here and I cache the results
English
1
0
3
278
Psyho
Psyho@FakePsyho·
I got tired of engagement-farming AI reply bots, and a few hours later I had a firefox extension that correctly tags (and hides/collapses if enabled) about 90% of them. Turns out you can detect most of these accounts just by analyzing their posting patterns. Take their last 200 tweets and find the maximum number of reply tweets within any 5-minute window. If it's 4 or higher, it's an automated reply account. I manually tagged 100 suspicious accounts and 50 terminally online accounts. This single if matched 86/100 of sus accounts and none of the terminally online ones. I've been running this for a few days now and I'm still surprised by the accuracy. I'm pretty sure you can detect almost all of this AI slop without even looking at the content of tweets. I manually checked "false positives" I got and all of them were either: (a) accounts spamming gifs/single words/emoji replies, which is more or less the same behavior just without AI (b) accounts that used AI replies in the past. tl;dr: fixing majority of the current slop apocalypse requires a 0.1x engineer and a minimal effort
English
30
9
195
12.3K
Ddox
Ddox@paraddox·
@SIGKITTEN I only do that for PR's I open on open-source projects. Haven't read my own code in 6 months :))
English
0
0
0
12
Ddox
Ddox@paraddox·
@Shpigford @claudeai Come over to Codex. with /fast and 1M context, I'm struggling to hit the limits :))
English
0
0
0
44
Ddox
Ddox@paraddox·
@steipete @benitoz We're gonna blame the Codex CLI leak on you though :))))
English
1
0
1
226
Ben Pouladian
Ben Pouladian@benitoz·
bun just cracked open Claude Code for everyone. agentic AI is going mainstream. the next inflection point is agents. hope we have enough compute 🙏🏽 @steipete 🦞🦞🦞
Ben Pouladian tweet media
English
5
3
90
7.9K
Ddox
Ddox@paraddox·
@SIGKITTEN Hey! Don't tell them. How are we going to have fun if they do it?
English
1
0
1
63
SIGKITTEN
SIGKITTEN@SIGKITTEN·
pst anthropic, you can use the npm prepublishOnly hook to check for source maps
English
2
0
23
1.1K