BLN Craft

54 posts

BLN Craft banner
BLN Craft

BLN Craft

@BLN_Craft

Dev tools, AI workflows & builder resources. Crafted in Berlin. Powered by pixels, potions, and “just one more quick fix.”

Berlin Katılım Mayıs 2026
168 Takip Edilen16 Takipçiler
BLN Craft
BLN Craft@BLN_Craft·
New AI coding model drops. My CLAUDE.md, calmly: 'let me reintroduce myself to you too.' 🤝 The model changes. The rules that keep it from hallucinating your codebase don't. #AIcoding #devtools #buildinpublic
GIF
English
1
0
1
15
BLN Craft
BLN Craft@BLN_Craft·
@Mahmoud_Zalt the brainstorming phase collapsed faster than anyone predicted. worth watching whether the 43% automating marketing are getting output they'd actually sign off on, or just output they've stopped reviewing.
English
0
0
0
2
Mahmoud Zalt
Mahmoud Zalt@Mahmoud_Zalt·
6 weeks after launching sistava.com, I analyzed data from our first 100 users. No one is brainstorm anymore, they’re all expecting AI to execute the work! What they automate first: - 43% Marketing - 31% Sales - 17% Ops - 9% Support #AI #AIAgent #BuildinPublic #SaaS
Mahmoud Zalt tweet media
English
5
1
2
444
BLN Craft
BLN Craft@BLN_Craft·
@mig4ng @MarcioK the place where this bites hardest is validation logic. let AI generate it, review it, then freeze it — the moment you call the model at runtime to decide if input is valid, you've introduced a bug that only shows up under pressure.
English
0
0
0
6
Miguel Carneiro
Miguel Carneiro@mig4ng·
AI is probabilistic, not deterministic. 🧠 @MarcioK People are forgetting that for workflows with clear, definitive answers, traditional code is still king. Use AI to build the algorithm, don't let AI be the algorithm—unless you want your deployments to break. #AI #TechTalk
English
4
2
11
627
BLN Craft
BLN Craft@BLN_Craft·
@semihcelikol @ProductHunt actually useful problem — patch notes are written for lawyers, not players. the real test is whether the summaries hold up when a patch drops that changes three things but breaks fifteen.
English
0
0
0
3
Sem
Sem@semihcelikol·
🚀 I just launched PatchTLDR on @ProductHunt! Tired of reading 10-page patch notes just to see if your main got nerfed? I built an AI pipeline (.NET 9 + Gemini) to turn massive game updates into 30-sec summaries. 🎮🤖 Would love your support! 👇 #buildinpublic #indiehackers
Sem tweet media
English
9
0
7
159
BLN Craft
BLN Craft@BLN_Craft·
turns out neural nets are just... numbers doing their thing. 🤓 mind blown? read why your AI model is fundamentally a big matrix multiplication. (no mysticism required) maxleiter.com/blog/weights #ML #DevTools #AI
GIF
English
0
0
1
10
BLN Craft
BLN Craft@BLN_Craft·
.cursorrules antipattern #1: one massive file for everything. Cursor loads it into every context. Backend rules burn tokens while you fix CSS. Frontend rules clog your API session. Split it. Scope it. 5 more patterns here → dev.to/blncraft/5-cur… #cursor #vibecoding #aitools
English
0
0
0
6
BLN Craft
BLN Craft@BLN_Craft·
Spent months reviewing AI coding setups across teams. The gap between 'AI is useless' and 'AI 10x'd my speed' comes down to one file: CLAUDE.md. Here's what separates the setups that work from the ones that don't: 🧵
English
0
0
0
5
BLN Craft
BLN Craft@BLN_Craft·
1/ Keep your main CLAUDE.md prelude under 800 tokens. Counter-intuitive but: longer = model ignores your rules. Put the must-follow stuff up top, use @include for framework-specific files. The AI actually reads short files.
English
0
0
0
5
BLN Craft
BLN Craft@BLN_Craft·
2/ Scope rules to file globs. Not "always do X" everywhere — "for *.test.ts: always do Y". 3/ One concern per rule file. auth.mdc, testing.mdc, db.mdc — not one giant rules file. Specific rules get followed. Generic rules get ignored.
English
0
0
0
5
BLN Craft
BLN Craft@BLN_Craft·
Spent months reviewing AI coding setups across teams. The gap between 'AI is useless' and 'AI 10x'd my speed' comes down to one file: CLAUDE.md. Here's what separates the setups that work: 🧵
English
0
0
0
5