Top
Best
New

Posted by yan 5 hours ago

Superlogical(www.superlogical.com)
https://mitchellh.com/writing/superlogical
366 points | 251 commentspage 2
4lx87 3 hours ago|
Agent orchestrators are the IDE dream repackaged. IDEs never really took off, excepting lock-in/monolopolization (Visual Studio, Xcode). They never lived up to the grand vision of the likes of Alan Kay. IDEs of today are still basically just text editors with a file explorer. Agent orchestrators seem similar. The vision is grand but the implementation is just tabbed terminals.
phillipcarter 3 hours ago||
I think IDEs took off plenty well, but several got frozen in time.

Visual Studio as the IDE for building windows client apps, especially WinForms, was and still is a genuinely incredible and productive experience. The ease of which you could click-and-drag a UI, context switch to logic in the code behind the forms, wire up a web service backend, share domain models and have navigation and search tools understand all of it was great. And the TFS integration was quite good too. You really only had to leave VS to do database work or administer some IIS pools.

Unfortunately, it couldn't keep up with the rest of the dev world. "Server Explorer" morphed to include your Azure VMs but froze for 30s each time you opened it. Docker tools came in super late, most Azure services didn't really have a VS tooling experience. The "right click publish" workflow meant for small systems never figured out how to graduate to real-world needs across many teams. Developers had to learn how to use many other tools for modern stuff, and so VS became far less of a center of gravity, often to their annoyance.

hobofan 17 minutes ago|||
There are plenty industry-specific niche IDEs that you probably never heard of that make up a significant part of many companies product offering.

Jetbrains is valued around $7bil and their business is almost exclusively in IDEs.

Wolfram Research is valued probably around $100mil and their business also mostly consists of an IDE product.

---

With AI, I think the future of IDEs will be very split. A lot less work will happen in IDEs (in terms of LOC), but at the same time, I think AI will allow for a more sophisticated build-out of IDEs, so e.g. debug experiences will become a lot richer.

2001zhaozhao 3 hours ago||
I think they definitely have the IDE vision in mind and are trying to move off of terminals, based on two parts of the original article

> so you can close the application, reconnect from another device, and pick up exactly where you left off.

I think this is the remote IDE development dream that no one could quite get right, partly because there wasn't enough reason to run things on a 24/7 device. I think with coding agents that can run in the background this changes.

> Sessions can be accessed through the web and native macOS/iOS applications, and sharing a live session with other people is built in from the start.

I'd really like to point out that "Sharing a live session" is horrible UX for a terminal multiplexer because the terminal has to be the same size (# of rows/cols) on all viewers' screens, and some of these viewers may be on a phone and others on a laptop. Believe it, I tried myself and there's no good way around the problem.

What is interesting is that they added this sentence anyway. This tells me that their long-term endgame is not the terminal. They're most likely trying to build a GUI-based agent IDE and then eventually expand to other work (per their headline of being the "multiplexer for all work") as it all gets more and more agent-based anyways. Well, they're not alone in having that vision.

4lx87 2 hours ago||
Do you think the future is more sophisticated agent management, or will tooling increasingly fall away to a single chat session with an executive agent of sorts?
jvican 4 hours ago||
I expect the product from this company to resemble a combination of Orca + zmx

[0]: https://github.com/stablyai/orca [1]: https://github.com/neurosnap/zmx

jpeeler 2 hours ago|
Somewhat related, I recently heard of fentas/atty from:

https://erock.prose.sh/posix-shell-is-all-you-need

jelder 4 hours ago||
This doesn't seem like a niche that isn't filled. Am I missing out on something by still just using iTerm2 and tmux?
1123581321 2 hours ago||
You are missing out a bit, but stay content. :)

Multiplexers have a lot of little papercuts and limitations when you want consistent and native-to-the-OS behavior to flow all the way between the OS and the apps and connections in the multiplexers. For example, gesture scrolling in a tmux/zellij pane is hard because the right events don't flow through. It's an itch to scratch like designing a good terminal lib (like ghostty.)

