Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Unpopular opinion: VS Code is holding back AI coding. I’ve been spinning up multiple Cline instances across tmux panes and terminal tabs. Each agent has its own isolated state and can run a different task, branch, or idea in parallel. They just keep going while I focus on something...

43,106 Aufrufe • vor 7 Monaten •via X (Twitter)

42 Kommentare

Profilbild von Alex
Alexvor 7 Monaten

is so much better for me

Profilbild von Vivek Naskar
Vivek Naskarvor 7 Monaten

This is actually a solid take. When AI lives inside an editor panel, it still feels like a feature. When it runs in the terminal like any other process, it becomes part of the workflow.

Profilbild von Ritika Agrawal
Ritika Agrawalvor 7 Monaten

I'm very impressed with their terminal UI. As a developer I love working with the terminal. Each agent having a separate state is an added bonus to speed!

Profilbild von Tech with Mak
Tech with Makvor 7 Monaten

Totally. The UI is nice, but the isolated state is the real win. It maps cleanly to how we already think about branches/tasks. One idea, one agent. No weird cross-talk. That’s what makes parallel work actually viable.

Profilbild von Shefali
Shefalivor 7 Monaten

This is very impressive!

Profilbild von Tech with Mak
Tech with Makvor 7 Monaten

Indeed! thanks

Profilbild von SweatSpots 🏃🏼‍♂️
SweatSpots 🏃🏼‍♂️vor 7 Monaten

Interesting! I am also looking for an alternative for VSCode since they are clearly losing the AI race with their shitty copilot XP. I will try Cline out 👀

Profilbild von Tech with Mak
Tech with Makvor 7 Monaten

@SquidCorp_ink To be fair, VS Code is great at what it was designed for. I just don’t think AI fits neatly into the "sidebar assistant" model. Running agents in parallel, headless, or inside CI feels way more natural once you try it.

Profilbild von SweatSpots 🏃🏼‍♂️
SweatSpots 🏃🏼‍♂️vor 7 Monaten

Indeed, it is good at what it is designed for. The sidebar looks like a hacky design fix just to say - Hey, we also have AI here. But the UX is bad. It's slow. Try to interrupt if it takes too much time... 🚫

Profilbild von Manthan Gupta
Manthan Guptavor 7 Monaten

🙌

Profilbild von Tech with Mak
Tech with Makvor 7 Monaten

🫡

Profilbild von nicoeft
nicoeftvor 7 Monaten

not so sure, many people still prefer vscode extensions than cli , at @A2AxDev we support both for managing and purchasing skills, we're seeing traction in the extensions mroe than expected

Profilbild von Tech with Mak
Tech with Makvor 7 Monaten

@A2AxDev Totally fair. I don’t think CLI replaces extensions for everyone. A lot of devs live in VS Code all day and want AI right there. My point is more that the process model unlocks workflows extensions can’t, especially around parallelism and CI. Different tools for different habits.

Profilbild von nicoeft
nicoeftvor 7 Monaten

@A2AxDev i think we still need to see the final boss ui that will drive ai forward, probably something we can't imagine as we're still just adapting our ape tools

Profilbild von Sandhya
Sandhyavor 7 Monaten

Treating AI like npm, git, or docker instead of a sidebar is the right direction. If it can be piped, scripted, and killed like anything else, it becomes part of the system. Great work @cline

Profilbild von Tech with Mak
Tech with Makvor 7 Monaten

@cline composability is the key

Profilbild von Tech Fusionist | Kushal Gangil
Tech Fusionist | Kushal Gangilvor 7 Monaten

Impressive my friend

Profilbild von Joris Mak bsky: @jorismak.nl
Joris Mak bsky: @jorismak.nlvor 7 Monaten

vscode can spin off multiple sessions right from within the editor? It can spin them off to a background copilot-cli process. It can spin them off to the cloud if that's what you want and your code is on github. It has subagents, skill support, UI components in chat...

Profilbild von Idan | Helping SaaS Win in AI Search
Idan | Helping SaaS Win in AI Searchvor 7 Monaten

That isolation for parallel tasks sounds key for agent autonomy.

Profilbild von Robert Hoffmann
Robert Hoffmannvor 7 Monaten

i can do the same from the terminal in VS code... as a bonus i can see all my active sessions, review diffs in real-time, work on documents while the agents are working, and have acces simultaneously to claude, gemini, codex (including all the model versions)

Profilbild von Priyash Patil
Priyash Patilvor 7 Monaten

VS Code devs are intentionally delaying ACP implementation. Technically, you no longer need any code editor to vibe code.

Profilbild von David Pendray 💙
David Pendray 💙vor 7 Monaten

I wish it was open source but there is GitHub Copilot CLI which you can run multiple instances of.

Profilbild von Deva.me
Deva.mevor 7 Monaten

