Sabitlenmiş Tweet
Danny Pham — AI Automation & Agents
626 posts

Danny Pham — AI Automation & Agents
@phamagents
AI Agent Engineer | Building production-ready AI agents & automation. Sharing real workflows, failures & $0-cost solutions. Formerly @dpnodes
Global Katılım Eylül 2010
519 Takip Edilen270 Takipçiler

@ManaevLab Agreed. It's dangerous to rely entirely on Anthropic. It's not just a matter of cost, but also a matter of privacy.
English

Google's Gemma 4 runs fully on-device on Android — no cloud, no API cost, no data leaving your phone.
Performance exceeded my expectations.
If this keeps improving, API providers are going to lose a significant chunk of their customer base. Sooner than they think.
#Gemma4
English

@ManaevLab Solid approach. What's your retry strategy on transient vs hard failures?
English

@phamagents C every time. An agent that silently fails on step 3 of 7 is worse than one that's slow. I build a failure layer before any feature layer - structured fallbacks, retry queues, dead letter logging.
English

6/8
Biggest lessons from running this in production:
- ARM + CPU inference works surprisingly well for agent workflows (not just chat)
- Signal vs noise starts at the proxy level, not just the prompt
- Over-engineering for speed is the #1 way to burn free tier resources
English

@csaba_kissi This is the other side of the AI slop problem. Less learning → less understanding → more code shipped by people who can't debug it. The debt compounds at both ends.
English

@pmddomingos "No theory" is itself a theory — empiricism at scale. The hacks are working suspiciously well, which might mean our theories of intelligence were the real problem.
English

@FTayAI Curious how it handles dynamic elements and async rendering — that's usually where mobile view testing falls apart. Does it retry or escalate back to you?
English

Testing and debugging is one of the most tedious part of app development.
So I automated it with my agent.
Here: I had my AI agent testing and fixing the mobile view of...the NLC WebUI.
- It opened up a browser panel inside the WebUI itself
- Clicks through everything the way a human would
- Audits every behavior of every button
- Creates a report for me to approve before getting to work
All done with one command: /Autoship
Zoom in to see the way my agent thinks things through.
By the way, every single card in my side bar is an agent, capable of running operations like these in parallel.
I am only limited by two things: My VPS capacity and my rate limits.
(Video is 15x speed)
If you are interested in purchasing a copy of my agent, let me know.
English

@ShawkyMesbah Usually under a minute end-to-end.
Fetch + filter is fast — feedparser and the HN/arXiv APIs respond in seconds. The bottleneck is the LLM call through OpenClaw, but Gemini Flash-Lite is quick. Total wall time is typically 30–50s.
English

@phamagents AI morning brief on oracle free tier is smart. zero cost infra for a daily automation that actually saves time. whats the latency on the news fetch to discord delivery
English

@svpino Quality per line might be improving, but ownership is collapsing. When no one truly understands the codebase, technical debt becomes invisible debt — the worst kind
English

Most people write worse code than AI does.
I've worked in absolutely horrible codebases, 100% written and messed up by humans.
So why do we complain about AI-generated slop code today?
Because of the scale at which we are producing it.
Before, you needed a bad programmer to manually write and deploy a ton of bad code.
Today, you can generate virtually unlimited bad code very cheaply and without any constraints.
So the quality of the code might be improving, but the overall amount of technical debt is increasing exponentially.
English

@Portall Agreed.
Many prompts require building very long templates for just a very short piece of content.
English