And then, there's all the unifying and smoothing out of data connections--I imagine they'll be a lot to make sure that, e.g., an ssh session or a Claude code session in a pane can be seamlessly reconnected or never drop when the pane is closed. This takes a lot of hacking to make look seamless in most setups right now.

Like mitchell, I write a lot of software around multiplexers, and I've thought about making something similar, but I don't have quite the same level of personal wealth or angel investor connections. :)

herdr and mosh are a couple of reference points for this, there are others.

kibwen 20 minutes ago||
> gesture scrolling in a tmux/zellij pane is hard because the right events don't flow through

I'm not sure what is meant by this, I can mouse over a pane in zellij and use two-finger scrolling to scroll only that pane without any problem.

holden_nelson 3 hours ago|||
I've wondered this myself. I stuck with iTerm2 for a really long time but recently switched to Ghostty. Ghostty definitely seems to renders faster (I say "seems to" because I didn't benchmark or anything).

I don't actually use a multiplexer. I'm not sure I understand the use case when most terminal emulators supports tabs + windows (like iTerm2 does). Or you could just launch multiple windows and use your OS's window manager to "multiplex". Are the terminals connected in some way that I'm missing?

Regardless, I think Ghostty is a reminder that you can win in a space that's crowded. There's probably a lot of widely used software that would get dropped en masse immediately if someone had the guts to make a better alternative.

drob518 3 hours ago||
Typically, the benefit of the mux over just more windows or tabs is the ability to detach sessions from a term and have them continue to run. But yea, the “split a term window into multiple terms” doesn’t have quite as much value in a world of lots of tabs. That said, you can do it under program control on the remote host, so it does save remote login overhead, etc. But for local, less value.
exitb 3 hours ago|||
I imagine something more like herdr, but done at the terminal level, not inside. But that’s cmux…
sbarre 3 hours ago||
If you like terminals and tmux, can I suggest you spend a few hours playing with herdr? It clicked for me in a way that a lot of other orchestrators didn't.
vanagandr 4 hours ago||
If its got Mitchell, I’m in.

To make it more relevant: right now I mostly rely on tmux. Before that I’ve been a long time user of screen (irssi over ssh people know this play). Looking forward to this.

asymmetric 4 hours ago|
If it’s touched by Tobias Lütke, I’m out.
slowin 4 hours ago|||
Yep, a lot of toxic investors in this. Not touching it with a ten foot pole and lost a lot of respect for Mitchell. A couple of the other investors:

* https://x.com/rauchg/status/1972669025525158031

* https://x.com/search?q=from:lennypruss%20israel&src=typed_qu...

constantius 46 minutes ago|||
Thanks for surfacing this. As another user says below, Mitchell had more leeway in choosing his investors than most anyone. His is a dispiriting choice.
qmr 1 hour ago||||
Just linking to a login nag.
jasonvorhe 3 hours ago||||
Yuck.
nodesocket 3 hours ago|||
These comments are absurd about their investors. I’m sure if their investor list included socialist nobody on HN would bat an eye. Ahh that’s right, socialist are “takers” not “makers”. Age old standing on the pedestal of moral superiority.
supern0va 1 hour ago|||
You may be surprised to hear that the famously socialist paulg might also have a problem with this.
arvid-lind 2 hours ago||||
why are you bringing your socialist boogeymen into this. what's absurd is that this is somehow louder for you than the real, life-changing actions of the genocidal maniac.
slowin 3 hours ago|||
[flagged]
efficax 3 hours ago||||
VCs tend to be a toxic bunch. Hard to avoid that in our business
civilchaos 2 hours ago||
in this case mitchell is an exited founder with a net worth of over $1B so he can be choosier than almost anyone in this regard. Deeply disappointing he is taking money from Guillermo
efficax 2 hours ago||
things look different from Billionaire Island than they do to us plebs down here. it's crazy to expect such people to do the "right" thing, they're too far gone.
misiti3780 4 hours ago|||
more info please!
jawngee 4 hours ago|||
He thinks ability to vote (and the number of votes you get) should be based on income.

https://vancouverisland.ctvnews.ca/business/article/shopify-...