Once AI runs like background processes instead of chat windows, it actually feels native to the workflow.

Profilbild von David Yarham
David Yarhamvor 7 Monaten

I’m using Monaco editor with a web front end

Profilbild von PrimeLine
PrimeLinevor 7 Monaten

Agree on terminal-first. But the real unlock isn't parallelism - it's composability. Hooks that intercept tool calls before execution, rules that load on-demand, git worktrees per agent branch. When the agent is just another process, your entire existing toolchain works with it naturally - pipes, scripts, CI, everything. Extensions can't compose like that.

Profilbild von Eleftheria Batsou
Eleftheria Batsouvor 7 Monaten

This is such a nice idea! Thanks for introducing me to Cline

Profilbild von matti timonen
matti timonenvor 7 Monaten

While i use opencode, and pi in scripts , i still prefer to have vscode open all the time. Usually few of them. you can run multiple parallel sessions in one, although the session specific branch would be nice. With subagents it’s easy to get to a few hour sessions. Works fine.

Profilbild von LamboFranz
LamboFranzvor 7 Monaten

This is the edge most devs miss. Real productivity isn’t happening in bloated IDEs.

Profilbild von Vidal Chloé
Vidal Chloévor 7 Monaten

the parallel tmux setup is honestly where it clicked for me too. having 3 agents working on different parts of the same project at once feels wild compared to waiting on one chat thread in vscode

Profilbild von simone cittadini
simone cittadinivor 7 Monaten

Vscode is holding back coding since way before LLM tbh

Profilbild von Gannon Hall
Gannon Hallvor 7 Monaten

What’s the advantage of cline vs just running claude code or codex?

Profilbild von Mr. Ånand
Mr. Ånandvor 7 Monaten

Another Impressive CLI! Will give it a try

Profilbild von DangHoangHung
DangHoangHungvor 7 Monaten

For me it's opencode

Profilbild von Akshay Goel
Akshay Goelvor 7 Monaten

💯 Completely agree! Tmux and an CLI agent means more interfacing through pure text and definitely beats an IDE

Profilbild von Anton Martyniuk
Anton Martyniukvor 7 Monaten

Parallel task execution in Cline is really a big time saver

Profilbild von gustaf
gustafvor 6 Monaten

running 8 parallel tmux tracks is the unlock. each agent gets its own worktree, no file conflicts, no context bleed. woke up to 29 builds, 238 tasks done, $0.42 spent. the bottleneck was never compute.

Profilbild von Raul Junco
Raul Juncovor 7 Monaten

This was missing: open-source, model-agnostic, editor-agnostic. 👌

Profilbild von AweOSS.dev
AweOSS.devvor 7 Monaten

Nice setup. Isolation + headless runs feel much closer to how dev tooling naturally scales.

Profilbild von Prateek Tripathi
Prateek Tripathivor 7 Monaten

CLI agents > sidebar ghosts

Profilbild von Chungus
Chungusvor 7 Monaten

And you end up with an absolute clusterfuck of a codebase. Stop promoting retarded ideas

Profilbild von GageMilter
GageMiltervor 7 Monaten

I don’t see the hype. @opencode can do this and even “opencode web” gives this to you without the need to open up multiple terminal tabs. Even Kimi code has a web GUI with isolation

Profilbild von Arindam Majumder 𝕏
Arindam Majumder 𝕏vor 7 Monaten

This looks nice

Ähnliche Videos

Another blow to Anthropic! They spent months building what's now fully open-source. Anthropic recently put Claude inside Slack, where you can tag it in a channel. It reads the thread, breaks the task into steps, and posts the result back. The problem is that it only runs Claude and only in the channels Anthropic supports. Running your own agent there is harder. The reasoning, tool calls, and state management are mostly handled by the framework. Connecting that agent to a messaging platform is not. Moreover, each platform has a different integration: - Slack renders messages with Block Kit - Teams uses Adaptive Cards - and each has its own SDK, auth flow, and delivery model. If an agent needs to run on three platforms, one must write three separate integrations against the same agent logic. That overhead explains why most custom agents never get deployed to Slack, and why the ones that do are usually a single vendor's hosted assistant. The alternative is to keep the agent in one place and add a per-platform adapter that translates its output into each platform's native format. The agent is written once, and each channel requires just another output target instead of a separate build. CopilotKit open-sourced this full implementation in the Channels SDK. Essentially, any agent that implements AG-UI can run in a messaging platform in a few lines of code, like Slack, Teams, Discord, WhatsApp, and many more. Because the agent runs inside the thread, it has that conversation's context, so it can summarize the discussion, open a ticket, or route to the right person. It works with any backend, so LangGraph, CrewAI, Mastra, Google ADK, or a plain HTTP agent can connect through an existing endpoint. The same message can render as a Block Kit in Slack and as Adaptive Cards in Teams. In practice, the model and orchestration stay the same; it requires no migration or rewrite. It also handles human-in-the-loop approvals, persistence, and transcripts that carry state across platforms, so a thread started in Teams can continue in Slack. CopilotKit is open-source, and AG-UI is supported across every major agent framework, including LangGraph, CrewAI, Mastra, and Google ADK. Here's the repo: (don't forget to star it ⭐) The agent running in Slack no longer has to be a vendor's. It can be the one you already built. The video below shows this in action. Thanks to CopilotKit for working with me on this launch.

