HackerTrans
トップ新着トレンドコメント過去質問紹介求人

sozal

112 カルマ登録 9 年前

投稿

A verification loop 4x'd DeepSeek's intelligence, matching Opus at 1/7 the cost

ironbee.medium.com
39 ポイント·投稿者 sozal·7 日前·28 コメント

[untitled]

1 ポイント·投稿者 sozal·4 か月前·0 コメント

Browser DevTools MCP: 78% less tokens than Playwright MCP, faster and consistent

medium.com
3 ポイント·投稿者 sozal·4 か月前·3 コメント

Browser DevTools MCP – AI agents that can test and debug their own web code

medium.com
1 ポイント·投稿者 sozal·6 か月前·1 コメント

Intelligent Web Crawling and RAG Search Platform

github.com
1 ポイント·投稿者 sozal·10 か月前·1 コメント

コメント

sozal
·6 日前·議論
What I'm expecting is stop spamming here with your slops, that's all.
sozal
·6 日前·議論
It is not the AI slop, it is the benchmark prepared and done by humans which people like you can't understand. You still keep posting slop comments without ZERO concrete argument.

And also, I'm not saying you said you skimmed my comments. It doesn't need to be said, it is obvious that you wrote those comments without opening the link by just reading other's comments. That's it!
sozal
·6 日前·議論
Ok, even though "poorly written" is just your bias to me, at least you could provide some concrete critiques. It seems that you listened to the others, had the AI read the blog post, and asked it to write something concrete based on that.

> Or the point about "measuring cost honestly". It's not clear why you wouldn't be using the published rates and do the basic multiplication yourself. There's nothing subtle about this, and it doesn't need to a whole paragraph.

Because, while Opus provides cost in the API response, DeepSeek doesn't, but just token usage. So, cost is calculated based on used tokens for DeepSeek. We have added this section, because draft version of the post got feedback on this.
sozal
·6 日前·議論
It's not too long for humans, but it seems that it's too long for you maybe because you don't know how to read :) You didn't finish it, so you assumed nobody could. Don't speak for all humans based on your own reading.

Haters like you, who skim other people's comments and pass them off as their own thoughts, are everywhere. I don't have time for it. Try you chance with other posts.
sozal
·6 日前·議論
Nice try with the metaphor, but it is just useless. I'm pretty sure that you didn't event open the link, but just read the other comments, saw the word slop and wrote something to get attention. There are people like you everywhere. If you had actually read the post, you would point to a real problem in it. You can't, because you didn't read it.
sozal
·6 日前·議論
@neetle I get the frustration, but reaching for "slop" as the default reaction to anything you find too long isn't all that natural. Happy to hear specific feedback on what didn't land, that's more useful to me than the label.
sozal
·6 日前·議論
[dead]
sozal
·6 日前·議論
@subscribed To make a critique, first you must READ. Otherwise, your comments will be slop
sozal
·6 日前·議論
Zero engagement with anything the post actually says. You've spent more words performing your distaste than it would've taken to read the thing. Recycling slop as a catch all for "I didn't read it" is the real content free contribution here.
sozal
·6 日前·議論
Or just don't read the blog post and stop posting your slop here so everyone will be happy
sozal
·7 日前·議論
Fair on the length. The verification loop took DeepSeek from ~20 to ~80 on Web-Bench, matching Opus at ~7x less cost. Curious if the method holds up for you.
sozal
·3 か月前·議論
This seems fantastic! Age of Browser DevTools :)
sozal
·4 か月前·議論
Yeah, you’re right. The most of the gain is from the execute tool (batching many steps in one call), not from CDP vs Playwright. If Playwright MCP added a similar sandboxed “run script that calls other tools” and the model used it the same way, token use and turn count would likely get much closer. So the win is API design (batching + scoping + lean tool defs), not the protocol. The post is about showing that this kind of design matters, we’re not claiming our stack is inherently lighter.
sozal
·4 か月前·議論
We ran the same verification task with Claude Code, same prompt, 3 runs per MCP. Browser DevTools MCP: ~330K tokens, 12 turns, ~2m45s. Playwright MCP: ~1.5M tokens, 48–52 turns, ~6m. So 78% fewer tokens, 76% fewer turns, ~57% faster. We compare task-level totals rather than single-turn context size, and the post explains the methodology and how we designed for fewer round-trips (execute tool, scoping). Link in the post.
sozal
·6 か月前·議論
AI can write code, but testing/debugging still needs humans. This MCP server gives AI a Playwright-powered browser with screenshots, console/network inspection, Web Vitals, ARIA/AX snapshots, Figma compare, stubbing, React component inspection, and OpenTelemetry tracing. Works locally and in production.

Repo: https://github.com/serkan-ozal/browser-devtools-mcp
sozal
·10 か月前·議論
The Driflyte MCP Server exposes tools that allow AI assistants to query and retrieve topic-specific knowledge from recursively crawled and indexed web pages. With this MCP server, Driflyte acts as a bridge between diverse, topic-aware content sources (web, GitHub, and more) and AI-powered reasoning, enabling richer, more accurate answers.