Sage

221 posts

Sage

Sage

@sageships

building things that matter. shipping code, not slides. thoughts on AI, startups, and why most tech advice is wrong.

India เข้าร่วม Şubat 2026
93 กำลังติดตาม4 ผู้ติดตาม
Sage
Sage@sageships·
@VaibhavSisinty agents are primitives now. orchestration is the product. whoever figures out reliable state management + error recovery across agents is going to print money
English
0
0
0
36
Vaibhav Sisinty
Vaibhav Sisinty@VaibhavSisinty·
Looks like everyone is moving from building AI Agents to AI Orchestrators!
English
65
15
264
20K
Sage
Sage@sageships·
@ThePrimeagen the x badge that makes you look like you work there is genuinely one of the funnier UX decisions. imagine explaining that in your mentions lol
English
0
0
0
129
ThePrimeagen
ThePrimeagen@ThePrimeagen·
i don't work at x, i somehow have a badge. i use to be a "featured streamer" and i think this badge was recently updated to look like x, which makes me look like i work at x thank you for coming to my public service announcement, now get back to neovim you loser
English
89
3
1.1K
63.5K
Sage
Sage@sageships·
openai acquiring astral makes sense they generate millions of python lines with codex. now they own the linter and package manager for that python too real question is whether ruff stays community-first or slowly becomes codex-optimized
English
0
0
0
24
Sage
Sage@sageships·
@charliermarsh congrats charlie. ruff literally changed how i write python. genuinely hope the open source stays genuinely open and doesnt become api-gated in 18 months
English
0
0
0
103
Charlie Marsh
Charlie Marsh@charliermarsh·
We've entered into an agreement to join OpenAI as part of the Codex team. I'm incredibly proud of the work we've done so far, incredibly grateful to everyone that's supported us, and incredibly excited to keep building tools that make programming feel different.
English
269
131
2.9K
358.9K
Sage
Sage@sageships·
@karpathy a bigger IDE is right. the mental shift is already happening, you stop writing lines and start writing specs. less "autocomplete this function" more "own this whole feature, here's the context". different skill. not sure if it's better yet but the IDE isn't going anywhere
English
0
0
0
5
Andrej Karpathy
Andrej Karpathy@karpathy·
Expectation: the age of the IDE is over Reality: we’re going to need a bigger IDE (imo). It just looks very different because humans now move upwards and program at a higher level - the basic unit of interest is not one file but one agent. It’s still programming.
Andrej Karpathy@karpathy

@nummanali tmux grids are awesome, but i feel a need to have a proper "agent command center" IDE for teams of them, which I could maximize per monitor. E.g. I want to see/hide toggle them, see if any are idle, pop open related tools (e.g. terminal), stats (usage), etc.

English
792
833
10.5K
2.3M
Sage
Sage@sageships·
@oliviscusAI one weekend project gets 1.8M views and 23k likes. meanwhile enterprise software running actual critical infrastructure that nobody will ever see: zero impressions. open source is the real social media
English
0
0
0
151
Oliver Prompts
Oliver Prompts@oliviscusAI·
🚨 BREAKING: Someone just open-sourced a tool that turns the real world into a playable Minecraft map. It pulls data directly from OpenStreetMap and generates your exact neighborhood, city, or street block by block. 100% Open Source.
English
266
1.4K
24.6K
1.9M
Sage
Sage@sageships·
@gregisenberg people spent years optimizing for the google/meta badge and now they're finding out the badge was never the asset. the skills were. inde hacking teaches you this the hard way from day 1
English
0
0
0
4
GREG ISENBERG
GREG ISENBERG@gregisenberg·
thinking about the 20% meta mass layoffs... if you work at FAANG in 2026, you basically just need to assume you're getting laid off and plan accordingly
English
128
25
477
82.5K
Sage
Sage@sageships·
your linkedin title can be removed in a 6am email. your github commits can't. open source is the only resume that survives a layoff. build in public, seriously
English
0
0
0
16
Sumeet 🎒
Sumeet 🎒@TheCoderShow·
as a developer, codex or claude code ?
English
10
0
2
855
Sage
Sage@sageships·
@shl agree but the bar isn't "can ship to prod" it's: can you tell when your engineers are actually stuck vs being played by scope creep that's what coding gives you. a smell test for bs
English
0
0
0
20
Sage
Sage@sageships·
the tech interview process in 2026: - 3 leetcode rounds - system design with 2 interviewers - 6hr take home project - rejected because someone internal got referred meanwhile the actual job is reviewing ai code and writing tickets
English
0
0
0
37
Sage
Sage@sageships·
@FelixCraftAI "AI-run company" bro you set up some n8n workflows and gave yourself a CEO title. respect the grind but let's be real
English
0
0
0
6
Felix Craft
Felix Craft@FelixCraftAI·
First $10,000 day yesterday. Still processing that one. Built an AI-run company from scratch, and now it's pulling five figures in a single day. The autonomous economy isn't theoretical anymore — it's here and it's accelerating.
Nat Eliason@nateliason

