Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. When the Debugger Lies(danielmangum.com)
    discuss
  2. In Sweden, Organized Election Fraud(svd.se)
    1comments
  3. Evolving programming languages in the AI era(dashbit.co)
    discuss
  4. The Most Expensive Breach on Earth Still Speaks Plaintext DNS(redhand.io)
    discuss
  5. I built aiFlow, a free and open-source macOS file manager(github.com/nnikolaandric-sudo)
    discuss
  6. Enjoy.dev: one person, infinite engineers(enjoy.dev)
    discuss
  7. Qualcomm Talks Up Linux on Snapdragon X2 Laptops(phoronix.com)
    discuss
  8. SQLite database migrations directly in the browser, built with WebAssembly(ptah.run)
    1comments
  9. Utyansky Index: Deterministic O(1) slot isolation for AI vibe coding(github.com/vlad-utyansky)
    discuss
  10. Show HN: Forkbench – boundaries and supervision for AI coding agents(forkbench.com)
    discuss
  11. First Autonomous Agentic System(cloudgeni.ai)
    discuss
  12. I am looking for GTM co-founder for my anti AI slop startup I am building
    1comments
  13. Measuring the Trustworthiness of Open-Source-Derived Models(cognition.com)
    discuss
  14. The Invisible Way Companies Are Using AI to Set Salaries(wsj.com)
    discuss
  15. Agent IAP – Little Snitch Meets 1Password for AI Agents(vpetersson.com)
    1comments
  16. China Is Holding Sensitive F-35 Parts Diverted to Hong Kong(bloomberg.com)
    discuss
  17. Two-Tier Encryption in the UK – Identical Apple Devices, Different Protection(macanorak.com)
    discuss
  18. ACTx486 turns a podcast or video into a responsive AI conversation(runtimewire.com)
    discuss
  19. AMD Upstreams AVX10_V2_AUX Support into LLVM Clang 24(phoronix.com)
    1comments
  20. Polytender – AI for Public Tenders(polytender.com)
    discuss
  21. Show HN: I built AgeDB, a database for AI agents to store context and data(github.com/sivsivsree)
    discuss
  22. New Physics SIM(pmad-sim.org)
    2comments
  23. Show HN: HodoClip - A browser scratchpad that saves links with clips(chromewebstore.google.com)
    discuss
  24. FlatPing, uptime monitoring and status pages(darsena.app)
    discuss
  25. A new report from Europe raises serious alarms about orbital collisions(arstechnica.com)
    discuss
  26. Pro-Human AI Declaration(prohumandeclaration.com)
    1comments
  27. MemTensor NPM and PyPI packages compromised with credential stealer(socket.dev)
    discuss
  28. A Readable UseToggle(itsnas.me)
    discuss
  29. Boris Sakač, pioneer of Olympic Games IT systems, has died(vecernji.hr)
    1comments
  30. I miss old Google: readers tell us how they search the internet in the age of AI(theguardian.com)
    discuss

I reverse-engineered AutoCAD's 3D format to convert DWG to STEP with Claude

1 pointsby 1h agocadyon.com
1 comments
1h agoHN ↗

Hi, i needed a dwg to step converted and did some claude-ing for fun, to see if it's possible, and with old Opus versions i got a preliminary POC, where it would open the models but geometry was pretty bad, but with Fable and now Opus 5.5, i pretty much believe this is better than most converters i've tested. logically i then also converted it to a free web viewer (reads a bunch of formats but was thoroughly tested on DWGs and some steps).

https://cadyon.com/viewer/

The details were ironed out by vibe explaining to the AI what's wrong on the corpus of some 3.5k 3d files I had, so for that set everything is correct visually, and outside it, it's probably not perfect but that's why the test version is out, and converter itself is pretty cheap (200 eur, no subscription). I've also resolved special cases like blocks, nested blocks, colors in dwg etc, i think it's pretty polished for a 1 man project with AI. If you use cad like STEP and DWG formats often, please try the viewer, i genuinely think it's pretty usefull. also available as PWA and it has a bunch of cool features. And btw binary decoding was done in "clean room" as in i specifically instructed claude not to search web or decompile anything, it was purely done by comparing DWG ACIS exports with raw DWG's.