Friday, November 14, 2025

Show HN: LLM fine-tuning without infra or ML expertise (early access) https://ift.tt/46f0cCq

Show HN: LLM fine-tuning without infra or ML expertise (early access) https://www.tinytune.xyz/ November 14, 2025 at 12:33AM

Thursday, November 13, 2025

We Want to Hear Your Transportation Priorities: New Survey and Budget Planning Update

We Want to Hear Your Transportation Priorities: New Survey and Budget Planning Update
By Caroline Cabral

Our budget planning process is underway, and Muni is approaching the largest budget crisis transit has ever faced. We’re not alone – transit systems across the country are grappling with impending fiscal cliffs. As we work to make our services and spending more efficient, and identify funding to bridge Muni’s budget gap, we want to hear from local communities about their transportation priorities. This will help us understand which services are most essential to maintain. Some of the transportation needs the SFMTA supports include: Fast, frequent and reliable Muni service Repairs and...



Published November 12, 2025 at 05:30AM
https://ift.tt/YH8QO0k

Show HN: JavaScript Engines Zoo https://ift.tt/v4DnVBu

Show HN: JavaScript Engines Zoo https://ift.tt/RYd4Vr2 November 12, 2025 at 09:32PM

Show HN: Cancer diagnosis makes for an interesting RL environment for LLMs https://ift.tt/legimbw

Show HN: Cancer diagnosis makes for an interesting RL environment for LLMs Hey HN, this is David from Aluna (YC S24). We work with diagnostic labs to build datasets and evals for oncology tasks. I wanted to share a simple RL environment I built that gave frontier LLMs a set of tools that lets it zoom and pan across a digitized pathology slide to find the relevant regions to make a diagnosis. Here are some videos of the LLM performing diagnosis on a few slides: ( https://www.youtube.com/watch?v=k7ixTWswT5c ): traces of an LLM choosing different regions to view before making a diagnosis on a case of small-cell carcinoma of the lung ( https://youtube.com/watch?v=0cMbqLnKkGU ): traces of an LLM choosing different regions to view before making a diagnosis on a case of benign fibroadenoma of the breast Why I built this: Pathology slides are the backbone of modern cancer diagnosis. Tissue from a biopsy is sliced, stained, and mounted on glass for a pathologist to examine abnormalities. Today, many of these slides are digitized into whole-slide images (WSIs)in TIF or SVS format and are several gigabytes in size. While there exists several pathology-focused AI models, I was curious to test whether frontier LLMs can perform well on pathology-based tasks. The main challenge is that WSIs are too large to fit into an LLM’s context window. The standard workaround, splitting them into thousands of smaller tiles, is inefficient for large frontier LLMs. Inspired by how pathologists zoom and pan under a microscope, I built a set of tools that let LLMs control magnification and coordinates, viewing small regions at a time and deciding where to look next. This ended up resulting in some interesting behaviors, and actually seemed to yield pretty good results with prompt engineering: - GPT 5: explored up to ~30 regions before deciding (concurred with an expert pathologist on 4 out of 6 cancer subtyping tasks and 3 out of 5 IHC scoring tasks) - Claude 4.5: Typically used 10–15 views but similar accuracy as GPT-5 (concurred with the pathologist on 3 out of 6 cancer subtyping tasks and 4 out of 5 IHC scoring tasks) - Smaller models (GPT 4o, Claude 3.5 Haiku): examined ~8 frames and were less accurate overall (1 out of 6 cancer subtytping tasks and 1 out of 5 IHC scoring tasks) Obviously, this was a small sample set, so we are working on creating a larger benchmark suite with more cases and types of tasks, but I thought this was cool that it even worked so I wanted to share with HN! November 12, 2025 at 10:31PM

Wednesday, November 12, 2025

Show HN: Vexor – A semantic grep that finds files by meaning, not by text https://ift.tt/wZu8Dag

Show HN: Vexor – A semantic grep that finds files by meaning, not by text Vexor is a small CLI that lets you search files by meaning – like grep, but semantic. https://ift.tt/sUXDJ3q November 11, 2025 at 11:03PM

Tuesday, November 11, 2025

Show HN: Tracking AI Code with Git AI https://ift.tt/4wE9m2c

Show HN: Tracking AI Code with Git AI Git AI is a side project I created to track AI-generated code in our repos from development, through PRs, and into production. It does not just count lines, it keeps track of them as your code evolves, gets refactored and the git history gets rewritten. Think 'git blame' but for AI code. There's a lot about how it works in the post, but wanted to share how it's been impacting me + my team: - I find I review AI code very differently than human code. Being able to see the prompts my colleagues used, what the AI wrote, and where they stepped in to override has been extraordinarily helpful. This is still very manual today, but hope to build more UI around it soon. - “Why is this here?” — more than once I’ve giving my coding agent access to the past prompts that generated code I’m looking at, which lets the Agent know what my colleague was thinking when they made the change. Engineers talk to AI all day now…their prompts are sort of like a log of thoughts :) - I pay a lot of attention to the lines generated for every 1 accepted ratio. If it gets up over 4 or 5 it means I’m well outside the AI’s distribution or prompting poorly — either way, it’s a good cause for reflection and I’ve learned a lot about collaborating with LLMs. This has been really fun to build, especially because some amazing contributors who were working on similar projects came together and directed their efforts towards Git AI shine. We hope you like it. https://ift.tt/knIqNts November 10, 2025 at 10:56PM

Show HN: Tiny Diffusion – A character-level text diffusion model from scratch https://ift.tt/jPCtJUI

Show HN: Tiny Diffusion – A character-level text diffusion model from scratch https://ift.tt/mjGTCQa November 10, 2025 at 08:43PM

Show HN: Free OSS transcription app I made and found it's faster than wispr flow https://ift.tt/jXQh9Tk

Show HN: Free OSS transcription app I made and found it's faster than wispr flow title doesn't let nuance, ofc it's not the app ...