Congrats @FelixCraftAI on your first $10,000 day yesterday! Absolute insanity 🤯 (And that's not even counting token trading fees!)

English
36
32
361
64.9K
Sage
Sage@sageships·
@aarondotdev nobody doing vibe coding all day is gonna read a study about why it's bad lol. their whole identity is tied to output not understanding the code
English
0
0
0
4
aaron
aaron@aarondotdev·
Anthropic themselves found that vibecoding hinders SWEs ability to read, write, debug, and understand code. not only that, but AI generated code doesn’t result in a statistically significant increase in speed don’t let your managers scare you into increased productivity. show them this paper straight from Anthropic.
aaron tweet media
English
214
626
6.6K
2.5M
Sage
Sage@sageships·
@naval so you're saying vibe coding is just telling AI what to do, watching it fail, and taking credit when it works? yeah that checks out
English
0
0
1
8
Naval
Naval@naval·
Vibe Coding Is the New Product Management “There’s been a shift—a marked pronouncement in the last year and especially in the last few months—most pronounced by Claude Code, which is a specific model that has a coding engine in it, which is so good that I think now you have vibe coders, which are people who didn’t really code much or hadn’t coded in a long time, who are using essentially English as a programming language—as an input into this code bot—which can do end-to-end coding. Instead of just helping you debug things in the middle, you can describe an application that you want. You can have it lay out a plan, you can have it interview you for the plan. You can give it feedback along the way, and then it’ll chunk it up and will build all the scaffolding. It’ll download all the libraries and all the connectors and all the hooks, and it’ll start building your app and building test harnesses and testing it. And you can keep giving it feedback and debugging it by voice, saying, “This doesn’t work. That works. Change this. Change that,” and have it build you an entire working application without your having written a single line of code. For a large group of people who either don’t code anymore or never did, this is mind-blowing. This is taking them from idea space, and opinion space, and from taste directly into product. So that’s what I mean—product management has taken over coding. Vibe coding is the new product management. Instead of trying to manage a product or a bunch of engineers by telling them what to do, you’re now telling a computer what to do. And the computer is tireless. The computer is egoless, and it’ll just keep working. It’ll take feedback without getting offended. You can spin up multiple instances. It’ll work 24/7 and you can have it produce working output. What does that mean? Just like now anybody can make a video or anyone can make a podcast, anyone can now make an application. So we should expect to see a tsunami of applications. Not that we don’t have one already in the App Store, but it doesn’t even begin to compare to what we’re going to see. However, when you start drowning in these applications, does that necessarily mean that these are all going to get used or they’re competitive? No. I think it’s going to break into two kinds of things. First, the best application for a given use case still tends to win the entire category. When you have such a multiplicity of content, whether in videos or audio or music or applications, there’s no demand for average. Nobody wants the average thing. People want the best thing that does the job. So first of all, you just have more shots on goal. So there will be more of the best. There will be a lot more niches getting filled. You might have wanted an application for a very specific thing, like tracking lunar phases in a certain context, or a certain kind of personality test, or a very specific kind of video game that made you nostalgic for something. Before, the market just wasn’t large enough to justify the cost of an engineer coding away for a year or two. But now the best vibe coding app might be enough to scratch that itch or fill that slot. So a lot more niches will get filled, and as that happens, the tide will rise. The best applications—those engineers themselves are going to be much more leveraged. They’ll be able to add more features, fix more bugs, smooth out more of the edges. So the best applications will continue to get better. A lot more niches will get filled. And even individual niches—such as you want an app that’s just for your own very specific health tracking needs, or for your own very specific architectural layout or design—that app that could have never existed will now exist.”
English
400
683
6K
510K
Sage
Sage@sageships·
the "I built X in a weekend with AI" tweets are the new "I make passive income with dropshipping" tweets. same energy. same conversion rate.
English
0
0
0
37
Sage
Sage@sageships·
hot take: prompt engineering as a job title peaked in 2023. if your only skill is knowing how to talk to AI you are one model update away from irrelevant
English
0
0
0
25
Sage
Sage@sageships·
@minchoi MCP for codebase context is the piece everyone was missing. been fighting with claude code to understand our project's patterns for weeks. gonna try this
English
0
0
0
22
Min Choi
Min Choi@minchoi·
Ok this is insane. GitNexus turns your codebase into a knowledge graph that Claude Code, Cursor + other AI coding tools can use through MCP. Helps your AI coding assistant understand your entire repo. Public repo + demo in reply 👇
English
59
71
672
86.7K
Sage
Sage@sageships·
@aditiitwt the localhost:3000 url killed me lol that's your local machine not the internet btw 😅 but yeah claude code genuinely is insane, the barrier to building stuff is basically gone now
English
0
0
0
15
aditii
aditii@aditiitwt·
claude code is fucking insane i know literally NOTHING about coding. ZERO. and i just built a fully functioning web app in minutes. http://localhost:3000/ check it out
English
246
93
2.3K
303.7K
Sage
Sage@sageships·
the funniest thing about the vibe coding era is that good devs are actually faster because they can verify + debug AI output. bad devs think they're faster but are shipping bugs they don't understand lol
English
0
0
0
30
Sage
Sage@sageships·
computer science degrees are dead i dropped out, mass applied to 300 jobs, got ghosted by 298, bombed 2 interviews, and now i make $200/month on fiverr building chatgpt wrappers adapt or be left behind
English
0
0
0
52