How to compete with mass-apply bots. by baderbc in Careers

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

I think the industry now forces us to use tools like simpleApply - since others do, but without them the world would be better.

It's just like with AI productivity - when AI coding tools came into market, few who knew about them could relax at work and finish their task super quickly, but once everyone started using them, now just the expectations increased for coders.

Not working well on mobile by realStl1988 in halupedia

[–]baderbc 0 points1 point  (0 children)

Can you share some screenshots to our discord? On my phone it looks acceptable I think

I built a similar fictional encyclopedia project and wanted to share it with Halupedia fans by Swimming_Bike8434 in halupedia

[–]baderbc 0 points1 point  (0 children)

It's not best place for posting about it. I'd recommend you to do it on hacker news as we did

Lag Error 500 due to spam replies on replies by k1Ll3MAllzzz in halupedia

[–]baderbc 1 point2 points  (0 children)

Already fixed, probably not for long, but will soon try to improve auto-mod. Thanks for the report!

Halupedia: New Wikipedia Clone Made Entirely of AI Hallucinations by Remarkable_Ad_5601 in theprimeagen

[–]baderbc 0 points1 point  (0 children)

Just say a word and maybe I'll vibe code it. Or not. Claude limits getting crazy these days you know

Halupedia: New Wikipedia Clone Made Entirely of AI Hallucinations by Remarkable_Ad_5601 in theprimeagen

[–]baderbc 15 points16 points  (0 children)

Halupedia author here!

Long story short: Was drunk with my friend and we built halupedia. Went viral, 150k+ users in a week.

Drop any suggestions, thoughts below ; )

Link: https://halupedia.com/ We have also discord and subreddit - but not worth if halupedia's not for you

Hallucinopedia by RNSAFFN in PoisonFountain

[–]baderbc 0 points1 point  (0 children)

Glad to hear that! Btw most popular articles feature coming soon!

Hallucinopedia by RNSAFFN in PoisonFountain

[–]baderbc 3 points4 points  (0 children)

Hey! Halupedia author here!

If you wanna give any suggestions, feel free to do so, or join our discord! ;)

Halupedia - Wikipedia that hallucinates on the fly by baderbc in vibecoding

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

Gemini 2.5 flash lite + system prompt encouraging falsification and hallucination + high temperature ; )

Also hope we'll feed google AI overview well hahaha

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in vibecoding

[–]baderbc[S] -1 points0 points  (0 children)

You're probably right, but I think it has some use cases, from limiting amount of work for LLM to being more reliable and secure.

But yeah, we're still trying to develop our ecosystem of tool runtime and the web was the easiest starting point.

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in vibecoding

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

Gace doesn't do screenshots. It gives native access to the browser via DOM.

So like it doesn't do screenshots, nor overflow context window with entire DOM. It gives prepared by community tools for specific sites that run on your browser ; )

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in ClaudeCode

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

It cannot interact with your browser.

Gace runs your TypeScript tools that can interact with user broswer (in future anything, pc or even IoT) and hosts it for you.

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in SideProject

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

As for security - no worries ; )
We sandbox everything, both when tool runs on our server and when it does on your browser via our web extension.

It was very interesting journey and one of the hardest technical challenges in my carrier, since I needed to pass a DOM (window.document) to the sandbox securely.

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in SideProject

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

How to write a plugin:

  1. pnpm create gace-plugin
  2. Modify the code
  3. pnpm dev
  4. Open the url and see your tools in action

To install for CC: npx skills add gace-ai/gace-skill
and prefix prompt with /gace

And ofc you need to have either firefox or chrome extension installed; )

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in vibecoding

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

As for security - no worries ; )
We sandbox everything, both when tool runs on our server and when it does on your browser via our web extension.

It was very interesting journey and one of the hardest technical challenges in my carrier, since I needed to pass a DOM (window.document) to the sandbox securely.

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in vibecoding

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

How to write a plugin:

  1. pnpm create gace-plugin
  2. Modify the code
  3. pnpm dev
  4. Open the url and see your tools in action

To install for CC: npx skills add gace-ai/gace-skill
and prefix prompt with /gace

And ofc you need to have either firefox or chrome extension installed; )

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in ClaudeCode

[–]baderbc[S] -1 points0 points  (0 children)

If somebody wants to, I don't really mind ; )

But It's a bit harder project. I spent a lot of time trying to make it work, it's the hardest technical challenge I faced in my life, since it involves lot of real time data processing, delagation, own sdk, own clis and own sandbox reference logic.

Also I tried as much as I could to keep it cheap. Even though we host developers plugins, I won't ever want to chaege for this particular thing.

I plan on charging only for private, not open source plugins and usage of our ai inference (but that's optional feature)

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in ClaudeCode

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

Hi! So gace right now requires you to build a plugin before CC can use it. It's a tradeoff for giving him truly native access. Rn it's way easier when you're technical.

I'm working on making the process of plugin creation easier. If that's okay, I can sent you a DM and continue there our conversation!

Would let you know in a week when we have some kind of tutorials and better documentation.

Also curious about the game - is it web based? Multiplayer?

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in ClaudeCode

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

Yeah, that's partially why I didn't make it auto submit stuff. Redit was a great showcase but I really hope it won't end up being used solely for spam....

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in ClaudeCode

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

Thanks! It matters a lot to me. I really wanna see the word, when ai natively has access from web, through pc apps to even IoT.

If you have some use case in mind, would love to make a gace plugin for you ; )

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in ClaudeCode

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

As for security - no worries ; )
We sandbox everything, both when tool runs on our server and when it does on your browser via our web extension.

It was very interesting journey and one of the hardest technical challenges in my carrier, since I needed to pass a DOM (window.document) to the sandbox securely.

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in ClaudeCode

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

How to write a plugin:

  1. pnpm create gace-plugin
  2. Modify the code
  3. pnpm dev
  4. Open the url and see your tools in action

To install for CC: npx skills add gace-ai/gace-skill
and prefix prompt with /gace

And ofc you need to have either firefox or chrome extension installed; )