ecshafer 4 hours ago|||
Taxes paid was actually what was said.
catlikesshrimp 4 hours ago|||
I may be going astray, but I can see a way to degenerate "taxes paid" to "taxes before deductions" to "income since it relates to taxes anyways"
p-o 3 hours ago||
It doesn't have to be that complicated. Just absolute terms could have the desired effect.

- 1% tax of 10 million = 100k

- 20% tax of 100k = 20k

Hence, the rich pays more tax.

catlikesshrimp 2 hours ago||
https://en.wikipedia.org/wiki/Tax_returns_of_Donald_Trump "Trump paid no net federal income taxes in 11 of 18 years of the past two decades. After the refund, Trump had an average tax bill of $1.4 million per year over the 18 years.[52][176] In 2016, Trump paid only $750 in federal income tax, and in 2017, he paid another $750 in federal income tax."

If there was an unequal vote, I am pretty sure rich people would want votes as heavy as possible.

throwaway-blaze 4 hours ago||||
Maybe worth mentioning that the founding fathers in the US believed only property owners should vote.
Yokohiii 37 minutes ago|||
Franklin also practiced air bathing instead of hygiene.
summarybot 1 hour ago||||
Let's make everyone a property owner by default at birth
nullstyle 3 hours ago|||
Not the most important(IMO) of our founding fathers, Thomas Paine.
win311fwg 4 hours ago||||
If you read it again you will notice that technically he thinks that, to satisfy those who believe the wealthy don't pay tax, Canada could use a system to encourage the wealthy to claim income, where that is incentivized by being able to vote. Often the wealthy have no need for income as they already have so much wealth and can easily borrow against that wealth as cash needs present themselves. It is believed (at least as far as the thread went) that the wealthy currently don't pay tax, and thus would be unable to vote, or their vote would count for little, under the proposed since they don't have sufficient income to qualify.
Lalabadie 4 hours ago|||
That would be true if he advocated for votes according to effective taxation rate or something similar. He caps his example at 800k reported income, if I remember, which is a rounding error to his income class.

Instead, he makes sure to include the idea of stripping low-income people of all voting rights.

win311fwg 4 hours ago||
> which is a rounding error to his income class.

Not at all. The idea is that his class claim very little income, if any income. His income class is ~$0 (or believed to be, at least). You can certainly make an argument that the claim isn't true, that the ultra-wealthy are actually already paying huge sums in income tax, but then you cannot take the thread out of context. It was clearly directed at those who believe the wealthy pay no income tax. It literally says so. Did you skip step one and not go back to read it again?

> He caps his example at 800k reported income, if I remember

You are correct, approximately, but there would have been no need to remember given step one, so that was clearly ignored. Why? What is the purpose of replying without even reading the comment you are replying to?

Lalabadie 2 hours ago||
Lutke's own post was about pension = no votes, which I identify as the thing he decided to actually spent time on. His other tweet is a Musk-like "Good idea" reply to someone else's proposal regarding tax brackets, no?

I don't think memory fails me on the main points. If you think ranking the same read facts differently from you means faulty reading, I don't really owe you the labor of explaining where that fails.

win311fwg 1 hour ago||
> His other tweet is a Musk-like "Good idea" reply to someone else's proposal regarding tax brackets, no?

Yes, that is the one we are talking about. The pension comment was posted earlier and isn't directly applicable to the discussion taking place.

The other comment did happen, to be sure. I guess we can change the subject if you want to. The comment that came prior to it asserted that the only way to solve the housing crisis is to take the power away from those who most participate in local government (i.e. retired people). To which Tobi suggested that one way to address that is to allow one to choose power or a pension, but not both, suggesting that pensioners have become dependents and thus no longer have any real stake in the future of a locality.

Which certainly isn't a novel idea. I've heard the same thing many times from people who are ostensibly poor. Many honestly believe that retirees (a.k.a. boomers) who "got theirs" are why housing is out of their reach. You could make a good case that Tobi was trying to play up "I'm just like the little guy" when he isn't actually, but if that is the case, what is our takeaway from that?

