HN user

suchintan

603 karma

Founder of Skyvern - YC S23

We help companies automate workflows in the web using our open source browser automation tool

Check us out here: https://github.com/Skyvern-AI/Skyvern

Posts19
Comments122
View on HN
github.com 7d ago

Rustwright: Playwright rewritten in Rust that uses 70% less memory

suchintan
12pts4
www.skyvern.com 3mo ago

Getting Claude to QA its own work

suchintan
20pts1
www.skyvern.com 9mo ago

Asking AI to build scrapers should be easy right?

suchintan
150pts82
vvvincent.me 11mo ago

Tiny tips for an elevated macOS experience

suchintan
2pts0
alexw.substack.com 11mo ago

Hire People Who Care (2020)

suchintan
37pts82
blog.skyvern.com 1y ago

Web Bench: a new way to compare AI browser agents

suchintan
34pts9
github.com 1y ago

Show HN: MCP Server to let agents control the browser

suchintan
14pts3
eval.skyvern.com 1y ago

Raw Dump of Skyvern's navigations and decisions while evaluating WebVoyager

suchintan
2pts0
blog.skyvern.com 1y ago

Skyvern Browser Agent 2.0: How We Reached State of the Art in Evals

suchintan
49pts31
eval.skyvern.com 1y ago

Show HN: Skyvern 2.0 – open-source AI Browser Agent scoring 85.8% on WebVoyager

suchintan
9pts3
blog.skyvern.com 1y ago

A practical example of YC's advice to launch early and often

suchintan
2pts1
docs.cedana.ai 1y ago

Using Cedana to cut time to first token by almost 50%

suchintan
1pts0
github.com 1y ago

Launch HN: Skyvern (YC S23) – open-source AI agent for browser automations

suchintan
327pts74
blog.skyvern.com 1y ago

We accidentally burned through 200GB of proxy bandwidth in 6 hours

suchintan
96pts137
blog.skyvern.com 1y ago

Representing LLM inputs as HTML instead of JSON to cut input tokens by 11%

suchintan
15pts2
blog.skyvern.com 2y ago

Analytics and attribution for open source projects

suchintan
7pts0
blog.skyvern.com 2y ago

Transitioning from Engineers to Founders (+ the mistakes we made along the way)

suchintan
8pts0
blog.skyvern.com 2y ago

Aftermath of being on the front page of Hacker News for a day

suchintan
5pts0
github.com 2y ago

Show HN: Skyvern – Browser automation using LLMs and computer vision

suchintan
422pts139

We did the same thing. It took me a few iterations to get the library right, but overall I used approx 10 billion tokens here across a codex and Claude max plan

The first iteration was a rewrite using codex /goal but it ended up producing junk

The second iteration was fable controlling gpt-5.5 agents to write the code with really strong acceptance tests. This pushed the library in the right direction and is basically what you see here today

Hey HN, we were playing around with MCPs over the weekend and thought it would be cool to build an MCP that lets Claude / Cursor / Windsurf control your browser: https://github.com/Skyvern-AI/skyvern/tree/main/integrations...

Just for context, we’re building Skyvern, an open source AI Agent that can control and interact with browsers using prompts, similar to OpenAI’s Operator.

The MCP Server can:

- This allows Claude to navigate to docs websites / stack overflow and look up information like the top posts on hackernews - https://github.com/Skyvern-AI/skyvern/tree/main/integrations...

- This allows Cursor to apply for jobs / fill out contact forms / login + download files / etc - https://github.com/Skyvern-AI/skyvern/tree/main/integrations...

- Connect Windsruf to take over your chrome while running Skyvern in “local” mode - https://github.com/Skyvern-AI/skyvern/tree/main/integrations...

We built this mostly for fun, but can see this being integrated into AI agents to give them custom access to browsers and execute complex tasks like booking appointments, downloading your electricity statements, looking up freight shipment information, etc

I wonder if more companies should open source their eval model outputs alongside the eval results

We tried doing that here at Skyvern (eval.skyvern.com)