I made a personal news agent that follows anything you care about
Hi HN! I just launched A01 on the App Store! A01 is a personal news agent that follows exactly what you tell it to, without the algorithmic noise. I built it because I often had to jump between different sites and platforms to stay updated. When topics get really niche, there’s no single platform to rely on, and I’d often get distracted by unrelated content along the way. How A01 works: - Ingests 2,000+ RSS feeds hourly (The Verge, NYT, Nature, IEEE, arXiv, etc.) - Creates embeddings using Voyage - Vector search matches your custom prompts against new content every hour - Delivers only what…
What it does
In the maker’s words, at launch
Hi HN! I just launched A01 on the App Store! A01 is a personal news agent that follows exactly what you tell it to, without the algorithmic noise. I built it because I often had to jump between different sites and platforms to stay updated. When topics get really niche, there’s no single platform to rely on, and I’d often get distracted by unrelated content along the way. How A01 works: - Ingests 2,000+ RSS feeds hourly (The Verge, NYT, Nature, IEEE, arXiv, etc.) - Creates embeddings using Voyage - Vector search matches your custom prompts against new content every hour - Delivers only what matches your interests From TestFlight to App Store: We started with 300 TestFlight users who helped us refine the matching algorithms. Based on their feedback, we improved the semantic matching, covered more sources, and are now ready for broader release on the App Store. Current status: The product isn't perfect yet, but the core concept works well enough that I wanted to share it with the HN community for feedback. The semantic matching beats manually checking 10+ sources daily, though there are still edge cases we're working on. Download on App Store: https://apps.apple.com/us/app/a01-your-personal-news-agent/i... For Android users, sign up here: http://www.a01ai.com/ Really excited to hear what you think! Especially curious about what topics you'd want to follow that current news apps handle poorly, and any edge cases where semantic matching might fail.
Does the same job
all alternatives →
- ANA news app where you define your algorithm2025 · ▲8
A01 is a news reader where you define your own algorithm in plain English. For example, you can prompt it with: • "I want to follow recent AI startups and their first funding rounds.” • "I want updates on regulation changes and enforcement actions around stablecoins.” Every few hours, the backend fetches new articles, embeds them, and scores each one against your prompt. Only the most relevant pieces show up. No engagement metrics, trending bait, or “you might also like” filler. I built this because I every time I opened up Twitter or LinkedIn to stay informed on something, but always ended…
- IBI built a tech news aggregator that works the way my brain doesOct 2025 · deadstack.net · ▲188
An honest to god, non-algorithmic reverse chrono list of tech news that passes my signal-to-noise tests, updated hourly. A lightweight a page design as I've been able to keep; simple, clean, fast. No commercial features or aspirations - this is a passion project, something I've been fooling around with on and off for decades. There's a "Top" view too with an LLM edited front page & summary, and categorized views for a large number of topics - see the Directory. A few more buried features to explore, but the fundamental use case is pop in, scan, exit - fast and concise. Your feedback would be…

- TATelescope, a news reader app2017 · ▲90
I got fed up with the news reader apps out there so I decided to make my own. Its a simple concept where it tracks all your favorite news sources for new posts and the social shares it received. Then it ranks it HN/Reddit style using social shares as upvotes. It's not meant to be alternative to HN, just a focused way to track your favorite sources. Please try it out and let me know what do you think, http://telescope.surf/ Note: you can do 'Add to Homescreen' on mobile to make it as an app. Please leave a feedback or any feature wishlist you may have. Thanks!
- HNHacker News Client for iOS built with React Native2017 · ▲30
I made a Hacker News reader for iOS with React Native and Redux. It was mostly for me to learn more about React Native, but I'm really happy with the result. Let me know what you think! I'm hoping to add a lot more features, the first being a settings page with some color settings and dark mode. App: https://appsto.re/us/czg7hb.i Code: https://github.com/seanyesmunt/hackernews
More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 18d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 27d ago · cactuscompute.com


Launched alongside, August 2025
the whole month →
- IS
I built the world's most impractical 1000-pixel display and anyone in the world can draw on it. It draws a single pixel at a time and takes 30-60 minutes to complete a single image. Anyone can participate in the project by voting for the next image to be drawn, and submitting images. https://kilopx.com/
Work · 2025 · benholmen.com

- KT
Kitten TTS is an open-source series of tiny and expressive text-to-speech models for on-device applications. We are excited to launch a preview of our smallest model, which is less than 25 MB. This model has 15M parameters. This release supports English text-to-speech applications in eight voices: four male and four female. The model is quantized to int8 + fp16, and it uses onnx for runtime. The model is designed to run literally anywhere eg. raspberry pi, low-end smartphones, wearables, browsers etc. No GPU required! We're releasing this to give early users a sense of the latency and voices…
Dev tools · 2025 · github.com
- IW
I was wondering how I can arrange objects along a spherical helix path, and read some articles on it. I ended up learning about parametric equations again, and make this visualization to document what I learned: https://visualrambling.space/moving-objects-in-3d/ feel free to visit and let me know what you think!
Life & fun · 2025 · visualrambling.space
- TC
For HTML Day 2025 [1], I made a web service that displays the current sky at your approximate location as a CSS gradient. Colours are simulated on-demand using atmospheric absorption and scattering coefficients. Updates every minute, without the use of client-side JavaScript. Source code and additional information is available on GitHub: https://github.com/dnlzro/horizon [1] https://html.energy/html-day/2025/index.html
Dev tools · 2025 · sky.dlazaro.ca