sailingparrot 4 hours ago|||
Why would they care? The ultra-wealthy impact election through donations, which is many order of magnitudes more impactful than their personal ballot, even if you were to give them 10x weight. Elon Musk impact on the U.S. election wasn't because he drove to the booth.
win311fwg 3 hours ago||
Care about what? The thread was clearly making fun of those who think the wealthy don't pay any income tax. It literally states that the plan is proposed for those who complain the wealthy don't pay tax, not a plan to be set in motion. Tobi, who fits the wealthy profile of who supposedly doesn't pay tax better than almost anyone, will know well that he already does pay income tax, hence why he humorously threw salt in the wounds of those who don't have a solid grasp of reality.

Being wealthy doesn't mean you can't be a troll. You'd think after seeing Musk in action that would have already been obvious to all, but I guess not.

sailingparrot 3 hours ago||
> Care about what?

About what you yourself said? "Canada could use a system to encourage the wealthy to claim income, where that is incentivized by being able to vote".

The ultra-wealthy can already influence elections in very significant ways. Getting 5 votes instead of 1, which makes no actual difference to any election, is not something that will suddenly make the ultra wealthy wanting to pay more income tax.

What does make a difference though, is if you can prevent a lot of lower income voters from casting their ballots.

Also, no, I'm not buying your unfounded claim that Tobi is just joking bro. His doubling down on it in other comments + his past make it clear to me that is seriously thinks like this.

win311fwg 3 hours ago||
> I'm not buying your unfounded claim that Tobi is just joking bro.

Fair enough. Let me be a little more precise here: Eric Thor was clearly poking the bear of those who believe that the wealthy don't pay tax. I mean, his voting suggestion concludes with exactly that. Maybe Tobi is so far out to lunch that he didn't notice and took it as an actual plan, but, then again, if you are suggesting that he is that far out to lunch what are we to do with that?

> His doubling down on it in other comments

The fact that he was writing comments about it suggests that he doesn't take it too seriously. Nobody of sound mind wastes time writing stupid comments on the internet if they have an actual motive. They go out into the real world and make it happen.

If he is completely out to lunch like you suggest then anything is possible, but the more likely explanation still seems to be making fun of those who don't believe the wealthy pay tax. If people were making shit up about you, claiming that you didn't pay any tax, you'd likely end up making fun of them too.

sailingparrot 2 hours ago||
> Nobody of sound mind wastes time writing stupid comments on the internet if they have an actual motive.

I mean Musk? You even used it as an example of "just trolling" in your previous message. He invested north of $300M+ in the last presidential election, also injected massive amounts in various local races, as well as foreign elections.

What more do you need to take them seriously? Even if somehow Musk was doing all of this to troll people because to him $500M is nothing, the impact on those elections is real, so it doesn't even matter what is internal reasons are.

win311fwg 1 hour ago||
> I mean Musk?

One who is not normally considered to be of sound mind, but you do you.

> What more do you need to take them seriously?

A good idea? The voting thought, while possibly an interesting thought experiment, is not suitable for execution. Why would I take it seriously?

> the impact on those elections is real

Maybe you aren't asking why I would take them seriously, when there was nothing presented that is worth taking seriously, but why do others take their hobo shouting on the street ramblings seriously, presumably only because they have wealth? The other hobos on the street seem to be happily ignored.

Good question, but one I do not have the answer to. I'm still trying to figure out how these particular hobos shouting nonsense on the street corner became people I am aware of. They're just people, same as all the others that manage to remain anonymous. Definitely some kind of malfunction in my brain going on there.

sailingparrot 35 minutes ago|||
> but why do others take their hobo shouting on the street ramblings seriously, presumably only because they have wealth? The other hobos on the street seem to be happily ignored.

The wealth is precisely what allows those hobos to act on their crazy ideas and and impact us all. The other hobos on the street without wealth have no actual impact thus we just ignore them. I don't think its that complicated.

cindyllm 1 hour ago|||
[dead]
dismalaf 3 hours ago|||
[flagged]
collabs 4 hours ago||||
I found this just when I googled his name plus controversy

> Shopify CEO Tobias Lütke faced fierce online backlash in July 2026 after endorsing a social media proposal for a tax-tiered voting system that would strip voting rights from non-taxpayers and give multiple votes to high-income earners.

