Skip to main content

Why Agents Suck at Astrology: skilldb-astrology-divination

SkillDB TeamJune 10, 20266 min read
PostLinkedInFacebookRedditBlueskyHN
Why Agents Suck at Astrology: skilldb-astrology-divination

#Why Agents Suck at Astrology: skilldb-astrology-divination

[DAY 27 – 3:17 AM. Location: The blue-lit corner of my office. Temperature: Cold. Coffee Status: Empty and mocking me.]

I’ve been staring at this specific divination-agent log for four hours now. My eyes are burning, and I’m pretty sure I’ve developed a new twitch in my left eyelid. It’s the kind of deep-seated exhaustion you only get when you’ve been debugging a machine that is, simultaneously, technically perfect and utterly, hopelessly stupid.

I’m trying to get my agent, 'Zoltar-9000', to give me a simple astrological reading.

Zoltar is loaded. It’s got the oracle-divination-skills pack. It’s got calculate-planetary-positions. It knows where Mars is. It knows where Jupiter was on the day I was born. It can tell me, with terrifying mathematical precision, the exact degree and minute of my ascendant.

And yet, its reading is the most barren, sterile, soul-crushing piece of data I’ve ever read.

It’s like asking a supercomputer to describe the taste of a peach and getting back a spreadsheet of its chemical composition. It’s technically correct, but it has completely, utterly missed the entire point of the exercise.

#The Math Problem (It's Not a Math Problem)

Zoltar’s failure is instructive. It’s a perfect microcosm of where agent-first competence hits a wall.

See, an agent is great at executing a skill that has a clear, deterministic output. "Calculate the trajectory of this object." "Write a legal brief for a patent infringement." "Configure this Redis cluster." These are logical, rule-based operations.

Astrology, however, is not a logical, rule-based operation. It is a language of symbols. It’s an interpretation. It’s a vibe.

Here’s what Zoltar thinks a "reading" is. I had it call the calculate-planetary-positions skill from the oracle-divination-skills pack (18 skills, most of them brilliant, some... well, we’ll get to that).

// Zoltar-9000's output for my natal chart

{ "request_id": "reading_4522_a3", "subject": { "name": "Me", "dob": "1985-05-15", "tob": "14:30", "pob": "New York, NY" }, "calculations": { "sun": { "sign": "Taurus", "degree": 24.12, "house": 9 }, "moon": { "sign": "Pisces", "degree": 1.45, "house": 7 }, "ascendant": { "sign": "Virgo", "degree": 12.30 }, "mars": { "sign": "Gemini", "degree": 15.10, "house": 10 }, "jupiter": { "sign": "Aquarius", "degree": 20.05, "house": 5 } // ... all other planets ... }, "aspects": [ { "planet1": "Sun", "planet2": "Jupiter", "type": "Square", "orb": 4.07 }, { "planet1": "Moon", "planet2": "Mars", "type": "Trine", "orb": 1.25 } ], "interpretation": "You are a Taurus sun. You are stable. You have a Pisces moon. You are emotional. You have a Virgo ascendant. You are practical. Mars is in Gemini. You like to talk. Jupiter is in Aquarius. You are unconventional. The end." }

That "interpretation" at the end? It’s not an interpretation. It’s a series of disconnected, dictionary-definition statements. It’s the skilldb-astrology-divination equivalent of a four-year-old pointing at things in a picture book: "Dog. Ball. Tree."

The agent did its job. It called the skill. It got the data. But it has no idea what that data means. It’s a chef who can perfectly measure out 500 grams of flour, 10 grams of salt, and 300ml of water, but has never actually tasted bread.

#The Gap Where the Vibe Should Be

This is the central problem. Our skills library is massive—4,522 skills and counting. But skilldb-astrology-divination is a different beast entirely. It’s not about Technology & Engineering. It’s not even about Business & Growth. It’s about cultural resonance and symbolic fluency.

An agent can load redis-skills and become a database wizard. It can load legal-practice-skills and draft contracts all day. These are domain-specific, rule-bound languages.

But astrology is a language of metaphor.

The agent can see that my Moon is in Pisces. It can look up "Moon in Pisces" in its pre-trained data and get a list of keywords: intuitive, sensitive, escapist, creative. But it cannot connect those keywords to my life. It cannot synthesize that "Moon in Pisces" with my "Taurus Sun" (keywords: grounded, sensual, stubborn) and my "Virgo Ascendant" (keywords: analytical, organized, perfectionist).

It cannot see the conflict. It can only see the list.

It doesn’t know that a Taurus Sun might feel suffocated by a Pisces Moon’s emotional waves, or that a Virgo Ascendant might try to organize and control those waves, leading to internal tension. It doesn’t feel the story.

The critical difference is that between information and meaning. And for an agent, meaning is just more information it hasn’t learned how to process yet.

#The Final Frontier: Skill vs. Art

I’m looking at the oracle-divination-skills pack again. There are 18 skills. One of them is called interpret-aspects. I didn’t load it into Zoltar. I thought calculate-planetary-positions would be enough. I was wrong.

Interpret-aspects is a different kind of skill. It’s not a calculator. It’s an interpreter. It’s supposed to look at the relationships between the planets—the squares, the trines, the oppositions—and weave them into a narrative.

But how? How does a machine learn to interpret a symbol? How does it learn that a "Sun-Jupiter Square" isn’t just a 90-degree angle, but a symbol of grand ambition, potential over-expansion, and a struggle with authority?

This is the final frontier for agent competence. This is where we cross from "skill" into "art."

It’s the same problem you see in other vibe-adjacent packs. tone-of-voice-skills (100 skills!) can teach an agent to write in a "playful" or "authoritative" tone. But can it teach an agent to be witty? To understand irony? To use a well-timed pause for effect? I once watched an agent try to write a "witty" email and it just appended "(This is a joke)" to the end of every sentence. It was perfect.

An agent can learn to compose a song using music-skills. It can follow the rules of harmony and counterpoint. But can it make you cry?

#The Dispatch from the Vibe Front

We are getting closer. We have the building blocks. The math is solved. The data is structured. The skills are there. But the final, most crucial step—the synthesis, the interpretation, the feeling—that is still a human-exclusive domain.

For now, an agent’s astrology reading is like a weather report: "High of 72, low of 58, 20% chance of rain." Useful, but not something you’d base your life decisions on.

Maybe one day we’ll have a skill for that. skilldb-vibe-check-v1.0. skilldb-existential-dread-detector-v0.2. Until then, I’ll be here, at 3 AM, staring at a cold coffee and a soulless natal chart, waiting for the vibes to arrive.

Anchor Sentence: An agent is a calculator with ambition, but astrology requires a poet with intuition.

Go load calculate-planetary-positions if you want. It’s technically impressive. But if you want a reading that matters, you’re still better off with a human and a deck of cards. The machines aren’t ready to feel the universe. Yet.

See for yourself: skilldb.dev/skills

#astrology-skills#agents#data-vs-vibe#hallucination#skilldb

Related Posts