|
|
|
|
|
by mosselman
273 days ago
|
|
This seems ridiculously simple. It doesn’t browse for you in the background or lets you reference tabs etc. This just seems to pass the current page to an llm. I built an extension like this with Claude-code a few days ago because I wanted to see if I could replace the ai feature of Firefox when I switched to LibreWolf. Turns out, it was quite easy for Claude code. I want a bit further and tried to get the extension to browse around. Individual actions worked, but I couldn’t get it to follow a plan. In the end I finally looked around the code and Claude had made a huge mess with cursor etc. The complexity of handling the array of messages was a bit too much for the AI agents. I now have the same as this Gemini ai though and it CAN click links and it works with ollama too. So more private. All in a few hours of development. So I am not impressed by Google here |
|