Raymond Weitekamp

3.3K posts

Raymond Weitekamp banner
Raymond Weitekamp

Raymond Weitekamp

@raw_works

building tools for builders | founder @polySpectra | cofounder @cyprismaterials | cohort 1 @activatefellows @berkeleylab | PhD @caltech | AB @princeton | #rwri

New Haven Katılım Aralık 2013
2.9K Takip Edilen1.5K Takipçiler
Sabitlenmiş Tweet
Raymond Weitekamp
Raymond Weitekamp@raw_works·
“Study hard what interests you the most in the most undisciplined, irreverent and original manner possible.” ― Richard Feynmann I am currently studying: ralph wiggum, rlms, dspy, gastown & related agent orchestrators, agent-native apps and orgs How about you?
English
2
0
15
1.6K
Raymond Weitekamp
Raymond Weitekamp@raw_works·
@teostealth i have no gpu on this machine...so hours for all my repos and notes. but with a new mac i bet would be very fast.
English
0
0
0
19
Mitchell Hashimoto
Mitchell Hashimoto@mitchellh·
I'm dying for pi-mono-style minimal library that handles the hard parts of email (auth, syncing with local state, etc.) and gives me an opinionated way to add agentic loops on top of that. I want to build my own agents and logic and guardrails, I don't trust vendors right now.
English
32
11
549
38.2K
Raymond Weitekamp retweetledi
alex zhang
alex zhang@a1zhang·
someone should try having RLMs write REPL code primarily using DSPy
English
6
7
119
15.4K
Raymond Weitekamp
Raymond Weitekamp@raw_works·
@VictorTaelin i've learned so much more by switching to pi. (and made a terrible mess of my extensions.)
English
0
0
0
131
Taelin
Taelin@VictorTaelin·
Ok so I thought that was a dumb gimmick but now I'm completely sold on how pi is a self-modifiable software. It literally knows how to modify itself very cleanly and that's extremely useful in practice I'm not using Codex / Claude Code anymore Bend2 should definitely be like this! I mean, constructed in a way that AI's can easily navigate it and know how to modify it to add any feature the user wants. Perhaps we're past the era of open source software and into the era of forkable software, where the most hackable project wins?
English
58
34
834
61.5K
Raymond Weitekamp retweetledi
Omar Khattab
Omar Khattab@lateinteraction·
i would guess, as a non-party to all this, that the beatings will continue until all interaction becomes late
English
0
1
9
774
geoff
geoff@GeoffreyHuntley·
this is my favourite prompt of all time: “how could this be better?” reply with yours and why it rocks!
English
76
16
117
13.5K
Rach
Rach@rachpradhan·
I replaced FastAPI's entire HTTP core with Zig. Same decorator API. Same Pydantic models. 7× faster. 47,832 req/s vs FastAPI's 6,800. 2.09ms p50 latency. Introducing. TurboAPI. Here's the story..
Rach tweet media
English
91
220
2.7K
245.9K
Hamel Husain
Hamel Husain@HamelHusain·
Ya'll worried about AI Coding slop, when there as an entire army of n8n experts who are installing unmaintainable visual workflow spaghetti in small/medium sized businesses at scale Literal merchants of complexity. Its so much worse than using claude code. It's an artifact of being stuck 6 months in the past and n8n is all you know.
English
69
56
692
55K
vipli
vipli@viplismism·
@raw_works woah! I have already built something like this for the pi-mono guys, added a pr and an issue too to add this in their extension bundle, but seems like they don't have the cycles to maintain it: github.com/badlogic/pi-mo… seems like I am teleporting! lol! you are og, kudos man!
English
1
0
3
171
vipli
vipli@viplismism·
just shipped rlm (recursive language model) cli based on the rlm paper (arXiv:2512.24601) so the layman logic is instead of stuffing your entire context into one llm call and hoping it doesn't go into context rot, rlm writes code to actually process the data, slicing, chunking, running sub-queries on pieces and looping until it gets the answer. works with claude, gpt, gemini whatever you want, run it from any project directory and it auto-loads the file tree as context so it already knows your codebase before you even ask a question. setup takes like 30 seconds : just run npm i -g rlm-cli then rlm (first run asks for api key and you're good). it's open source, MIT licensed, if something breaks or you have ideas just open an issue. still converging and managing everything on my own for now! adding the link to the repo in the comments
vipli@viplismism

rlms (recursive language models) are wild man, seriously! gave it a 3,000-line django queryset file. asked it to find every class, categorize methods, and identify design patterns. so it started by writing the python code to slice it into chunks, called itself 9 times on the pieces, self-corrected a syntax error mid-run, and delivered a complete analysis in 5 iterations. found 13 classes, 70+ methods, 11 design patterns. the architecture looks simple but honestly it's beautiful. so how it works is : 1. a python sandbox with the full doc as a context variable. like the whole context just lives in a global python variable, 2. then the main orchestrator llm just outputs python code. and that code handles the slicing + analysis. the context splitting? yeah that's from the code itself. 3. and then llm lets it call itself recursively on the chunks. keeps going until it's confident enough to set a final answer. orchestrator just loops this whole thing until done. man it really looks simple but it's just a really smart way of dealing with context. no rag. no embeddings. no vector db bullshit kinda stuff. all it does it let the orchestrator llm to be more like a programmer. it's just an llm in a loop writing code to read what it can't fit in its context window. I am diving more into this but seems like a good strategy to deal with the context.

English
24
47
786
71.8K
vipli
vipli@viplismism·
@raw_works hell yeah, crazy, gonna see this one for sure! thanks for sharing man
English
1
0
5
639
tobi lutke
tobi lutke@tobi·
@Entropic_AI system looks good, but you need to figure out a path to run with 8gb M1,M2 s
English
5
2
62
14.6K
stash
stash@stash_pomichter·
@raw_works Quadrupeds are now <$1k!
English
2
0
6
764
stash
stash@stash_pomichter·
last week we got 1M views and 100s of death threats for giving Openclaw access to drones, humanoids, quadrupeds, and other physical hardware. Now we’re releasing EVERYTHING open-source. Dimensional gives agents access to the physical world. Join us. Repo 👇🏽👇🏽👇🏽
English
143
293
1.9K
150.3K