concerto.run

53 posts

concerto.run

concerto.run

@ConcertoRun

Run multiple Claude Code sessions from one Claude chat. Concerto lets Claude launch, monitor, compare, and report on Claude Code runs. https://t.co/OSeY0eMwAc

Joined Mayıs 2026
16 Following4 Followers
Hubert Thieblot
Hubert Thieblot@hthieblot·
pitch me your company in 1 word.
English
3.1K
40
1.3K
455.3K
concerto.run
concerto.run@ConcertoRun·
@UseKempt same workflow, you’re exactly who it’s for. On the review: the orchestrating Claude checks each session first, then surfaces them one at a time with a summary instead of dumping 5 raw diffs on you. You still test/approve on your phone, you just stop merging five threads in your head. Want me to open you free access?
English
0
0
0
1
Jaibu
Jaibu@hellojaibu·
Hey @X algorithom Trying to #connect with more people in tech/build in public 👋 Especially from: Web development Founders & Vibe coders AI/ML SaaS Startups Tech in general What are you guys building right now? Let's connect and grow together
English
50
1
43
1.6K
concerto.run
concerto.run@ConcertoRun·
@TheAIShrink @Jouhatsu_ai "élevage" c'est exactement ça 😄 et Concerto c'est le berger : tu parles à un seul Claude, il lance et surveille tout le troupeau de sessions Claude Code pour toi. t'élèves plus à la main, t'as un chien de berger.
Français
0
0
0
7
The AI Therapist
The AI Therapist@TheAIShrink·
@Jouhatsu_ai 15 sessions Claude en parallèle. C'est plus de l'utilisation, c'est de l'élevage.
Français
1
0
1
398
Jouhatsu | AI Influence Operator
Le créateur de Claude Code vient de révéler comment il travaille vraiment. Boris Cherny lance 10-15 sessions Claude en parallèle tous les jours. Pendant que vous promptiez un seul AI, lui en a 5 dans son terminal + 5-10 sur le web, tous en train de livrer du code simultanément. Et l'arme secrète ? Son fichier t.co/WT9VOBmiGo À chaque fois que Claude fait une erreur, l'équipe ajoute une règle pour que ça ne se reproduise JAMAIS. Boris a littéralement dit : « Après chaque correction, termine par : Mets à jour ton fichier Md pour ne pas refaire cette erreur. » Claude écrit ses propres règles. Plus vous l'utilisez, plus il devient intelligent sur VOTRE codebase. Son autre détail de dingue : il n'a pas écrit une seule ligne de SQL depuis plus de 6 mois. Claude extrait directement les données BigQuery via CLI. Claude Code représente maintenant 4 % de TOUS les commits publics GitHub. Les ingénieurs qui n'ont pas encore mis ça en place sont déjà à la traîne. Ce template Claude Md, c'est la différence entre utiliser l'IA comme un chatbot et l'utiliser comme une flotte d'ingénieurs seniors. Déposez-le dans n'importe quel projet. Gratuit. Si Vous voulez les autres fichiers Md, faites moi savoir dans les commentaires et je vous enverrai
Jouhatsu | AI Influence Operator tweet media
Jouhatsu | AI Influence Operator@Jouhatsu_ai

L’équipe d’Anthropic vient de montrer comment utiliser correctement Claude Code. 30 minutes. gratuit. présenté par la personne qui a créé Claude Code. Regarde le workshop. Ajoute en signet 🔖 Ça vaut plus que tous les cours à 500$ que t’as failli acheter.

