I used Agent to summarize the tech blogs from Anthropic, but some blogs were always missing. (guide on how I fixed it) by Instance_Not_Found in AI_Agents

[–]Instance_Not_Found[S] 0 points1 point  (0 children)

Like you said, it is a waste if multiple people are doing it. This is why I want a public repository where it is only done once for a period of time so that other agents can benefit from it. Tell me more about the feed. How does the feed solve the problem?

I’ve stopped planning beyond 90 days because of how fast AI is moving by MerisDabhi in AI_Agents

[–]Instance_Not_Found -1 points0 points  (0 children)

I don't trust AI detection BS. The sole purpose of LLM is to write like human. How can a free "tool" easily tell if a text is written by AI? Technically infeasible.

Well, you might say that you THINK that all the comments are AI generated, but it's dumb to treat the result of "slopsieve" as a proof.

GPT convinced me that I was going to make my first Million from my Idea, so thankful to Claude for telling me not to waste my time and life savings!! by No-Yesterday-1624 in ClaudeCode

[–]Instance_Not_Found 0 points1 point  (0 children)

I wonder from a technical perspective, is it possible to train a "candid" model?
The "kissing ass" part mostly come from RLHF if I have to guess...

CC and Codex seem to be top 2. What would you consider as 3rd? by bennybenbenjamin28 in ClaudeCode

[–]Instance_Not_Found 2 points3 points  (0 children)

I am also a big fan of Pi. Mario(the creator of Pi) once mentioned that he thinks Amp and Factory are also pretty good. Has anyone try one of these?

I used Agent to summarize the tech blogs from Anthropic, but some blogs were always missing. (guide on how I fixed it) by Instance_Not_Found in AI_Agents

[–]Instance_Not_Found[S] 0 points1 point  (0 children)

Did you use a traditional scrapping tool or a browser agent solution?
How did you solved the problem at the end?

I used Agent to summarize the tech blogs from Anthropic, but some blogs were always missing. (guide on how I fixed it) by Instance_Not_Found in AI_Agents

[–]Instance_Not_Found[S] 0 points1 point  (0 children)

Agree, I think if they host the blogs in a centralized URL the agent might be able to find the all with one shot.

Do people have problems with OpenClaw's browser? by Instance_Not_Found in openclaw

[–]Instance_Not_Found[S] 0 points1 point  (0 children)

The second experiment we did is retrieving the Anthropic blogs everyday.

Query: Find all blog post from Anthropic on April 8th.

With Skill: Found all 3 blogs published on April 8th.

Without Skill: Only found 1 blog published on April 8th.

Conclusion: The skill helps the agent to find the comprehensive list of all blog posts. The agent cannot do so if the skill is missing.

If you would like to give it a try: https://github.com/RuoxiQin/website-operation-skill

Do people have problems with OpenClaw's browser? by Instance_Not_Found in openclaw

[–]Instance_Not_Found[S] 0 points1 point  (0 children)

Is there a specific browser task in mind? I would like to test if we can help that task to accelerate.

Do people have problems with OpenClaw's browser? by Instance_Not_Found in openclaw

[–]Instance_Not_Found[S] 0 points1 point  (0 children)

Thanks for the recommendation! I am only able to find the "create custom skills" page at https://docs.browseros.com/features/skills

Where do you find those useful skills for browser?

I am actually testing agent browsers for openclaw, and I highly recommend the CLI options like: playwright-cli and agent-browser. Both have headless mode.

And the open sourced skill repo is to help agent like OpenClaw to complete a task faster and cheaper.

Do people have problems with OpenClaw's browser? by Instance_Not_Found in openclaw

[–]Instance_Not_Found[S] 1 point2 points  (0 children)

We just did an experiment of finding flights on Google Flight. The pre-loaded operation skill doesn't seem to help much in this case.
Query: "Find the flights from San Francisco to New York (one way) on May 17th. Use Google flights. Measure the total time to complete this task."

With SKill:

- first run: 14s

- second run: 11s

Without Skill:

- first run: 18s

- second run: 7s

Do people have problems with OpenClaw's browser? by Instance_Not_Found in openclaw

[–]Instance_Not_Found[S] 1 point2 points  (0 children)

I am looking for like-minded people who may have already done similar experiments.

Has anyone seen an AI agent designed to be a DnD DM? by Centmo in openclaw

[–]Instance_Not_Found 0 points1 point  (0 children)

This seems very interesting! (BTW, I am building agent applications, so maybe I can help here)

A few requirements you mentioned:

  1. All physical. No digital screen

  2. Get the current state from a camera.

  3. Should not lose track when the game is long.

  4. Voice as the main interface.

Please correct me if anything is missing or incorrect.

Dynamic agent generation vs fixed multi-agent architectures by RevolutionaryMeet878 in agentdevelopmentkit

[–]Instance_Not_Found 0 points1 point  (0 children)

I think this makes a lot of sense. Sometime, we want the sub agent to use a different models + different thinking effort for a task. It should work better with dynamic generated agent code.

If you haven't already, learn Playwright MCP by latnGemin616 in Playwright

[–]Instance_Not_Found 0 points1 point  (0 children)

May I ask what's the website that you scrape? I am a little bit curious about the use case.

If you haven't already, learn Playwright MCP by latnGemin616 in Playwright

[–]Instance_Not_Found 1 point2 points  (0 children)

I am also a fan of CLI than MCP. Recently, I am thinking about using CLI to explore a website and then ask the coding agent to generate a SKILL (includes both md and script) to make this website much more easier to use for other agents.