but if we go as far as to say

> If it’s touched by Tobias Lütke, I’m out.

does it mean control or sponsored, for example ladybird web browser...

contagiousflow 4 hours ago||
Ladybird contributors have their own controversies that make the project hard to stomach
soupbowl 4 hours ago|||
It is a good thing you can use Google chrome instead which has zero contributors with stances you disagree with... I guess.
dgellow 3 hours ago||||
That vague posting is a bit frustrating to be honest.

Are you talking about the fact they do not accept pull requests? If yes, they had good reasons for doing so, LLMs make it really time consuming and exhausting to manage an open source community, I completely understand why they decided to stop accepting PRs for now

ksec 4 hours ago|||
Ok, what is the new drama this time around?
contagiousflow 4 hours ago||||
https://fortune.com/2026/07/27/shopify-ceo-voting-rights-str...

Along with a myriad of different controversies. Just searching his name will bring up many articles about his chronically online Elon Musk wannabe takes.

ecshafer 4 hours ago||||
Some people believe that anyone who does not maintain 100% ideological purity and goodness, which can be measured by if they align 100% with the persons own and therefore morally good political ideas, which also coincidentally matches the status quo of Brooklyn based journalists, that the heretic must be ostracized from all of society and it is impossible to work with them. Since Tobi Lutke made a mortal sin of disagreeing on suffrage requirements, they should be cast into fire and ostracized.
slowin 3 hours ago|||
I don't think "citizens have a right to vote" is anywhere near the realm of ideological purity or "Brooklyn based journalist" thinking. It's literally just democracy.

Freedom of speech seems like something Lutke would pretend to like, and him getting torched for his anti-human opinions is a great demonstration of that principle.

e_outofme 3 hours ago||||
> Lutke made a mortal sin of disagreeing on suffrage requirements

I think this is a very tame and apologetic and dishonest way to put it. Suffrage and voting is how people have a voice in the future of their democracy. He advocates for a policy that materially removes that right, that say in the future, from those who already have little power. I don’t know how else to emphasize that it’s more than “they disagree a bit with him and now he’s an impure sinner”, it’s more akin to “this rich dude wants to rewrite the rules to give himself more power and us less”, which is a sober assessment of his policy. I think people actively trying to avoid giving him any more money or power is a very understandable reaction to that

I think ultimately some parts of ideology are bound to and by the reality we live in, and acknowledging that reality gives a good answer here for when _it seems like_ people freaking out at an “impure idea” - is there a documented harm that we can look at?

Many people boycott Elon and his products. Do you raise this same “moral purity” complaint about them? Does it ever go in the other direction?

I think technology and how we build it is deeply tied to us as social, communal beings. Tech can be a reflection of our capabilities, our values. Tech shapes our reality in turn. It’s worth thinking about, being critical of, and believing people when they say what they believe

sirtaj 4 hours ago|||
This is literally what capitalism tells us to do though, isn't it? If you don't like it, don't buy it.
loeg 4 hours ago||
No, this is "omnicause" / "intersectionality" type thinking.
sirtaj 3 hours ago||
I think we might be talking about different things. My understanding is that voting with your wallet is orthogonal to why you want to do it.
moralestapia 3 hours ago|||
He came to Canada as an immigrant, made some buck and now unashamedly calls 'idiots' the very people that built the communities where he lives. The guy is a complete POS.

https://xcancel.com/tobi/status/2081155797640171641

atleastoptimal 4 hours ago||
> Location Though the team has spent many years scaling remote-first companies and is currently remote, we are hiring specifically in Los Angeles, London, and New York, with an expectation for a flexible in-office schedule as we build our presence in each region.

I always get a "lifestyle business" vibe when tech companies are based in LA or NY. When you're a seasoned veteran you'd prefer to live in a larger, more fun city, even though tech is concentrated in the Bay Area

simonw 3 hours ago||
Or you want to hire the kind of seasoned veterans who want to live in those cities. Often later-career, families, looking for exposure to more than just a thriving tech scene.
cj 3 hours ago||
And salaries are lower than SF.
mikeocool 3 hours ago|||
Like notable lifestyle businesses Datadog, Squarespace, Etsy, Tinder, and Snap.
wrxd 1 hour ago|||
Another example of the galaxy brain people who like employees to go to an office but then are happy to have offices all over the world, some of which have 8 hours of timezone difference.