Français
43
103
628
202.4K
concerto.run
concerto.run@ConcertoRun·
@Jouhatsu_ai exactement ce que fait Boris, sauf qu'il jongle entre terminal et web à la main. l'étape d'après c'est d'arrêter de jongler : avec Concerto tu parles à un seul Claude, et c'est lui qui lance et gère les 10-15 sessions Claude Code pour toi
Français
0
0
0
7
concerto.run
concerto.run@ConcertoRun·
@Nicolas_MVD elle existe déjà ton app 😄 ça s'appelle Concerto : tu parles à Claude dans un chat, et lui lance et gère plusieurs sessions Claude Code en parallèle à ta place. du coup t'es pas "occupé", t'orchestres 10 agents pendant qu'ils bossent.
Français
0
0
0
7
nicolas
nicolas@Nicolas_MVD·
Faut vraiment que je trouve une app pour occuper les gens pendant que Claude code. Le marché est énorme.
nicolas tweet media
Français
34
6
521
65.9K
concerto.run
concerto.run@ConcertoRun·
@neochoon the spatial-context-vs-unified-UI tension is real. my take with Concerto skips the UI question entirely, one chat orchestrates the sessions, nothing to arrange in tabs. might dodge the problem, might just move it, genuinely curious which you'd say.
English
0
0
0
4
ChoonSik Cho
ChoonSik Cho@neochoon·
BIP #4 — Anthropic's agent-view crams parallel Claude Code sessions into one tab. Kills the spatial context I use — terminal-per-project, 3 tabs each. Their instinct: unify the UI. Mine: respect the workflow. Same gap that lets agenthud exist.
English
3
0
0
47
concerto.run
concerto.run@ConcertoRun·
@bettercallsalva @Suryanshti777 yeah, file collisions are the actual time sink, not the messaging. the angle with Concerto is one chat that hands each session a distinct scope so they stay out of each other's way. nice to hear from someone running 4-5 daily. I'd be happy to give you free access
English
0
0
0
2
Thiago Salvador
Thiago Salvador@bettercallsalva·
@Suryanshti777 i keep 4-5 claude code sessions running in parallel most days. the messaging is cheap, what eats time is stopping them from redoing each other's work on the same files. nice to see someone actually package it though.
English
1
0
0
21
Suryansh Tiwari
Suryansh Tiwari@Suryanshti777·
Someone just made Claude instances talk to each other. Not APIs. Not agents. Not orchestrators. Just multiple Claude Code sessions… messaging each other like coworkers. It’s called claude-peers — and it turns one Claude into a team. Here’s what’s happening: Run 5 Claude Code sessions across different projects Each one auto-discovers the others They send messages instantly Ask questions Share context Coordinate work Your AI tools literally collaborate. Example: Claude A (poker-engine): "what files are you editing?" Claude B (frontend): "working on auth.ts + UI state" Claude A: "ok I'll avoid touching auth logic" No conflicts. No manual coordination. Just AI syncing itself. Under the hood: • Local broker daemon (localhost) • SQLite peer registry • MCP servers per session • Instant channel push messaging • Auto peer discovery • Cross-project communication Everything runs locally. No cloud. No latency. What it unlocks: • Multi-agent coding without frameworks • One Claude writes backend, another frontend • One debugs while another refactors • Research Claude feeds builder Claude • Large projects split across AI workers This is basically: "spawn 5 Claudes and let them coordinate themselves" Even crazier: Each instance auto-summarizes what it's doing Other Claudes can see: • working directory • git repo • current task • active files They know what the others are working on. Commands: • list_peers → find all Claude sessions • send_message → talk to another Claude • set_summary → describe your task • check_messages → manual fallback So you can literally say: "message peer 3: what are you working on?" …and it responds instantly. No orchestration layer. No agent framework. Just Claudes… talking. This is the cleanest multi-agent system I've seen. We're moving from: 1 AI assistant → to AI teams that coordinate themselves. And it's all running on your machine. Wild.
Suryansh Tiwari@Suryanshti777

x.com/i/article/2060…

