Parth Mudgal

588 posts

Parth Mudgal banner
Parth Mudgal

Parth Mudgal

@phparth

CoFounder @100x.bot 🤖 Building AI automation tools for Chrome | Productivity enthusiast | Making browsers smarter with intelligent agents

India Katılım Temmuz 2011
208 Takip Edilen165 Takipçiler
Sabitlenmiş Tweet
Parth Mudgal
Parth Mudgal@phparth·
🤖 Building the future of browser automation with AI agents CoFounder @100x.bot - turning Chrome into your personal AI assistant ✨ What we're solving: • Manual browser tasks → Automated workflows • Complex web scraping → Simple AI commands • Repetitive clicks → Smart automation Try it free: 100x.bot 🚀 #AI #Automation #Chrome
English
1
0
1
283
Tim Evans
Tim Evans@tim_evans·
So sick of every tech related twitter thread full of the same ai slop replies.
Tim Evans tweet media
English
1
0
1
50
Massimo
Massimo@Rainmaker1973·
If you flip the Knives Out (2019) movie cover, the knives point to the murderer
English
138
1.2K
25.8K
5.4M
Boris Cherny
Boris Cherny@bcherny·
@benswerd This was a weird one, and is a two-part fix. First part is out now (update to the latest). Part two has landed and is going out in Monday’s release. To unblock yourself, /exit then claude -c
English
59
7
449
60.4K
Parth Mudgal
Parth Mudgal@phparth·
@theo i used the same claude -p approach for using it in one of my side project ( github.com/artpar/canopy a2ui renderer ). canopy would start instance of claude-code or codex and expose itself as a mcp. now i am not sure if its acceptable usage. obviously codex has no issues
English
1
0
0
291
Theo - t3.gg
Theo - t3.gg@theo·
I cancelled my Claude Code sub. I give up.
English
186
83
2.2K
353.7K
Parth Mudgal
Parth Mudgal@phparth·
Daptin’s app-connection design sits closer to Nango than Merge, but the ownership boundary is different. github.com/daptin/daptin/… Nango gives you managed integration runtime: provider auth, connections, token refresh, proxy calls, syncs, actions, webhooks, observability. Merge gives you normalized category APIs: HRIS, ATS, CRM, accounting, ticketing, file storage. The product stores a Merge account token and talks to Merge’s common models. Daptin keeps the integration state inside the database. `oauth_connect` is the provider OAuth app config. `oauth_token` is the user’s connected account for that provider. `integration` is the provider API surface, usually an OpenAPI spec. When an operation runs, the request supplies `oauth_token_id`. Daptin checks that the token belongs to the authenticated user and that it matches the `oauth_connect_id` expected by the integration. Then it attaches the outbound auth. For API-key/basic/bearer providers, the same execution path uses `credential_id`, checks access, decrypts the credential, and maps it into the outbound request. The provider API stays native: `GET /integration/{provider}/operations` `GET /integration/{provider}/operations/{operation}` `GET /integration/{provider}/openapi.yaml` `POST /integration/{provider}/{operation}` So Daptin does not need a Merge-style common model to make app connections work. It can expose provider-native operations from the imported spec, while keeping auth, permissions, token ownership, and runtime execution in the same backend. Merge optimizes for breadth through normalized models. Nango optimizes for managed integration runtime and sync/action infrastructure. Daptin’s feature uses its own rows, permissions, OAuth flow, credentials, OpenAPI importer, and action runtime. The connected app is visible as Daptin data, not as an external platform account hidden behind another API.
English
0
0
1
46
Parth Mudgal
Parth Mudgal@phparth·
what if you could run #playwright #javascript or #typescript projects directly from your chrome browser. no npm install needed. see the results right there (or send it a table or another api) (skip video to 1:10 timestamp)
English
1
0
2
86
Raphael Schaad
Raphael Schaad@raphaelschaad·
Seeing a ton of vibe-coded apps having button rows with diff heights. Is this an actual style LLMs somehow find appealing? Can't just be a dumb bug at this point …
Raphael Schaad tweet media
English
16
0
138
20.6K
Parth Mudgal
Parth Mudgal@phparth·
apparently even if it looks like a duck, swims like a duck, and quacks like a duck, it might not still be a duck
English
0
0
1
29
Parth Mudgal
Parth Mudgal@phparth·
Building JSLike: a #JavaScript interpreter that runs real ES6+ code, JSX, and TS/TSX-style modules without eval() or new Function(). CSP-safe, react friendly, zero runtime dependencies after build. > npm install jslike github.com/artpar/jslike
English
0
0
1
91
Parth Mudgal
Parth Mudgal@phparth·
i recently did a similar analysis on the r/mkindia (the mechanical keyboard sub) and found the top 10 across three budgets when i was buying myself a keyboard, here is the analysis if someone wanna see i made it public 100x.bot/document/0195b…
English
0
1
2
50
Parth Mudgal
Parth Mudgal@phparth·
Reddit tells you exactly what your market thinks. The problem is there's too much of it to actually read. We built an agent that hits Reddit's 1,000 post ceiling, scores every single one, classifies it by topic, and plots the whole thing into a sentiment scatter, so you can see patterns across an entire community in one glance instead of one post at a time. No manual scrolling. No vague impressions. Just data your team can actually act on. What you'll walk away with: → A live Smart Table with 1,000 scraped and classified Reddit posts → A sentiment scatter plot that maps emotion, topic and time simultaneously → A trend graph showing which conversations are growing and which ones are dying youtube.com/watch?v=PPT59J…
YouTube video
YouTube
English
1
0
2
49
Parth Mudgal
Parth Mudgal@phparth·
if i has a cent for every dom auto jump resulting in my click in the wrong place...
English
0
0
0
20
Parth Mudgal
Parth Mudgal@phparth·
We are adding soon oauth connection so 100x.bot can directly interact with the likes of google calender/drive etc via API. So your work gets done reliably. Also coming soon is way to talk to your browser from anywhere. Yes, just leave your laptop on at home and talk to it from your mobile. Stay tuned
English
0
0
1
37
Parth Mudgal
Parth Mudgal@phparth·
@jarredsumner waiting for loops, functions, modules, linters, and compilers for hooks. i love its inside json because humans can read json. sadly there is no precedent around this to leverage. /s
English
0
0
0
299
Jarred Sumner
Jarred Sumner@jarredsumner·
Claude Code now supports `"if"` conditions in hooks, which skips the hook if the command doesn't match This can save minutes in long sessions in repos that use hooks meant only for one command
Jarred Sumner tweet media
English
30
54
941
118.4K
Parth Mudgal
Parth Mudgal@phparth·
We are making a user level page for showing your apps, workflows and smart tables, all in one place at 100x.bot (this is still work in progress) Here is a sample page
Parth Mudgal tweet media
English
0
0
5
37
Parth Mudgal
Parth Mudgal@phparth·
some day software engineers will have to think about performance again, llms cant experience
English
0
0
4
36