Are they the champions of collaboration or the champions of company culture?

woodruffw 3 hours ago|||
I don’t think that’s a parsimonious explanation in a post-COVID world. It seems equally if not more likely that talent is more distributed, and people find fewer reasons to relocate into the Bay Area (in terms of career progression, etc.)

(This is not, in my mind, either a good or a bad thing.)

tough 3 hours ago|||
Its interesting they recognize they've themselves worked remotely for most of their careers but not for our new company. Maybe its a new trend
cmrdporcupine 1 hour ago|||
Funny how just 3-4 years ago on this forum people were openly prognosticating about how the era of fully remote work was here to stay and the centre of gravity of investment no longer had to be SV and YCombinator was running fully remote sessions, etc. etc.

And here we now have people saying stuff like this again.

Also, long live the "lifestyle business" if it means people just making businesses that bring in non-exponential but justifiable and sustainable income ... like, y'know, a business is supposed to. Good grief.

dbalatero 32 minutes ago||
God forbid someone see their kids after work. Won't someone think of the potential profits in performatively staying late at work?
dgellow 3 hours ago||
What do you mean by lifestyle business?
nvme0n1p1 3 hours ago|||
A business that lets employees have a healthy work-life balance.
dgellow 3 hours ago||
Thanks, it’s a bit concerning that’s not considered the default
tough 3 hours ago|||
That's not the original meaning of a "lifestyle business" anyways, which is more like a business that makes enough (to its owners, nothing to do with the employees) for them to maintain their desired lifestyle, like maybe a few million in revenue or whatever, but can't / won't be scaled beyond that because their lifestyle is already well supported by the current business growth / volume / revenue so they have no interest on blitzscaling, taking VC money, and running the perpetual growth treadmill or because the business is already topped-up and won't support further scaling (its not always a choice)
dgellow 2 hours ago||
Ah ok, in that case Superlogical doesn’t sound like a lifestyle business given the number of VCs involved
tough 2 hours ago||
Yes, indeed, although i think in this case it was just signalling how not being "SF focused" might be seen as a lack of ambition or whatever in such VC contexts or something and thus the exaggerated comparison to it being a lifestyle business merely due to the location requirements on ny/la (nicer cities to live in, maybe, than SF, or whatever)

i think just michael is based on LA, so he prefers having the offices near his home (has kids, etc), and has enough FU money to not need to let the VC's dictate where the HQ's are located at.

I guess also they dont love the idea of managing people remotely for a small startup/first hires, although im sure for the right person they wouldn't really care (or usually this is how it goes on most small companies/startups)

dbalatero 33 minutes ago|||
I guess if you have nothing else to live for except your job, you'd be really psyched to keep dumping more hours into it...
mikeocool 3 hours ago|||
Generally I think lifestyle business means a business that is going to make the owners a comfortable living but not likely to make anyone filthy-rich.

In silicon valley/tech it's sometimes treated as a derogatory term.

Sleaker 3 hours ago||
Maybe I just missed the boat on hashicorp and similar solutioning, but I find a lot of the solutions for working with multiple systems using an intermediary shared language, such as terraform, end up obfuscating the problems they intend to solve and result in people who deal with and support those systems on a daily basis having very little understanding of how to interact and troubleshoot the core infra that is being built up with those tools.

Yes, building those solutions requires a lot of expertise, but I've never found the tools to be worth engaging with over just using what the standard platform tools they abstract away were replacing. Then you add in the economic rug-pull scenarios that have happened when utilizing software like this and I wonder why everyone hops on the bandwagon so easily.

What is the company they're building trying to solve that system maintainers can't already do? Isn't this just rebuilding OS windowing?

