Postingan

Show HN: CSS Studio. Design by hand, code by agent https://ift.tt/rRhzI8C

Show HN: CSS Studio. Design by hand, code by agent Hi HN! I've just released CSS Studio, a design tool that lives on your site, runs on your browser, sends updates to your existing AI agent, which edits any codebase. You can actually play around with the latest version directly on the site. Technically, the way this works is you view your site in dev mode and start editing it. In your agent, you can run /studio which then polls (or uses Claude Channels) an MCP server. Changes are streamed as JSON via the MCP, along with some viewport and URL information, and the skill has some instructions on how best to implement them. It contains a lot of the tools you'd expect from a visual editing tool, like text editing, styles and an animation timeline editor. https://cssstudio.ai April 9, 2026 at 06:23PM

Show HN: OpenMix, open-source computational framework for formulation science https://ift.tt/weV4KSG

Show HN: OpenMix, open-source computational framework for formulation science I built OpenMix because computational chemistry has great tools for individual molecules (RDKit, DeepChem) but nothing for mixtures. pip install openmix. Apache 2.0. Technical blog: https://ift.tt/RWB9Alg... https://ift.tt/RYbW5XC April 9, 2026 at 12:12AM

Show HN: I built a navigation app that displays weather along the route https://ift.tt/L1uJegK

Show HN: I built a navigation app that displays weather along the route Hello HN, I live in northern part of USA where winters are snowy. Whenever I took long trips, I always wondered what the weather along the route is going to be. For those who live in northern USA, you know weather can change frequently, so when you're traveling matters a lot, not just the route. To solve this problem for myself, I built https://navimodo.com/ . NaviModo calculates the route, and then checks weather along the route based on your start time, and displays weather along the route. Change start time, and the whole thing is recalculated. I am not expecting any commercialization for this, just wanted to scratch an itch, and just did it. I have ideas for adding additional features (suggestions for when to take breaks based on bad weather, auto-suggestion of start time to avoid bad weather, etc.,) but will add more as time goes by. Any feedback is welcome! https://navimodo.com/ April 6, 2026 at 08:58PM

Show HN: A reasoning hierarchical robotics pipeline you can run in the browser https://ift.tt/hHdC941

Show HN: A reasoning hierarchical robotics pipeline you can run in the browser This demo combines the flexible task programming and reasoning of Gemini ER (what is the scene, and what should I do?) and classical camera calibration, kinematics, motion controllers. Each layer is independently swappable, and the AI model doesn't need to know anything about the robot's embodiment. This recreates the modularity of a Sense-Plan-Act architecture while retaining the semantic reasoning of a foundation AI model. A writeup explaining the tradeoffs is linked from the page https://ift.tt/3sQPgRD . https://avikde.github.io/vla-pipeline/ April 8, 2026 at 12:35AM

Show HN: Finalrun – Spec-driven testing using English and vision for mobile apps https://ift.tt/aFmJ1jE

Show HN: Finalrun – Spec-driven testing using English and vision for mobile apps I wanted to test mobile apps in plain English instead of relying on brittle selectors like XPath or accessibility IDs. With a vision-based agent, that part actually works well. It can look at the screen, understand intent, and perform actions across Android and iOS. The bigger problem showed up around how tests are defined and maintained. When test flows are kept outside the codebase (written manually or generated from PRDs), they quickly go out of sync with the app. Keeping them updated becomes a lot of effort, and they lose reliability over time. I then tried generating tests directly from the codebase (via MCP). That improved sync, but introduced high token usage and slower generation. The shift for me was realizing test generation shouldn’t be a one-off step. Tests need to live alongside the codebase so they stay in sync and have more context. I kept the execution vision-based (no brittle selectors), b...

Show HN: MCP 2000 – Browser-based drum machine with AI-generated sounds https://ift.tt/N7DIqMo

Show HN: MCP 2000 – Browser-based drum machine with AI-generated sounds https://ift.tt/VstO0o9 April 6, 2026 at 10:35PM