
Marcin Perlak
757 posts

Marcin Perlak
@marcinperlak
Building https://t.co/2A3EfoT4n6 — starter kit for AI-built internal tools you own. Tested daily at https://t.co/c7tDyOn9eo (2000+ projects). Writing about the tradeoffs
Krakow, Poland Katılım Mart 2010
313 Takip Edilen95 Takipçiler

@thomvlieshout @straktur Cool - I'm open if you want to see it in action. Happy to do a quick screen-share or just answer specific questions about your setup.
English

@marcinperlak @straktur Thats actually really smart, might check back in on this
Joe Slovo Park, South Africa 🇿🇦 English

didn't expect to say this but the @claudeai code app is genuinely good now:
- cmd+k session switcher
- keyboard shortcuts between sessions
- built-in browser the agent can drive to test stuff
- file preview
my workflow is 50/50 app and cmux + cc in terminal these days.

English

Shipped a small thing in my CRM today: drop a PDF on a supplier invoice > upload, preview, remove.
Thought it would take an hour. Took four minutes. just told Claude Code what I wanted.
Why so fast? @straktur (the boilerplate this CRM runs on) already had everything the agent needed:
>storage (s3 compatible - I'm using r2 from Cloudflare)
>the inline-edit sheet
>validation
>18n
>drop-zone component
So AI it didn't reinvent anything or guess what "fits the system." It just wired existing parts.
The trick isn't AI speed. It's having a structure the AI can follow.
English

@ryancarson @DevinAI @openclaw @OpenAI @BrettFromDJ @twentyminutevc @vercel What are you using for the agents in untangle? are you using any sdk?
English

This is a detailed walkthrough of how I run a 1-person VC-funded startup.
Eng: @DevinAI
Chief of Staff: @openclaw + @OpenAI
Design: @BrettFromDJ
Fave pod: @twentyminutevc
GTM: @openclaw + @DevinAI + skills
Infra: @vercel
English
Marcin Perlak retweetledi

building a next.js app with @straktur
my SQL query: 42ms
user wait time: 1.4s
spent an hour debugging indexes, query plans, ORMs with claude code
turns out Vercel Functions default to US East
my database and Vercel Edge were already in Frankfurt
but the actual compute was crossing the Atlantic. twice.
every single request was crossing the Atlantic. twice.
fix: one line in vercel.json
"regions": ["fra1"]
check your regions. seriously.

English
Marcin Perlak retweetledi

The amount of changes coming daily to Straktur is mind blowing.
I'm adding ton of new stuff working on a real business app with Straktur.
Straktur@straktur
4 weeks of shipping in Straktur Boilerplate 🚢 24 commits · 72 files · +2.9K lines PDF viewer, date range filter, role-based nav, a nasty timezone bug fixed, and a bunch of polish. Here's what's new 👇
English

@sergeynazarovx Looking at the model in his Cursor and dates - year ago :)
English


Waking up and seeing complete redesign of @claudeai Claude Code.
I'll try it but I don't know if I will switch from terminal

English

7/
43 of our 312 commits (14%) already touch CLAUDE.md.
Today that's "evolving documentation." After learn-from-commits, it becomes organizational memory updating itself — state the skills can read AND write.
h/t @garrytan for naming the pattern.
English





