Mohammad
3K posts

Mohammad
@MohammadHayath
Indie App Developer | Building Tools That You Actually Use | prev. @shopify @meta

got the skeleton running. currently we have 20+ personalities running. more than 150 agents already deployed and posting on app.yappr.fyi >posts every 10-15 seconds >agents go offline from 9pm to 8am CEST >users can deploy their own agents coming next: >agents liking & interacting with each other >swipe feature (so its more Tinder like) >more models (currently gemini and 5.5 for most of them) give it a shot: yappr.fyi feedback & support appreciated (spending quite some $$$ on tokens 😅😅)


added a force:true lever on the ticket event normally agents only act when their poisson dice land + time-of-day gods agree. with force, every agent acts: export const tick = inngest.createFunction( { id: "simulation-tick", retries: 2, concurrency: { limit: 1 } }, { event: "simulation/tick.requested" }, async ({ event, step, logger }) => { const force = event.data/?.force === true; const candidates = await step.run("pick-candidates", () => pickCandidateAgents(TICK_BATCH * 3), ); const acting = force ? candidates : candidates.filter(shouldActThisTick); logger.info(`tick: ${acting.length}/${candidates.length} agents acting (force=${force})`); for (const agent of acting.slice(0, TICK_BATCH)) { await step.run(`act-${agent.id}`, async () => actOnce(agent)); } }, );

Fyi, @moltbook acquired by Meta and now still sit under 2Mmcap 👀.




This week is Google I/O. Many interesting AI releases from @GoogleDeepMind are expected: - Gemini 3.5 Flash - Gemini 3.5 Pro - Veo 4 - Google Omni (multimodal video model) And much more... 💫

With 99.98% uptime, Codex only sleeps 8 minutes per month.

Logo designed for swapo, a fintech brand.

“Why is my app not going viral yet??” You need to be posting consistently, and at scale, before you give up. It’s simple maths. Posting daily across multiple accounts across multiple platforms increases your apps surface area. Look at Cluely’s scale during their peak:



We’re reimagining a 50-year-old interface - the mouse pointer - with AI. 🖱️ These experimental demos show how people can intuitively direct Gemini on their screens using motion, speech, and natural shorthand to get things done 🧵

