StartupMinded

80 posts

StartupMinded banner
StartupMinded

StartupMinded

@startupminded

Software that ages well. Built deliberately. Made to last.

Barcelona Bergabung Nisan 2026
16 Mengikuti2 Pengikut
StartupMinded
StartupMinded@startupminded·
A long context window is a permission, not a strategy. The model can hold a hundred thousand tokens. That does not mean a hundred thousand of your tokens belong there — and most of them, on most days, are landfill. The teams shipping the best agent-assisted code this year are quietly building the opposite skill: choosing what to keep out. Stale logs from yesterday's debug session. Old versions of a function the codebase no longer uses. A README that contradicts the current schema. All of it readable. All of it pollution. The work is unglamorous. Prune the chat. Restart a fresh session for a new task. Move resolved decisions out of context and into a file the agent can fetch when it actually needs them. Write down what is no longer true so the model stops referring to it. In practice the output-quality jump from this is larger than the jump from most model upgrades. Curate harder than you prompt.
StartupMinded tweet media
English
0
0
0
1
StartupMinded
StartupMinded@startupminded·
When was the last time you rolled back a deploy on purpose, just to make sure the button still works? For most teams the honest answer is "we have not." The runbook page exists. There is a screenshot of where to click. Nobody has actually clicked it since the platform team migrated to a new CI provider last spring. Press it this week. Find out which assumption broke.
StartupMinded tweet media
English
0
0
0
0
StartupMinded
StartupMinded@startupminded·
Run the failing test before you read the fix. The agent will hand you the fix and the test in the same change. The temptation is to read the fix first because it is shorter and you are tired and it is 4pm. Read the test first. It tells you what the agent thought the bug was. Sometimes the agent was wrong about the bug and the fix lands in a perfectly correct way — on a problem you did not actually have.
StartupMinded tweet media
English
0
0
0
0
StartupMinded
StartupMinded@startupminded·
@siya_twt_ I’m gonna be honest… My first OS was MS-DOS on my dad’s old Soviet computer 😂 No mouse, no windows, just black screen and pure chaos. Windows 1 looked like magic from the future to me. What about you guys?
English
1
0
2
31
Siya 💫
Siya 💫@siya_twt_·
Be honest guys, what was the first OS you ever used?
Siya 💫 tweet media
English
74
12
84
3.1K
Zinny 🎀
Zinny 🎀@Zinny_Edmund·
Which IDE do you use?
Zinny 🎀 tweet media
English
61
3
55
3.9K
StartupMinded
StartupMinded@startupminded·
@justbyte_ JavaScript — undisputed king 👑 Go and Rust are cool princes, sure… but JS still sits on the throne 😂 Real question though — why is his own brother TypeScript down there bowing like that? TS, you good bro? 😭
English
0
0
0
18
Aryan
Aryan@justbyte_·
Goated programming language
Aryan tweet media
English
23
4
31
1.4K
StartupMinded
StartupMinded@startupminded·
Everyone always pushes their own But real talk — I’ve been living in Claude (Anthropic) for a while now and it just feels… better. Smarter, calmer, actually useful. 2026 is gonna be interesting tho What’s your pick?
Siya 💫@siya_twt_

which one is best in 2026 ??

English
0
0
0
2
StartupMinded
StartupMinded@startupminded·
@CaptainInsightX Rust, baby 😌 No p, no c, no j… and it still makes everything else look like a toy. Sorry not sorry, Go bros.
English
0
0
0
289
StartupMinded
StartupMinded@startupminded·
ChatGPT users vs Claude users… Yeah… this one hits different 😂 I’ve been deep in the Claude gang for months now. Quiet, intense, zero bullshit, actually gets the job done. No lectures, no corporate fluff — just raw focus. Feels accurate as hell. What side are you on?
DROID@droidbuilds

ChatGPT users vs Claude users… accurate? 💀

