Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Empirical results fine-tuning π0.5 on a real manufacturing task (dream-machines.eu)
    —discuss
  2. IR (2022) (github.com/dstogov)
    —discuss
  3. Meta and the new VR glasses? Will Apple respond?
    —discuss
  4. China's new travel rules unsettle tech giants and talent (dw.com)
    —discuss
  5. Hail is a multibillion-dollar problem – and could get worse (hcn.org)
    —discuss
  6. Vibe Coding Production Kit – a production workflow for AI coding agents (github.com/moeeryani)
    —discuss
  7. Show HN: PipeFitter – Quick, Browser-Based, Parametric Pipe Connectors (mankyd.github.io)
    —discuss
  8. Show HN: Free WCAG accessibility checker – no signup, results in ~2 minutes (wcagrepair.com)
    —discuss
  9. AI Help for Biological or Chemical Weapons (science.org)
    —discuss
  10. Show HN: Canary (YC) – Independent verification for AI code (runcanary.ai)
    —discuss
  11. Dampen camera motion and track the leftover, in WASM (residual.dog)
    —discuss
  12. International observers to investigate Swedish election fraud (tv4.se)
    —discuss
  13. SkillOpt: Training Loop for Agent Skills (microsoft.github.io)
    1comments
  14. Show HN: Kosh – Browser's native bookmark manager ui, done right (chromewebstore.google.com)
    —discuss
  15. The Board Game of the Alpha Nerds (2014) (grantland.com)
    3comments
  16. How I changed teaching after AI managed to do all my homework assignments (thelastsoftwareengineer.substack.com)
    —discuss
  17. Show HN: A $25 DIY alternative to $159 AI voice recorders – BYOK or local (zephclick.com)
    —discuss
  18. Reddit mod ordered to pay Nintendo $4.5M in Switch piracy lawsuit (theverge.com)
    —discuss
  19. Ask HN: Got any interesting tech incident to share?
    —discuss
  20. Show HN: p2p.kiwi – Cross-Platform (macOS <-> Windows <-> Linux) P2P Screenshare (p2p.kiwi)
    —discuss
  21. Security headers on 4,688 small-business websites: 49.7% met none of 7 criteria (rackcrunch.com)
    —discuss
  22. Devenv 2.4: Machines (devenv.sh)
    —discuss
  23. California Is Chasing Wealth That Has Feet (landeconomics.org)
    1comments
  24. ESP32: The Arduino Rivals That Changed the Game (petkovsky.sk)
    —discuss
  25. Zeal – Offline Documentation Browser (zealdocs.org)
    —discuss
  26. Oracle triggers 'force majeure' on data center project over power delays (reuters.com)
    —discuss
  27. Issue Graph (github.com/vercel-labs)
    —discuss
  28. DDoS Attack Breaks Beloved Video Game Wiki After AI Bro Was Banned (kotaku.com)
    —discuss
  29. Opus 5.5 is good at explainer videos (launchvideo.io)
    4comments
  30. Bosphore 1819: Reviving a 200-Year-Old Map of Istanbul with Opus 5.5 (twitter.com/cahidarda)
    1comments

Show HN: Radix – Visual UI for agentic programming

15 pointsby 2h 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!

2h 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 maintained by them?

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.

1h agoHN ↗

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

1h 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!

1h 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.

1h 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

1h 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.

59m 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.

1h agoHN ↗

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

1h agoHN ↗

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