
Erdal
1.8K posts


@zakelfassi Try it yourself, I can explore in depth any repo divide and conquer until the sub-sub-sub agent read individual files
Its token consuming that’s for sure but it’s fine for me
English

@ErdalToprak @alxfazio I bet what you’re doing can be made much more efficient with a sprinkle of @RepoPrompt…
English

Another take is that the web will become totally gated to a few actors that attest identities
Michael Grinich@grinich
Today WorkOS is launching auth.md An open protocol for agents to register for services on the web. We're partnering with @Cloudflare and @Firecrawl as some of the first providers. Why did we build this? And why now? 🧵
English

i hate that there's no calendar quick glance in the menu bar so i added it to @supermac_app. one less external app to install. what else u want

English

So here's my latest set up
Every site I have is a profile on Termius like
> hoodmaps .com
I click it and immediately I'm in my server and I get dropped in a tmux session that's always tied to the corresponding site I wanna log in to
To make this work I have this startup snippet in each site's Termius profile:
> cd /srv/http/hoodmaps.com && tm
(so /srv/http is where my sites are and then hoodmaps .com is the example site here, and "&& tm" is the important part here)
Then in my ~/.bashrc file I added this (written by Claude Code) which defines the "tm" function, again all it does it just put me in the right tmux session based on the folder I'm in
The result is I can switch without interruption from my laptop to phone in Termius with auto reconnecting sessions and usually I just have Claude Code open in each session to work
Before I had to mess around with 1) not having smooth switching from laptop to phone, I'd have to use Claude Code's /resume for it, annoying, 2) having multiple sessions for same sites, gets messy and confusing fast, now it FORCES me into one session per site, this just works so well, I'm so fast, and each of my sites is just an open tab in Termius, I've never worked so structured and clean!
Here is the code, maybe it helps somebody:
# tmux session per folder. `tm` (no args) attaches to / creates a session
# named after the current dir's basename. `tm name` overrides the name.
# Works whether already inside tmux (uses switch-client) or outside it.
tm() {
command -v tmux >/dev/null 2>&1 || { echo "tmux not installed"; return 1; }
local name="${1:-$(basename "$PWD")}"
# tmux session names can't contain '.' or ':' — replace with '-'
name="${name//./-}"
name="${name//:/-}"
if [ -n "$TMUX" ]; then
tmux has-session -t "$name" 2>/dev/null || tmux new-session -d -s "$name" -c "$PWD"
tmux switch-client -t "$name"
else
tmux attach -t "$name" 2>/dev/null || tmux new -s "$name" -c "$PWD"
fi
}
# Auto-attach on interactive login: picks a session named after wherever
# you land. Plain `ssh server` lands in $HOME → session "root". Use
# `ssh server -t "cd /srv/sm.levels.io && bash -l"` to land in a site
# folder → session "sm-levels-io". Skips inside tmux and non-interactive
# shells so scp/rsync/scripted ssh keep working.
if command -v tmux >/dev/null 2>&1 && [ -z "$TMUX" ] && [[ $- == *i* ]]; then
tm
fi

Jerry the Cowboy@ldsc4303
@levelsio @dcbuilder Hey dude, how do you setup tmux, mosh, clipboards and all of that. Would love to get you dotfile and 80/20 it.
English

@TheAhmadOsman As long as it's not advertised as viable i don't see any downsides
It is nice to have people push boundaries and try novel stuff
English

Good example of Performative Inference / Local AI grifting
MiniMax-M2.7 on 4x M5 Max MacBooks (~$22,000 USD)
- Longest prompt: 338 (???)
- Max context: ~3k (???)
- 45 tok/s (lol)
- Single prompt, no parallel requests
Some of the funniest & stupidest shit I've ever seen
Ivan Kuleshov@Merocle
It’s finally up and running! And the result is pretty decent. Now I want to put this 1U platform... 😅
English

@dkundel I combine /goal with max threads increased to 24 and custom subagents with codex spark and it is amazing
x.com/ErdalToprak/st…
Erdal@ErdalToprak
English

@UlrichRozier En lecture diagonale je vois ollama et un modele non optimise pour cette machine, assez dommage
Français

On vient de publier un test très spécial, j’espère que ça va vous plaire frandroid.com/marques/310856…
Français

@martindonadieu @thekitze @supermac_app It is Cork isn't it, I'm almost sure lmao
github.com/buresdv/Cork
English

@thekitze @supermac_app I saw one app who have this:
OSS on GitHub.
website downloads and auto update is paid. 49$
Otherwise if you are broke, download source and build yourself.
It’s best of both worlds
English


@helloiamleonie I feel actively target by this post
Do you have a maximalist example ?
English

@dhh You can also increase the max depth and max threads to have more sub agents and define them by reasoning effort, codex is very cool
x.com/ErdalToprak/st…
Erdal@ErdalToprak
English

Always funny to see a picture of where i work everyday lmao
Luke Knight@lukeknight
We seriously euromaxxed with this one. All thanks to @a16z
English

@EthanLipnik But are you a sub-sub agent addict ?
Change max_depth to 2 or 3 and have the main chat orchestrate a sub that orchestrates the sub sub lmao
x.com/ErdalToprak/st…
Erdal@ErdalToprak
English












