Leo Cardz

@leocardz_
4 Followers
3 Following
257 Posts
Coding and shipping solutions: https://ignio.app / https://poirot.fyi • Career, Tech and Productivity • Building trust between machines and humankind
My Websitehttps://leocardz.com

Perfect code that never makes it to production is worth exactly zero.

We have this habit of polishing the architecture before we even know whether the product solves anyone’s problem. Sometimes, an ugly `if/else` that delivers value today is better than a beautiful abstraction that only ships next month.

Engineering is about delivering value, not only crafting art.

If you have to do it more than twice, script it. If you have to do it more than five times, automate it.

Your brain is for solving problems, not running manual tasks.

The most dangerous engineer on the team isn't the slow one.
It’s the one who writes "clever" code that only they can understand.
Speed without clarity is just technical debt waiting to happen.

The constraint is no longer typing speed. It is how well you direct, review, and orchestrate.

Products that needed 3-5 engineers can now be built by one person.

#SoftwareEngineering #AI #CodingAgents #IndieDev

As a solo dev, you used to be the entire team. Features, tests, bugs, CI, docs.

With autonomous coding agents, you can:
- Spin up an agent on a feature branch
- Have it write tests for code you just shipped
- Delegate scaffolding and focus on architecture

The solo developer is no longer truly solo.
The fastest way to level up isn't writing more code.
It's writing clear documentation, unblocking your teammates, and understanding the business problem.
The best time to start building your app was last year. The second best time is today with an LLM and a cup of coffee. Ship it.

Stop treating AI as just a pair programmer for new code. It's your maintenance crew for technical debt.

Let the agents do the boring work so you can build the product. 🧹

#iOS #SoftwareEngineering #AI #SwiftUI

On parental leave I've been using AI agents for exactly this kind of work.

ReactiveSwift to Combine. Sourcery to Swift Macros. UIKit to SwiftUI.

Tedious for a developer. Methodical for an agent.