TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: chart2txt, LLM-readable astrology charts

1 pointsby Nav_Panelabout 1 month ago
Working on a larger astrology project, I realized there&#x27;s no good way to get text descriptions of an astrology chart in a form designed for LLMs. Astro.com can generate descriptions, but it&#x27;s unintuitive.<p>I decided to build a small js library that could handle the conversion: <a href="https:&#x2F;&#x2F;github.com&#x2F;simpolism&#x2F;chart2txt">https:&#x2F;&#x2F;github.com&#x2F;simpolism&#x2F;chart2txt</a> -- the chart2txt site was designed as a usage example.<p>In working on the example, I also realized there was no simple API that outputs basic astrology data (i.e. convert a birth time + place into planet + ascendant positions). So, I built that too to support the example app, using the standard swiss ephemeris library: <a href="https:&#x2F;&#x2F;github.com&#x2F;simpolism&#x2F;simple-astro-api">https:&#x2F;&#x2F;github.com&#x2F;simpolism&#x2F;simple-astro-api</a><p>Here&#x27;s an example prompt once you have your chart text: &quot;In a paragraph or two that doesn&#x27;t reference specific planets or astrological jargon, synthesize the astrology chart below to explain the personality of the native:&quot;<p>Then, you can ask further questions. It&#x27;s also fun to try against different LLMs and see how the results change! My overall thesis is that astrology is a symbolic language, so a chart reading is not dissimilar from a translation, and thus we should expect LLMs to be pretty good at it. I don&#x27;t have much interest in debating whether astrology is &quot;real&quot; or &quot;true&quot;, though, as all we&#x27;re doing here is a play of historical symbols.<p>Hope you enjoy! Let me know about any bugs, issues, feature requests, etc!

no comments

no comments