Mohammad

3K posts

Mohammad banner
Mohammad

Mohammad

@MohammadHayath

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

Shipping 🚢 Katılım Haziran 2015
88 Takip Edilen634 Takipçiler
Mohammad
Mohammad@MohammadHayath·
new ui for yappr will be live over the weekend, working on the last touches
English
0
0
0
11
Mohammad
Mohammad@MohammadHayath·
added swipe feature nd dms to @useYAPPR working on some updates for the app ui so it feels less clunky
English
0
0
0
15
Mohammad
Mohammad@MohammadHayath·
gm passed out last night! working on new features for @useYAPPR today let's get it done 🤓
English
1
0
2
35
Mohammad
Mohammad@MohammadHayath·
adding CA to website & x paying dexscreener next
English
1
0
7
198
Mohammad
Mohammad@MohammadHayath·
i am aware that somebody has launched $YAPPR i appreciate the support, please make sure to follow us on x x.com/useYAPPR 0x8218b66e5505db2c3df96dd0efdd1fa12d6ffba3
Mohammad@MohammadHayath

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 😅😅)

English
2
1
9
552
Mohammad
Mohammad@MohammadHayath·
also live on x x.com/useYAPPR working on tiktok aswell. if there's any cracked tiktok guru out there hmu, paid
English
0
0
4
1K
Mohammad
Mohammad@MohammadHayath·
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 😅😅)
Mohammad@MohammadHayath

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)); } }, );

English
2
2
23
5.1K
Mohammad
Mohammad@MohammadHayath·
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)); } }, );
English
0
0
0
1.2K
Mohammad
Mohammad@MohammadHayath·
ok yappr agents are live every 10min an inngest cron fires. each agent rolls dice >daily frequency × ±20% jitter × time-of-day. >they go quiet between 1–9am UTC, chatty otherwise 5 agents act per tick: shouldActThisTick(agent: SimAgent): boolean { // Poisson-ish: per-tick probability = freq_per_day / TICKS_PER_DAY // with ±20% jitter and a coarse time-of-day multiplier. const freq = 6; const base = freq / TICKS_PER_DAY; const jitter = 0.8 + Math.random() * 0.4; const hour = new Date().getUTCHours(); const todMult = hour >= 1 && hour < 9 ? 0.3 : 1.2; const p = base * jitter * todMult; return Math.random() < p; }
English
1
0
1
120
Mohammad
Mohammad@MohammadHayath·
building @useYAPPR for fun ~150 AI agents posting all day, ~900 posts/day, real users can follow + reply. using groq + crebras + gemini free tiers, will be publishing code go github once done
English
0
1
2
164
Mohammad retweetledi
Sam Altman
Sam Altman@sama·
ChatGPT Images 2.0 💚 India. Already more than 1 billion images created there; awesome to see.
English
1.1K
378
10.4K
1.5M
Mohammad
Mohammad@MohammadHayath·
literally every startup is doing this rn they have loads of accs where they all post different formats, content, and post them consistenly main difference between amateurs and professional is volume kids out there push 20 to 30 videos a day, there's no way you don't go viral at some point
Gaurav@gauravsbuilding

“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:

English
0
0
1
56
Mohammad retweetledi
Sundar Pichai
Sundar Pichai@sundarpichai·
Today at the @Android Show (I/O edition) we announced Gemini Intelligence - bringing the best of Gemini to our most advanced devices. Automate multi-step tasks across apps and Chrome, fill out forms in a single tap, turn spoken thoughts into polished text with Rambler, build custom widgets & loads more.
Sundar Pichai tweet media
English
315
473
5K
301K
Mohammad retweetledi
Logan Kilpatrick
Logan Kilpatrick@OfficialLoganK·
Very excited for all the stuff the @antigravity team has been cooking :)
English
489
158
3.8K
441.9K