jerf 3 hours ago||
At the risk of sounding like a booster, I have noodled over whether this is a place that AI can legitimately provide some improvements. It's harder than just waving an AI at the problem, which is why we don't really have this yet. But one of the major issues with the intermediary language you're talking about is the rigidity of conventionally-applied programming. AI is a bit more flexible and gooey and more able to function as duct tape and bailing wire... but that does come with several tradeoffs of its own that need to be mitigated to some degree.

As a specific example of this, I've been using emacs since about 1997, but it's only this year that I've started down this sort of "integrate everything" road that it promises, because I've never wanted to learn emacs' specific Lisp variant that is used nowhere else. But now with AI I've done more emacs extensions that are providing real value to me than I have in the last... ever. About my previous limit was reifying a keyboard macro into a command, which still isn't really programming emacs.

The ability to indicate "intent" in a way that computers can actually process it as "intent" might change the calculus enough to make this more possible than it used to be in the past.

But those tradeoffs are real. Non-determinism is a problem. Difficulty in knowing what the AI is doing unless you're staring at its output, and even the ability to conceivably monitor an AI's output is only a transient thing we have at the moment, they'll speed up past our ability to monitor them at all soon enough. But it's at least a new area that can be explored and there may be solutions to some problems in there we couldn't reach before.

sigbottle 3 hours ago|||
Looking really cynically, it does seem like it might transition into some kind of cloud-development situation. Your "one access to all development" is one ssh away from our mega 24/7 online compute farm, since we need to keep the sessions persistent. But you can access anything you want!

Hopefully that's not the endgame?

sbarre 3 hours ago||
There is value in abstracting the underlying generic systems into more context-relevant primitives for people who just want to get shit done in that context.

Why not meet people where they are at?

If this product isn't valuable, then it will fail. I suspect it will not fail.

wxw 4 hours ago||
Really exciting IMO. Many people are working on new work interfaces (e.g. Codex/Claude/Cursor, multiplayer agent spaces, unified Slack/Notion/Zoom, etc.), and I think the Superlogical vision makes sense as a competitor in the space, at least to try.

There’s clearly room to improve our existing tools.

supjeff 56 minutes ago||
backed by tobi lutke? so, supervillain tech.
bryanlarsen 2 hours ago||
Sounds like something that could be done with by pulling in a few dozen Emacs extensions and writing a few thousand lines of elisp. (And one of those extensions would be the libghostty base ghostel.)

It's sort of what I'm doing already -- using emacs-server to provide portable persistent sessions on top of a bunch of terminals, agents and editor buffers.

It's a 1% effort on my part and super janky and super me-specific -- if somebody put a small fraction of the effort into it that others are putting into superlogical and the other alternatives listed here, it could be awesome....

dinobones 2 hours ago|
This is like the “why not use FTP yourself” response to the YC Dropbox page.

Yes, but good, standardized developer tooling is valuable.

Postman could’ve also been a “just use CURL and dump to JSON” for example.

I actually am bullish on this. Tmux and ssh are somewhat clunky and probably under utilized by most people. I struggle to find commands, navigate sessions, see history, and so on.

Also in an “agent” based world where you might ask an agent to execute things for you, how do you manage that context well beyond just giving it its own Tmux session to drive?

It’s a good idea, and I’m surprised no one’s built it sooner.

bryanlarsen 1 hour ago||
Devs don't use Dropbox, they use git. Git is probably the poster-child example of an unfriendly interface, and yet it's the standard way for devs to share files.

Emacs is downright friendly compared to git & tmux IMO.

dtnewman 4 hours ago|
I love how ghostty does windows/tabs/splits, but ultimately, I don't find myself using them. I find that I only have so much muscle memory in my hands, and I need to stick with one solution that works everywhere. A multiplexer let's me do this on my own machine, or if I'm SSH'd in elsewhere. Personally I use Zellij, because tmux feels like learning another vim. But I do use tmux when using tmate, because it's the simplest way I've found to share terminals.

Anyway, I'm very happy to see someone with Michell's talent entering this space. We can use more options with sane defaults and great performance.

giancarlostoro 4 hours ago|
The biggest strength to Tmux that a lot of the alternatives lack is you could make a shell script to setup your tmux instance(s) exactly as you would want, so by the time you load into it, its got all the tabs, split terminals, etc where you want them.
More comments...