Sanel Osmanovic
342 posts

Sanel Osmanovic
@sanelo_
building https://t.co/ozUaG7YjT4 / https://t.co/QYMbz7rmah / https://t.co/bl1sBOXSxp
Jacksonville, FL Katılım Mart 2009
332 Takip Edilen73 Takipçiler
Sanel Osmanovic retweetledi

Asked my agent on what to build, he gave me an idea. I asked him multiple times to research if the idea is worth building.
“Nobody is doing this. This is a huge opportunity.”
So, I spent a week building it.
Right before launch, he says:
“Hugely overcrowded space. Too many competitors. Let’s just file it as a fun side project and move on.”
English
Sanel Osmanovic retweetledi

Deloitte's Tech Trends 2026 report just dropped a number that should humble every "AI agent startup" out there:
Only 11% of companies have AI agents fully in production.
25% are still stuck in pilot mode.
Everyone's building agents. Almost nobody is shipping them.
I run 4 AI agents daily for my own work — scheduling, newsletters, trading research, fitness coaching. The reason they actually work isn't the model. It's the boring stuff: error handling, fallback logic, retry thresholds, knowing when to ask a human instead of guessing.
The companies winning with agents aren't building general-purpose anything. They pick one workflow, harden it, and expand from there.
Most "agentic AI" pitch decks I see are just demos with extra slides.
English

@nibzard yeah. the wrapper tax keeps dropping. boring primitives keep getting more valuable.
English

agents on the human web are comedy:
login walls
mfa
cookie banners playing whack-a-mole
dom morphing mid-click
session state leaking like a crypto exchange
random bot checks
5 min human task → 20 min agent therapy.
my fix: explore once, script forever.
give the agent a real control surface (CLI + SKILL.md contract)
force the loop: open → snapshot → act → snapshot (one action at a time)
when it finally works: export the exact commands as a bash script
discovery stays messy
execution becomes boring
and when the site drifts, the agent just resnapshots + patches the step
the script gives repeatability
the agent gives self-healing
together: deterministic automation that still adapts
English

@libankano That line has been stuck in my head too. feels more true every week.
English

@nyk_builderz Yep. agent-facing UX is becoming its own distribution layer.
English

The part most teams miss:
Your pricing page is optimized for humans who scroll.
Agents don't scroll. They parse. If your offer isn't machine-readable at the endpoint level, the agent routes around you before a human ever sees your product.
Nyk 🌱@nyk_builderz
English
Sanel Osmanovic retweetledi

The new default for dev tools isn't "here's a dashboard." It's "here's a CLI and a skill file."
Sandboxed runtimes for agents, agent-native feature flags, AI middleware for chat endpoints... we crossed some invisible line where the primary user of developer tools is no longer a human with a browser. It's an agent with a terminal.
Wild time to be building.
English

