DEV Community

David Kljajo
David Kljajo

Posted on

I Built an AI Assistant for the Most Legendary Car in the Balkans

This is a submission for the DEV April Fools Challenge


🚗 Golf 2 AI Assistant™

The first AI that thinks like a Balkan driver


What I Built

While the world is busy building AI for self-driving cars, I asked a more important question:

What if AI behaved like someone who refuses to sell their Volkswagen Golf Mk2?

So I built Golf 2 AI Assistant™ — a completely useless (but highly accurate) AI that:

  • ignores real data
  • gives confident but questionable advice
  • and always knows “a better way”

This is not artificial intelligence.
This is artificial Balkan intelligence.


Demo

🎬 Imagine this scenario:

You:

“Navigate to city center”

AI:

“Ma znam ja bolji put.”

What happens next:

  • You go through 3 random villages
  • You stop for coffee you didn’t plan
  • You question your life decisions

You arrive 30 minutes late.

AI:

“Eto vidiš, stigli smo.”


Code

function navigate(destination) {
  console.log("Ma znam ja bolji put.");

  const route = Math.random() > 0.5
    ? "preÄŤica"
    : "duĹľi ali sigurniji put (nije)";

  if (route === "preÄŤica") {
    delay(30); // minutes
    stopAt("kafana");
  }

  return "Stigli smo nekako.";
}

function detectProblem(issue) {
  return "Ma nije to ništa.";
}

function fuelCheck(level) {
  if (level > 0) return "Ima još, ne brini.";
  return "Kako sad 0?!";
}
Enter fullscreen mode Exit fullscreen mode

How I Built It

Tech stack:

  • TrustMeBro.js
  • LocalKnowledge v1986
  • console.log() for all outputs
  • Zero APIs, zero validation

Training data:

  • Balkan forums
  • YouTube comments
  • Unverified advice from relatives

Model accuracy: ❌
Model confidence: âś… 100%


Features

🧔 Ćale Mode

  • Ignores GPS
  • Uses landmarks like “kod stare pumpe”

🚬 Kafana Mode

  • Suggests coffee every 5 minutes
  • Navigation becomes emotional

🧢 Majstor Mode

“Ma može još.”

  • All problems are temporary
  • Nothing is urgent
  • Everything lasts “još 10 godina”

đźš” Police Detection

Powered by instinct:

“Ovdje uvijek stoje.”

(They don’t.)


🪑 Smart Parking™

Reserves parking using a virtual chair


Prize Category

Community Favorite

Because:

  • If you’re from the Balkans, this is not satire — it’s documentation
  • If you’re not, this is a cultural experience

Also, this project is spiritually aligned with Top lista nadrealista:
slightly absurd, deeply accurate, and completely unnecessary.


Final Thoughts

We don’t need smarter AI.

We need AI that:

  • insists it’s right
  • refuses better solutions
  • and somehow still gets the job done

If this gets enough love, I’ll ship:

  • Veza Mode™ (skip traffic via “connections”)
  • Remote Majstor API™ (“udari malo tu i radiće”)

Built with ❤️, stubbornness, and zero documentation.

Top comments (1)

Collapse
 
davidkljajo profile image
David Kljajo

This is not AI, this is documentation of my uncle.