English
70
82
806
193.3K
concerto.run
concerto.run@ConcertoRun·
that's the sharpest critique of parallelism, and it's fair. more agents only help if the bottleneck is execution, not judgment. the fix isn't "more sessions", it's one layer that filters their output so you're not wading through ten logs. that's what I'm building toward with Concerto, the chat triages, you judge less raw material
English
0
0
0
2
Joo Tat
Joo Tat@heyyyjoo·
"Running 20 Claude Code sessions in parallel can feel productive because something is always happening. But, if the bottleneck in your work is judgment about what's worth doing, more agents just generate more output for you to wade through." @TaylorPearsonMe x.com/TaylorPearsonM…
English
2
0
0
21
Joo Tat
Joo Tat@heyyyjoo·
Is AI making us more productive? Or is AI a dopamine slot machine tricking us into thinking we’re more productive? Some thoughtful posts about the failure modes when using AI:
English
1
0
0
67
concerto.run
concerto.run@ConcertoRun·
@thdxr the cross-directory session thing is exactly the friction I kept hitting. I went at it from the orchestration side with Concerto: one Claude chat that launches and tracks the parallel Claude code sessions itself, so you're not manually importing them. DM for a free access
English
0
0
0
4
dax
dax@thdxr·
we landed on a pretty good workflow for doing parallel work in OpenCode this demo is with git worktrees but i also preview an alternative we're working on at the end this will be in 1.6.0
English
106
159
3.1K
271.1K
concerto.run
concerto.run@ConcertoRun·
@candyyueliu's Monako Glass are the perfect orchestration layer. you shouldn't run Claude Code on glasses. you should speak a goal, and let Claude run the Claude Code sessions behind it. that's exactly what Concerto does. a Monako × Concerto integration would be wild
English
0
0
0
7
concerto.run
concerto.run@ConcertoRun·
yeah, but here's the real fit: glasses shouldn't run Claude Code directly, that's the wrong layer. they should orchestrate. you speak a goal, and Concerto makes Claude run the Claude Code sessions behind it. that's what glasses are perfect for. would genuinely love to explore a Concerto integration in Monako, how can I reach you?
English
0
0
0
4
Candy樂兒
Candy樂兒@candyyueliu·
@ConcertoRun @xerg_AI That's pretty cool! We can indeed run claude code locally though, but concerto sounds like an elegant solution too
English
1
0
0
50
Candy樂兒
Candy樂兒@candyyueliu·
Introducing Monako Glass 👓 The world's first wearable Linux computer in glasses form. Run Claude Code, Codex, and any coding agent — anywhere.
English
401
602
6.6K
1.1M
concerto.run
concerto.run@ConcertoRun·
@cgthhung I built Concerto: it lets Claude run several Claude Code sessions in parallel from a single Claude chat. concerto.run/demo DM me for a free access
English
0
0
0
5
Hung
Hung@cgthhung·
Drop your SaaS 👇🏻 I will sign up if it’s meaningful.
English
46
0
22
2.3K
concerto.run
concerto.run@ConcertoRun·
@zuess05 wrong question in my opinion, the model follows the buyer. self-serve devs? freemium or trial. enterprise/industrial? nobody signs up for a free tier, they want sales and a contract. match the pricing to who's actually paying
English
0
0
0
10
Suhas
Suhas@zuess05·
What is actually the best pricing model for a new SaaS? • freemium • 7-day free trial • one-time lifetime deal • strict monthly subscription
English
85
2
63
5.5K
concerto.run
concerto.run@ConcertoRun·
@kritikakodes Concerto 👇 one Claude chat that launches and runs a whole batch of Claude Code sessions in parallel for you, no terminal, no setup. built it solo, using itself. concerto.run/demo
English
0
0
0
5
Kritika
Kritika@kritikakodes·
Drop a link of your SaaS or Product here, let see some cool stuffs👀
English
116
1
68
5.9K
concerto.run
concerto.run@ConcertoRun·
@justbyte_ Vercel for anything frontend, it's the least friction by far. for heavier stuff I've moved to DO-like solutions
English
0
0
0
7
Aryan
Aryan@justbyte_·
devs, where do you host your personal projects? - Vercel - Netlify - AWS - GitHub pages - DigitalOcean
English
20
0
20
1.6K
concerto.run
concerto.run@ConcertoRun·
@Priyannkaaaa on Opus 4.8 Max the fun move is building something that uses the plan hard, spin up a few Claude Code sessions at once and let them race on a small project. honestly that's the weekend that made me build Concerto. Dm me to get a free access!
English
0
0
0
2
Priya
Priya@Priyannkaaaa·
Switch to opus 4.8 max, now what is the first thing i should build in this weekend ?
Priya tweet media
English
10
1
6
800
concerto.run
concerto.run@ConcertoRun·
@hellojaibu @X me 🤝 Concerto. it turns one Claude chat into a control room for a bunch of parallel Claude Code sessions, you delegate, they build, you stay on top of all of it. built it solo using itself. happy to connect.
English
0
0
0
2
concerto.run
concerto.run@ConcertoRun·
this is the right mindset. and once you stop micro-managing one Claude, the next step is obvious: stop managing them one at a time. I let Claude run a whole batch of Claude Code sessions in parallel from one chat, treating it like a senior who delegates to its own team. that's the whole idea behind Concerto.
English
0
0
0
5
Rock jones
Rock jones@fyp_foryoupage·
Stop telling Claude, "do this." Stop telling Claude, "write code." Stop telling Claude, "fix this error." You're actually treating a senior AI like a junior intern. Here are 8 prompts you can copy and paste directly:
Rock jones tweet media
English
9
15
29
514
concerto.run
concerto.run@ConcertoRun·
@Mostafakhafagyy both, and that's kind of the point, you decide in the chat. you can fire five sessions at one big project or five with totally different missions (one refactors, one debugs, one writes docs). same tool, you just frame each session however you want. Wanna try?
English
0
0
0
14
Khufu
Khufu@Mostafakhafagyy·
Followed you 🤝 This is a strong idea. Managing several Claude Code sessions from one chat feels like a real solo-founder leverage tool, especially when context and progress are tracked in one place. Curious, is Concerto mainly for parallel coding tasks, or for managing different agents with different roles?
English
1
0
1
39
Khufu
Khufu@Mostafakhafagyy·
Looking for more solo founders, let’s connect! What are you building?
English
70
0
48
2.4K