Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. The Tao of Acme (chai.guru)
    —discuss
  2. Mamdani is the most popular elected official in NYC: poll (nydailynews.com)
    —discuss
  3. Democratic megadonor who gave to Gavin Newsom and Kamala Harris linked to murky (nypost.com)
    —discuss
  4. Probing picosecond depairing currents in type-II superconductors (nature.com)
    —discuss
  5. Ask HN: How would you know if you have learned something?
    —discuss
  6. SciUniverse: Can frontier models carry out scientific work? (c5r.net)
    —discuss
  7. Compio: A thread-per-core async Rust runtime with IOCP/io_uring/polling (github.com/compio-rs)
    —discuss
  8. Swarm Scaling (tobyord.com)
    —discuss
  9. Cracking VFPU math functions using Claude (Sony PSP) (ppsspp.org)
    1comments
  10. ZeroDrift – A small model that finds and fixes compliance violations (zerodrift.com)
    —discuss
  11. Show HN: Dunara (dunara-studio.com)
    —discuss
  12. Flux 3 Action Tops RoboLab, but Large Companies Can't Use It in a Product (topicqueue.substack.com)
    —discuss
  13. Astronomers capture an unprecedented view of gas giant formation in action (phys.org)
    —discuss
  14. China Holds Sensitive F-35 Parts Diverted to Hong Kong from Australia (bloomberg.com)
    1comments
  15. The "C" Word (coredump.cx)
    1comments
  16. Restaurants Are Using AI to Advertise Their Food and It's Making People Sick (wsj.com)
    —discuss
  17. Topcoat is pushing the boundary of server applications with Rust (tokio.rs)
    —discuss
  18. Global Chat (jojoban842.workers.dev)
    —discuss
  19. Show HN: Offline recorder and transcriber on your MacBook's notch (memorynotch.app)
    —discuss
  20. Dailies: Daily games with friends and family, in your texts (dailies.world)
    1comments
  21. Quanta's Thomas Lin Trusts the Public Can Handle Complex Ideas (insidehighered.com)
    —discuss
  22. Sourcehut account takeover via build logs (XSS in ansi2html) (blog.arusekk.pl)
    —discuss
  23. A new data layer for robot learning (rerun.io)
    —discuss
  24. How to stay smart in the age of AI: the science of critical thinking (nature.com)
    —discuss
  25. Why AI companies don't need new laws (twitter.com/paul__walsh)
    1comments
  26. Alexandr Wang Is Meta's Not-So-Secret Weapon in the AI Agent Promo War (businessinsider.com)
    —discuss
  27. Tech leaders to UN: For sake of humanity, please control the AI tech we created (apnews.com)
    3comments
  28. Anwar Gargash: Caught in the Middle of the Iran War, Foreign Affairs [video] (youtube.com)
    —discuss
  29. Show HN: XYVEL Trip – plan a trip in one sentence, with prices (xyvel.ch)
    —discuss
  30. August 27 TCRF DDoS Attack Postmortem (xkeeper.net)
    —discuss

Show HN: Radix – Visual UI for agentic programming

15 pointsby 1h agoradix-os.com
16 comments
Hey HN, I'm Jordan from Radix.

Radix is a UI tool for programming agents. You prompt your agent to generate a workspace for a task you're working on and get an interactive widget that persists locally on disk.

I built Radix because I always needed tools while I was writing code: tools to test little experiments, to play around with UI, to visualise results etc. Sometimes these would end up as python tools that read and plotted data, or separate React apps spun up just to test a single feature. Lately obviously I've been using Claude artifacts but these are quite limited.

I wanted a system where it was easy to leave comments or adapt an artifact without having to give vague descriptions back to the agent, and where ideally I could actually shift away from a chat window as the main interface.

I've got a pro version of Radix which I will launch soon. This current version is entirely free and is definitely a beta -- there will be rough edges!

Note: There's no telemetry or data captured. Your messages run entirely through your own agent. I require a key but that's just to get an idea of how many people are using it. Everything is stored locally (the workspaces are actually just React apps which you can edit "artisanally" if you want).

If you have any questions please reply here or email me hello@radix-os.com

Thank you!

1h agoHN ↗

What does the term agentic programming means over here?

1h agoHN ↗

Is this affiliated with WorkOS and the long going Radix UI component primitives?

1h agoHN ↗

Nope, this is an entirely separate product and I have no affiliation with the people who worked on Radix UI, or with WorkOS.

21m agoHN ↗

You'll want to strongly consider rebranding with a different name. Way too easily confused.

45m agoHN ↗

It's an example of an algorithm that can be complex to read in code, but is more approachable when viewed as a diagram -- a perfect case for a tool like this.

Also thank you for your feedback and taking the time to view the landing page at least!

42m agoHN ↗

The landing page looks lovely, but the examples shown have no foundation in my head for what they're doing / showing / helping with.

It's confusing enough that I don't know if this is just way above my knowledge level or whether I just don't understand what it even is.

It feels like you've developed something really useful but it's so internally obvious in your own head that it's missing some steps in the explanation for everyone else on how to come along with you and see the power of it.

33m agoHN ↗

Yes ha this is very accurate unfortunately.

I'm actually using Radix right now to brainstorm and update the example on the landing page to be more descriptive.

If it helps: the basic idea is that instead of an agent returning text or markdown we get it to return HTML. We then provide an app which makes working with that HTML actually useful (i.e. a sidebar to list the tools you've built, a way of commenting on the pages it generates).

The most trivial example I can think of is creating a simple colour picker. With Radix you can get an agent to add a colour picker that updates the code directly when you change its value (as explained further in [1]).

[1] https://radix-os.com/notes/hello

21m agoHN ↗

Yeah, I don’t really see the point of it just glancing at the website. In fact, that little stack of activity notifications at the bottom seem quite obstructive and unintuitive, not sure if it’s part of the product but as a UI element it looks… off.

14m agoHN ↗

(It's not part of the free version since that works with your existing agent and you interact with it however you normally would).

The message stack in the bottom are the agent replies as it works. The idea is to move away from an array of messages as the primary interface with an agent and instead make the tools the primary interface. Whether that's actually helpful is an open question but it's certainly how I prefer to work now that I've been building with it.

25m agoHN ↗

Haha no sadly not, the name was chosen purely because I like the sound of it.

18m agoHN ↗

I thought it was a new product from the Radix UI team focused on agents. The name is actually pretty confusing.