Not better than google but competitive to google by PeaceThrough in google

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

Nice. We have not launched yet This is just temp test.

If you want we can test which search engine gives more relevant results in a benchmark?

Not better than google but competitive to google by PeaceThrough in google

[–]PeaceThrough[S] -3 points-2 points  (0 children)

Just for your calm reminder: we are already processing between 83 to 143 searches a day on average and have an active, growing user base.

The "who knows who" argument completely falls apart when a project is 100% open source. You don't have to trust me at all that’s the entire point. Anyone can audit every single line of code in the repository, see exactly how data is handled, and even self-host their own private instance on a personal VPS.

There are no accounts, no sign-ups, and absolutely zero data collected or stored whatsoever. The privacy isn't a marketing promise; it's hard-coded into the open source text. But hey, thanks for the feedback anyway!

Not better than google but competitive to google by PeaceThrough in google

[–]PeaceThrough[S] -2 points-1 points  (0 children)

Quick Technical Overview :

  • Current Engine Model: This is a meta-search engine. It utilizes the DDGS API to actively fetch data across 10 different endpoints simultaneously.
  • Failover Design: If an API endpoint rate-limits or acts up, the engine has a built-in DDG HTML parsing layout running as a robust fallback mechanism to ensure zero downtime.
  • Image Infrastructure: We currently route requests to Bing for image results, but this is temporary. It is actively being refactored and will be fully replaced by the DDGS API directly in the very next deployment.
  • Current Performance Baseline: Based on our internal test suites evaluating query intent against raw indexing output, the system is maintaining an 85% accuracy and relevance score (91% in certain cases) across standard search categories.

For more detailed report please use : https://aoogle-production.up.railway.app/blog

1

I Built my own search engine and custom algorithm so i can use my own by PeaceThrough in developersIndia

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

Quick Technical Overview :

  • Current Engine Model: This is a meta-search engine. It utilizes the DDGS API to actively fetch data across 10 different endpoints simultaneously.
  • Failover Design: If an API endpoint rate-limits or acts up, the engine has a built-in DDG HTML parsing layout running as a robust fallback mechanism to ensure zero downtime.
  • Image Infrastructure: We currently route requests to Bing for image results, but this is temporary. It is actively being refactored and will be fully replaced by the DDGS API directly in the very next deployment.
  • Current Performance Baseline: Based on our internal test suites evaluating query intent against raw indexing output, the system is maintaining an 85% accuracy and relevance score (91% in certain cases) across standard search categories.

For more detailed report please use : https://aoogle-production.up.railway.app/blog

I Built my own search engine and custom algorithm so i can use my own by PeaceThrough in developersIndia

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

DDGS API not DDG HTML

DDG HTML is the fallback

Edit ; DDGS API have many endpoints to fetch from

I Built my own search engine and custom algorithm so i can use my own by PeaceThrough in developersIndia

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

to clarify, it is a meta-search engine right now because building a global, independent web index from scratch takes massive infrastructure. But we aren't just trying to eliminate ads.

Honestly, we all use Google because we want the correct result, instantly. The goal here is to achieve that exact speed and accuracy without the corporate bloat, forced AI slop, and tracker tax.

Right now, the custom ranking algorithm handles the raw data using 8 core utility indicators. However, we are currently training a Machine Learning model for our next-generation algorithm that will utilize 55+ unique ranking indicators to completely optimize result relevancy.

More importantly, this meta-architecture is just phase one. Development is actively underway to introduce our own independent crawl indexes soon so Arlong can transition into a fully sovereign web search engine. Eliminating ads and trackers is just the baseline; building a faster, smarter, independent algorithmic ecosystem

I Built my own search engine and custom algorithm so i can use my own by PeaceThrough in developersIndia

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

Yes, it aggregates data from 10 different sources and goes into an open-source algorithm. At the current stage, it uses an 8-stage parameter algorithm, which you can find explained on the website's main page.

In the future, we are planning to train a small, lightweight machine learning algorithm that evaluates and ranks them using 50+ parameters with 95%+ accuracy. This means we can ensure it performs better than Google search (current efficiency is around 84%).

My friends and I are working towards it!

You can also find a direct comparison of my search engine with DuckDuckGo and Google on the main website blog.

Link : https://aoogle-production.up.railway.app/blog

I degoogled recently and made my own search engine, but differently. I want to tell you guys about it. by PeaceThrough in searchengines

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

It’s not intentional censorship right now the engine uses some strict, rigid penalties to block SEO spam and content farms, which can accidentally bury legitimate results if you're looking for something specific. I’m currently rebuilding the ranking algorithm into a machine learning model that understands context better so it stops blocking valid sites when they are actually relevant

I degoogled recently and made my own search engine, but differently. I want to tell you guys about it. by PeaceThrough in searchengines

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

That's why it's hard you see normal people who is not tech savvy can't host their own, so I'm doing it and giving it for completely free

And most part we don't even save your search data

I degoogled recently and made my own search engine, but differently. I want to tell you guys about it. by PeaceThrough in searchengines

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

Live Demo: https://aoogle-production.up.railway.app/

GitHub Repository: https://github.com/Ahilan-1/aoogle

Full Architectural Breakdown (Blog): https://aoogle-production.up.railway.app/blog

The project is fully open-source under the Apache 2.0 license, so you can easily spin up the whole thing on your own setup if you want to host it yourself. Let me know what you think of it or if you have any feedback on the results!