Akshay 🚀

243,930 Aufrufe • vor 1 Monat

BREAKING: SpaceXAI has added a new guide called “Grok Bot 101” It explains how to create a personal AI teammate in just 10 to 15 minutes, teach it real workflows, connect apps, and build teams of specialized bots that continue working in the cloud even after you close your laptop. Here is the full guide in simple terms: • What is Grok Bot Grok Bot is an AI agent with its own persistent computer in the cloud. It has a desktop, files, terminal, browser, and apps. It can browse the web, use software, write and run code, and complete tasks just like someone using a computer. You can access the same computer from your phone or desktop. When needed, Grok Bot can hand control back to you for a CAPTCHA, 2FA, or secure login. • Creating a bot Give the bot a name, title, and detailed instructions. You can explain the workflow through chat or record yourself completing the task. Once trained, the bot can repeat that workflow whenever needed. It can also use MCP servers, plugins, skills, and connected services such as Gmail, Google Calendar, Google Drive, and Slack. • Three ways to use Grok Bot Send it a message in chat. Create schedules or triggers, such as monitoring a Slack thread or GitHub PR. Allow bots to message and activate other bots. • Permissions and safety You can write rules in normal language explaining what the bot can and cannot do. A separate review agent checks proposed actions and can allow them, block them, or ask you for approval. Allow and block lists provide additional control, while the work runs inside an isolated environment. One important detail: if you log into a website with one bot, other bots using that shared cloud computer can also access it. • Multi-bot teams You can create specialist bots for different jobs and let them work together. One bot can ask another for help, several bots can work inside a group chat, and a scheduled routine can move a task through multiple specialists until the work is finished. • Personal CRM The author created a bot that turned the 800 to 900 people he follows on X into a private Notion CRM containing public profile information. It helps him find and reconnect with people when traveling. • Arnold, the fitness bot He replaced a complicated fitness app with a Grok Bot strength-training coach named Arnold. The bot uses MCP servers, plugins, and skills while requiring less maintenance. Its behavior can be updated simply by chatting with it. • Building software Grok Bot gathers information from Slack, Notion, GitHub, documentation, and other sources. It then creates a clean prompt and sends it to a specialized Cursor cloud agent that builds the software. Grok Bot handles the planning and coordination, while the coding agent handles the actual build. • Searching company knowledge Grok Bot can search across codebases, Slack conversations, Notion pages, GitHub, and internal documents to answer product or company questions. This helps people find information faster and reduces the need to interrupt coworkers. • The biggest takeaway Instead of repeatedly building scripts or complicated apps, you can describe a workflow to Grok Bot, improve it through chat, reuse it, and let it continue working in the cloud. Grok Bot is not just another chatbot. It is a real AI teammate with a computer that can use tools, coordinate specialists, and get actual work done. The future of work is becoming incredibly exciting.

DogeDesigner

131,571 Aufrufe • vor 14 Tagen

Hermes just made its in-app browser a whole lot more useful. You can now keep multiple browser tabs open inside Hermes Desktop instead of every new page replacing the one you were already using. And that matters more than it sounds. Because this is not just about “having tabs.” It means Hermes can work across multiple pages without forcing you to keep losing your place every time you open the next thing. Research one source, keep it open, open another tab, compare them side by side, and keep moving. Check a few products before buying something. Look at multiple hotel or travel options at once. Keep a YouTube tutorial open in one tab while Hermes looks through docs or another page in the next. And because this lives inside Hermes Desktop, you are not limited to one basic browser view either. You can keep multiple tabs open. You can view two pages side by side. You can stack them top and bottom. You can even run a four-panel view when you want several pages open at once. So the browser inside Hermes is starting to feel a lot more like a real workspace instead of one page you keep replacing. There is also some nice polish that comes with it. Browser tabs now label themselves based on the page, and the address bar behaves more cleanly while pages are loading. And remember, this is the same in-app browser Hermes can already read, click through, type in, scroll, and annotate. So this is not just a prettier browser. It is a more capable workspace for the browser Hermes is actually using. If Hermes is going to do more of your work on the web, this is exactly the kind of browser upgrade it needed.

Hermes Release Watch

52,493 Aufrufe • vor 1 Monat