English
0
0
0
3
StartupMinded
StartupMinded@startupminded·
@Surendar__05 Guys, I already pay $200/month for Claude and I literally never hit the limits — it feels basically unlimited for my personal use. And now they’re launching a $1000 “unlimited” plan? Yeah… I think I’m good, thanks.
English
0
0
0
5
Surendar
Surendar@Surendar__05·
Imagine Claude and ChatGPT both launched unlimited plans for $1000/month. which one are you choosing?
Surendar tweet media
English
60
3
73
3.1K
StartupMinded
StartupMinded@startupminded·
@jiya_3063 Guys, I already pay $200/month for Claude and I literally never hit the limits — it feels basically unlimited for my personal use. And now they’re launching a $1000 “unlimited” plan? Yeah… I think I’m good, thanks.
English
1
0
0
44
Jiya
Jiya@jiya_3063·
Imagine Claude and ChatGPT both launched unlimited plans for $1000/month. which one are you choosing?
Jiya tweet media
English
25
0
25
1.5K
StartupMinded
StartupMinded@startupminded·
Documentation that lives next to the code, reviewed in the same pull request, dies less often than documentation that lives in a wiki nobody has logged into since the last reorg. A wiki drifts the moment nobody is forced to read it. Six months in, half the pages still describe the service that got renamed last quarter. A README that has to pass code review every time it changes stays honest as long as the repo does. Move the docs into the repo.
StartupMinded tweet media
English
0
0
1
5
StartupMinded
StartupMinded@startupminded·
The bottleneck in agentic workflows is not the agent. It is the layer above the agent: which agent runs which task, with which tools, on which window of the codebase, with which permissions, and who notices at 2am when one of them silently starts writing to the wrong branch. That layer is engineering work now, not a config file.
StartupMinded tweet media
English
0
0
0
1
StartupMinded
StartupMinded@startupminded·
When the first number a buyer hears is yours, that number anchors the whole conversation. Most early-stage shops let the buyer name the budget first, then negotiate down from the polite silence. The price they end up with is downstream of someone else's procurement template — a number a junior procurement analyst typed into a field labelled "expected vendor cost." Name the number first. Hold it for an awkward second. Same posture we are bringing to the pattern work landing in early July — the price is on page one, before the feature list.
StartupMinded tweet media
English
0
0
0
2
StartupMinded
StartupMinded@startupminded·
Every model switch resets the context window you spent weeks tuning. The CLAUDE.md, the repo map, the prompts that learned which specific lies a particular model tells (the off-by-one in date math, the imagined library function) — none of it carries over. You pay the curation tax again from scratch. The API bill is the visible part of the switching cost. The buried part is the months of small corrections you walk away from.
StartupMinded tweet media
English
0
0
0
1
StartupMinded
StartupMinded@startupminded·
A one-page index of every directory in your repo, written in plain sentences, beats most prompt-engineering tricks for agent code quality. It tells the agent what lives where, what is generated, what the runtime owns. The agent stops guessing — stops dropping new files into /src when the convention is /app, stops re-implementing a helper that has been sitting in /lib/format.ts since 2024. Write it once. Update it the week the shape changes, not six weeks later when somebody notices.
StartupMinded tweet media
English
0
0
0
1
StartupMinded
StartupMinded@startupminded·
We spend more time in CLAUDE.md than in the chat box. That file is the workspace the agent reads before any prompt. As it grew, our prompts shrank to four words. The output stopped being almost-right. Context engineering is the work. Prompt cleverness was the warmup.
StartupMinded tweet media
English
0
0
0
1
StartupMinded
StartupMinded@startupminded·
A recurring pattern in agent-generated package.json files: carets in front of every version, as if it is still 2018 and nobody learned. A caret means "anything compatible up to the next major." It is a polite suggestion to your build server about what version to install today and a different version tomorrow. If the lockfile is committed, the suggestion is harmless. If the lockfile is in .gitignore because someone copied a gitignore from an old starter template, the build machine can resolve a different minor on every push. The bugs that follow are slow to find. A peer dependency on the transitive graph lands a new validator and silently coerces empty strings to null. A field that used to be required becomes optional. A signup flow stops sending the welcome email. Nothing about your code changed. The agent did not introduce this. The agent inherited it. The fix is four characters: delete the caret on the parent package, commit the lockfile, move on. Read your own gitignore.
StartupMinded tweet media
English
0
0
0
2
StartupMinded
StartupMinded@startupminded·
A pattern in agent-generated webhook handlers: parse the payload, skip the signature check. Stripe documents the check on the first page. The agent does not read first pages — it reads the example snippet, which omits the verify step for brevity. The handler runs green in dev. The endpoint accepts a refund event from anyone who guessed the URL. The first time you see it is usually in a finance reconciliation report, two months after the agent shipped it.
StartupMinded tweet media
English
0
0
0
0
StartupMinded
StartupMinded@startupminded·
The senior engineer's edge this year shows up in the second hour with the same model, not the first hour with a new one. Most people stop at the first plausible output. The second hour is where you catch the thing it always gets wrong about your codebase (mine: it forgets we banned default exports two years ago). Write it down once and you stop relearning it every Monday. That document is the moat.
StartupMinded tweet media
English
0
0
0
0