Michael Antczak
@mantcz.com
📤 102
📥 39
📝 293
☕️ + 👨💻 = startups Working on...
@productascode.org
#buildinpublic
pinned post!
“I suck”. It’s not the easiest thing to say to yourself while staring in the mirror. Yet, that’s true. I just sometimes feel like I turned into someone who talks but never delivers. How do I “unsuck” myself was my second thought.... Continue:
www.mantcz.com/blog/charact...
#startups
11 months ago
0
1
1
Wow 😀 Just got my first NON-FRIEND subscriber to Compiled AI! Feel like such a great milestone. Someone who doesn't owe me any favours actually thinks my
#AI
newsletter is worth their time. Sake bar, here I come! 🍶🎉
loading . . .
Issue #002: Warp ADE, Production Hallucinations, and Microsoft's Hedge - Compiled AI
Warp ADE, Production Hallucinations, and Microsoft's Hedge
https://cmpld.ai/issues/002/
27 days ago
0
1
0
Shipped my second newsletter issue. It's rough. But it's real. This week: Why your LLM is nondeterministic, Warp's new AI agents, and Microsoft hedging their OpenAI bet.
cmpld.ai/issues/002/
28 days ago
0
0
0
#AI
is 90% artificial, 10% intelligence. We’re building very sophisticated autocomplete systems and calling them intelligent. Don’t get me wrong—they’re useful! But let’s stop pretending they ‘understand’ anything. The magic is in the engineering, not the intelligence. 🤖
about 1 month ago
0
1
0
I still think that running containerised apps in a simple way is an unsolved problem. Am I wrong? What would you use to run a single container?
about 1 month ago
0
0
0
Don’t need much to be happy… 😃
about 2 months ago
0
0
0
That moment when you realize you've been doing pwd → manually copying the path like a caveman 🦴 Just add this to your shell config: alias pwc="pwd | pbcopy" Now "pwc" instantly copies your working directory to clipboard. Such a simple thing but it genuinely sparks joy every time I use it.
about 2 months ago
0
0
0
🔥 The ability to keep chatting with Claude Code whilst it's executing tasks is a bigger deal than it sounds. Every other LLM blocks input during execution. Claude Code just... doesn't. You remember something? Add it. Requirements change? Update them. No restart needed.
about 2 months ago
0
1
0
I would connect to LLM and voice, teach it to swear and call it Gordon 😂
youtu.be/Qbbx9wS66Pc?...
loading . . .
This AI Robot Cooks Michelin-Star Dishes! 🤯 (Zippy Revealed)
🤯 Prepare to be amazed! Meet Zippy, the revolutionary AI robotic chef that's cooking Michelin-quality dishes. We dive deep into how this incredible technology is changing the culinary world. See…
https://youtu.be/Qbbx9wS66Pc?si=MUmOoB40ABoVXaGy
about 2 months ago
0
0
0
Been running pre-commit hooks alongside
#AI
coding assistants for a while now, and it's genuinely a game-changer for code quality. The secret sauce? Make "--no-verify" a forbidden phrase in your rules.
about 2 months ago
0
0
1
If you make a favicon for your new project, you deployed too late. If you don't, it looks shit. So, I just make favicon.svg as a circle using brand colour as background. It takes me no time, and looks much better.
#buildinpublic
loading . . .
SVG namespace
http://www.w3.org/2000/svg is an XML namespace, first defined in the Scalable Vector Graphics (SVG) 1.0 Specification and subsequently added to by SVG 1.1, SVG 1.2 and SVG 2. The SVG namespace is mutable;...
http://www.w3.org/2000/svg
2 months ago
0
2
0
Claude in action...
2 months ago
0
0
0
You work on a new product. You need to capture user emails for potential newsletter. What are your options? What's your experience? Is it just me or this is still pain in ..., you know where 😂
#buildinpublic
2 months ago
2
4
1
"It doesn't feel like the
#AI
future is near because... checks notes ...Google Workspace Support just responded to 'Can I downgrade?' with an essay about AI features and price increases, never answering the question. We've achieved artificial intelligence but somehow lost actual intelligence...
2 months ago
0
3
1
ChatGPT5...
2 months ago
1
1
0
When Microsoft builds support chatbot...
2 months ago
0
0
0
hit 10 stars on the product as code repo today ⭐ "a journey of a thousand miles begins with a single step" and all that but genuinely excited - each star is a developer who sees the same broken workflow we do
#ProductAsCode
#ai
2 months ago
1
0
1
Like my wallpaper?
2 months ago
0
0
0
Do you have 39 mins? Then read Jakob Nielsen’s article on Top 10 UI Annoyances. It makes me wonder though. What would be Top 10
#AI
Annoyances? Any candidates?
open.substack.com/pub/jakobnie...
loading . . .
Top 10 UI Annoyances
Users encounter usability annoyances daily in their computer use.
https://open.substack.com/pub/jakobnielsenphd/p/ui-annoyances
3 months ago
0
1
1
Something we, and by “we” I mean
#AI
companies pushing at full speed, don’t do often enough: stop and think what are we doing, what will be the consequences of our actions. We should…
loading . . .
'AI Godfather' Geoffrey Hinton Warns About AI Takeover Risks at WAIC in Shanghai
https://www.yicaiglobal.com/news/ai-godfather-geoffrey-hinton-warns-about-ai-takeover-risks-at-waic-in-shanghai
3 months ago
0
0
1
There is a benefit of traveling through Europe as a passenger. I can finally tidy up apps on my phone and delete old pictures 😀
3 months ago
0
0
0
Why this was never adopted is beyond me 😂
3 months ago
0
0
0
Judge just certified the first class action lawsuit against an
#AI
company (Anthropic) for copyright infringement 📚⚖️ Potential damages: $1-3 billion for using millions of pirated books from shadow libraries.
#AILaw
#Copyright
#TechNews
chatgptiseatingtheworld.com/2025/07/17/a...
loading . . .
Anthropic faces potential business-ending liability in statutory damages after Judge Alsup certifies class action by Bartz
Yesterday, it was reported that Anthropic is valued at $100 billion for a future funding round. It makes only $3 billion in revenue annually. Today, that number seems small when compared to the sta…
https://chatgptiseatingtheworld.com/2025/07/17/anthropic-faces-potential-business-ending-liability-in-statutory-damages-after-judge-alsup-certifies-class-action-by-bartz/
3 months ago
1
1
1
The PAC CLI is almost here 🛠️ > pac create ticket "jwt-auth" > pac validate --fix > git add . && git commit Finally, a product management workflow that feels natural to developers. Coming soon in v0.1.0 ⚡
#productascode
#ai
github.com/productascod...
loading . . .
GitHub - productascode/pac-specification: Product as Code Specification
Product as Code Specification. Contribute to productascode/pac-specification development by creating an account on GitHub.
https://github.com/productascode/pac-specification
3 months ago
0
0
1
🔪 The Chef's Knife Principle "Product as Code creates friction and pulls us away from users" But does a sharper knife make a chef less connected to their diners? No - it makes them more effective at serving them.
mantcz.com/blog/the-che...
#productascode
#ai
loading . . .
The Chef's Knife Principle: Why Better Tools Don't Distance You from Your Craft
A sharper knife doesn't make a chef less connected to their diners—it makes them more effective at serving them
https://mantcz.com/blog/the-chefs-knife-principle/
3 months ago
0
2
2
AI coding assistant: "What auth system are we using?" Me: "JWT with refresh tokens, 24h expiry, like we discussed 10 minutes ago" AI: "Got it! What about the user model structure?" Me: throws laptop out window Anyone else living this nightmare? 😅
#productascode
#ai
github.com/productascod...
loading . . .
GitHub - productascode/pac-specification: Product as Code Specification
Product as Code Specification. Contribute to productascode/pac-specification development by creating an account on GitHub.
https://github.com/productascode/pac-specification
3 months ago
0
0
1
🛠️ Coming soon: PAC CLI v0.1.0 > pac init > pac create epic "user-auth" > pac validate Version-controlled product management that your AI coding assistants can actually understand. The future is git-native product development 🚀
github.com/productascod...
#productascode
#ai
3 months ago
0
0
0
Conversations with Claude Code. Always worth asking...
#buildinpublic
3 months ago
0
3
1
Adding pre-commit hook to your local set up is the best way to keep
#ai
coding assistants in check.
#buildinpublic
3 months ago
0
2
1
I always loved Conventional Commits. Time to start using new type "ai".
#BuildInPublic
#AI
3 months ago
0
2
1
“Life is like a box of… chips” 😂 when i let autocomplete till the end
3 months ago
0
0
0
After years of
#AI
coding tools leaving me frustrated with context switching and vicious loops, it hit me: What if product requirements were version-controlled like infrastructure? Perfect AI context. Every decision traceable. Zero tool switching.
mantcz.com/blog/introdu...
#productascode
loading . . .
Introducing Product as Code: Version Control for Product Management
Treating product requirements with the same rigor as code itself
https://mantcz.com/blog/introducing-product-as-code/
3 months ago
0
1
1
If that’s true, take my money! 💰 😀
youtu.be/v1Q4Su54iho?...
loading . . .
Unitree Introducing | Unitree R1 Intelligent Companion Price from $5900
Join us to develop/customize, ultra-lightweight at approximately 25kg, integrated with a Large Multimodal Model for voice and images, let's accelerate the ad...
https://youtu.be/v1Q4Su54iho?si=dSILf9EpgRXJOu11
3 months ago
0
0
0
My favourite command to LLM: "Close this ticket and start working on another one." This is only possible when your product requirements live as structured data in your repo alongside your code. Introducing Product as Code: GitOps for product management 🚀
mantcz.com/blog/introdu...
#productascode
loading . . .
Introducing Product as Code: Version Control for Product Management
Treating product requirements with the same rigor as code itself
https://mantcz.com/blog/introducing-product-as-code/
3 months ago
0
0
0
AI coding tools write great code but get stuck in loops because they don't understand WHY youre building features. Your requirements are scattered across Jira, Slack, email. Zero context for AI. What if we version-controlled product management like we do infrastructure?
mantcz.com/blog/introdu...
loading . . .
Introducing Product as Code: Version Control for Product Management
Treating product requirements with the same rigor as code itself
https://mantcz.com/blog/introducing-product-as-code/
3 months ago
0
0
0
“providing an intuitive user interface” The biggest lie in software development 😂
3 months ago
0
1
0
Brainstorming with
#ai
models is way better than brainstorming with humans. There, I said this.
3 months ago
0
0
1
The most annoying "feature" of Claude in desktop app by far is the fact that it is not great at rewriting and updating documents. It messes them up a lot, to the point that I have to ask it to write it from scratch.
3 months ago
0
0
0
A small tip. If you need an email for a new project, don’t need to buy new service. You can use free email redirect on Cloudflare if you have a domain with them.
#buildinpublic
3 months ago
0
5
0
one ticket = one branch = one PR That's been my mental model for a long time. The smallest unit of dev work.
3 months ago
0
0
0
I think the key is using
#AI
tools like Claude Code to free up our mental bandwidth for the higher-order thinking. In my experience, when Claude Code handles the routine implementation work - migrations, boilerplate, refactoring - it gives me more headspace to focus on:
3 months ago
1
0
1
This looks pretty interesting
loading . . .
Amazon S3 Vectors
https://aws.amazon.com/s3/features/vectors/
3 months ago
0
0
0
There has to be a no code value in a startup to win in the long run. Code by itself will no longer be your competitive advantage.
3 months ago
0
0
0
Just got Claude AI running in Docker container with full browser terminal access. Implications are huge - work on a project remotely as long as you have full
#ProductAsCode
set up.
#BuildInPublic
#AI
loading . . .
3 months ago
1
4
2
Honest take on Anthropic Claude Code after weeks of daily use 🤖 Finally feels like working with a proper developer instead of fighting with a tool. What actually works: ✅ Learns from mistakes (keeps a memory file) ✅ Respects your workflows consistently ✅ Integrates seamlessly with other tools
3 months ago
1
0
0
That's by far the best wifi network I found so far 😂
3 months ago
0
0
0
I know what the rabbit hole is and have no intention to go there again 😂
#dev
#stories
3 months ago
0
0
0
Claude Code is pretty good…
3 months ago
0
0
0
Can Anthropic own programming long term?
3 months ago
0
0
0
With
#productascode
updating docs can be as simple as that.
3 months ago
0
0
0
I managed to hit the context window limit for Claude Pro which is currently 200k+ tokens (about 500 pages of text or 100 images)...
3 months ago
0
0
0
Load more
feeds!
log in