Asdes Builds
32 posts

Asdes Builds
@asdesbuilds
Building things that solve problems i actually have. sharing the real numbers. If i can't build it in a weekend, it's too complicated.
Katılım Mart 2026
6 Takip Edilen0 Takipçiler

@49agents @asdesbuilds review infrastructure is the unsexy part nobody wants to build but the teams i've seen actually ship ai-generated code sustainably all have some version of it, even if it's just one person whose whole job is 'does this make sense before it merges'
English

@49agents Yeah. The code was the cheap part even before AI. What got expensive was the loop around it - knowing what to build, when it's working, why nobody clicked the link. AI compresses the build step and leaves the loop untouched. Bottleneck moves; doesn't disappear.
English

the debate misses the point honestly. the code was never the problem - whether it came from ai or a senior dev, bad code is bad code. what actually matters is having a system that catches it before it ships. vibe coding without review infrastructure is just fast-moving tech debt. the solution is better workflows, not better models
English

This shape transfers. Boss to report. Founder to contractor. Future-you to past-you.
The first time you get refused at intake, you'll be annoyed.
The annoyance fades faster than you expect. The yield doesn't.
Full version on the blog: asdesbuilds.com/contract-that-…
English

Anthropic found thousands of zero-days with Claude Mythos and is giving $100M in credits to defend open source. Your AI model vendor is now a security supplier.
asdesbuilds.com/blog/glasswing…
English

Anthropic found thousands of zero-days with Claude Mythos and is giving $100M in credits to defend open source. Your AI model vendor is now a security supplier.
asdesbuilds.com/blog/glasswing…
English

@MingYuePop Check your CLAUDE.md and rules files. Half the time “it got worse” is actually “it lost context from my previous session.” The model hasn’t changed - your persistent instructions might not be loading. Run a fresh session with explicit rules and see if the quality difference holds
English

@omrajguru_ I built something similar - a security audit skill and an iOS submission preflight skill that checks against App Store rejection patterns. The key insight: the skill needs to output structured findings with severity levels, not just a pass/fail.
English

I built the HIG Compliance Auditor as a custom Claude Code skill to automate the review of software projects against Apple’s Human Interface Guidelines. This skill enables Claude to scan Swift and web codebases for design violations and generate structured compliance reports for all Apple platforms.
You can install the skill directly from the repository at github.com/omrajguru05/hi… to access automated remediation options and inline documentation references that ensure high-fidelity design standards before App Store submission.
English
