<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: ahaucnx</title><link>https://news.ycombinator.com/user?id=ahaucnx</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 02:05:55 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ahaucnx" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ahaucnx in "$3T flows through U.S. nonprofits every year"]]></title><description><![CDATA[
<p>Is it only me or are you guys also being disappointed when a very interesting article is heavily AI written?<p>I feel like not wanting to read it in depth, even though the topic is unique and something I like to learn more.<p>It’s a shame because there was probably quite some work that went into it: coming up with the topic, doing the research, polish it up etc.<p>I have also been using AI a lot for article writing but the last two posts I wrote I went back into handwriting. They are much less “perfect”, but they are me and 100% what I want to say and convey.<p>Even the imperfections matter.<p>Maybe like a piece of handmade furniture vs something from IKEA.</p>
]]></description><pubDate>Sat, 07 Mar 2026 23:39:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47292577</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=47292577</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47292577</guid></item><item><title><![CDATA[New comment by ahaucnx in "How Home Assistant became the most important project in your house"]]></title><description><![CDATA[
<p>It’s actually a nice article if it wouldn’t be so obviously AI written.<p>In my opinion this really devalues the reputation I am having for a publication and is a pity especially in this particular case as home assistant is such a great community.</p>
]]></description><pubDate>Tue, 02 Dec 2025 20:32:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46126440</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=46126440</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46126440</guid></item><item><title><![CDATA[New comment by ahaucnx in "Show HN: I'm a CEO Coding with AI – Here's the Air Quality iOS App I Built"]]></title><description><![CDATA[
<p>I guess for a lot of the Show HN posts, people could accuse of being Ads.<p>This was an honest account of my experience coding this. If you do a bit of research on our company, you might come to a different judgement. But obviously everybody is free to have their own opinions.</p>
]]></description><pubDate>Sun, 16 Nov 2025 01:16:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=45941923</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=45941923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45941923</guid></item><item><title><![CDATA[New comment by ahaucnx in "Show HN: I'm a CEO Coding with AI – Here's the Air Quality iOS App I Built"]]></title><description><![CDATA[
<p>Mostly codex, and initially claude. I'm planning a follow up post on more details of our process.</p>
]]></description><pubDate>Sun, 16 Nov 2025 01:12:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=45941905</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=45941905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45941905</guid></item><item><title><![CDATA[New comment by ahaucnx in "Show HN: I'm a CEO Coding with AI – Here's the Air Quality iOS App I Built"]]></title><description><![CDATA[
<p>Different strategies.<p>- sometimes when it’s lost, just roll back. Commit very often. Sometimes it’s getting lost on simple and easy features - very unexpectedly.<p>- prompt regularly to review the architecture and clean up the code, check for specific things like code repetitions, error handling etc.<p>- keep an eye on the code yourself. At least on the general architectural side, and review complex code areas by hand<p>- ask always for larger features to make a plan first. Review the plan carefully. Only when the plan is ok, ask it to start coding.</p>
]]></description><pubDate>Fri, 14 Nov 2025 00:46:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45922584</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=45922584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45922584</guid></item><item><title><![CDATA[Show HN: I'm a CEO Coding with AI – Here's the Air Quality iOS App I Built]]></title><description><![CDATA[
<p>I’m the CEO of AirGradient, where we build open-source air-quality monitors. Two months ago I decided to build our first native iOS app myself. I’ve been coding on the side for ~15 years, but had never touched Swift or SwiftUI. Still, I went from empty repo to App Store approval in exactly 60 days, working on it only on the side.<p>The app itself is a global PM2.5 map with detail views, charts, and integration with our open-source sensors -straightforward, but fully native with Swift and now live on both iOS and Android (native Kotlin version).<p>The interesting part for me was actually not so much the result, but on the process that I settled on. Agentic coding let me work in parallel with the AI: while it generated code, I could switch to CEO work - replying to emails, commenting on tickets, working on proposals, and thinking through strategic planning. The context switching wasn’t always easy, but having the coding agent on one virtual desktop and company work on another made the rhythm surprisingly smooth. It felt less like traditional "coding time" and more like supervising a very fast (junior) developer who never pauses. At times I felt super human when the AI got a complex feature implemented correctly in the first shot (and obviously there were a few times when it was extremely frustrating).<p>What helped tremendously was that I asked the AI to draft a full spec based on our existing web app, fed it screenshots and Figma mocks. Sometimes these specs were a few pages long for a simple feature including API, data models, localisations, UI mockups, and error handling. It produced consistent SwiftUI code far faster than any normal design-to-dev cycle. I still had to debug, make architectural decisions, and understand the tricky parts, but the heavy lifting moved to the tools.<p>This experience changed my view on a long-standing question: Should CEOs code? The historical answer was usually "not really." But with agentic coding, I believe the calculus shifts. Understanding what AI can and can’t do, how engineering workflows will change, and how non-engineers can now contribute directly is becoming strategically important. You only get that understanding by building something end-to-end, and I believe it's important that CEOs experience this themselves (the positives & the frustrations).<p>The bigger shift for me was realizing how this changes the entire software workflow. Designers can hand over mocks that agents turn directly into working components. PMs can produce detailed specs that generate real code instead of just guiding it. Even non-engineering teams can create small internal tools without blocking developers. Engineers don’t disappear—they move upward into architecture, debugging, constraints, and system-level reasoning. But for leadership to make good decisions about this future, it’s not enough to read about it. You have to feel the edges yourself: where the agents excel, where they fall apart, and what parts still demand deep human judgment.<p>So yes, I now think CEOs should code. Not permanently - only a few hours a week. Not to ship production code forever, but to understand the new reality their teams will be working in, and how to support them in this new work environment.<p>I’m sharing this partly to hear how others on HN approach the question of whether CEOs or technical leaders should still code. Has getting hands-on with AI tools changed your perspective on leadership, team structure, or strategy?<p>Happy to answer questions and compare notes.<p>Here are the apps:
Apple App Store: <a href="https://apps.apple.com/us/app/airgradient-map/id6752292182">https://apps.apple.com/us/app/airgradient-map/id6752292182</a>
Android Play Store: <a href="https://play.google.com/store/apps/details?id=com.agmap.android.app&hl=en">https://play.google.com/store/apps/details?id=com.agmap.andr...</a><p>(Keep in mind this is version 1, so lots of improvements will come in the coming weeks and months)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45922456">https://news.ycombinator.com/item?id=45922456</a></p>
<p>Points: 14</p>
<p># Comments: 7</p>
]]></description><pubDate>Fri, 14 Nov 2025 00:23:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=45922456</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=45922456</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45922456</guid></item><item><title><![CDATA[New comment by ahaucnx in "The Initial Ideal Customer Profile Worksheet"]]></title><description><![CDATA[
<p>I actually think this could be the completely wrong approach.<p>By focusing on only one persona, you might focus on one that for reasons NOT covered in this questionnaire does not work out.<p>Practical example from us at AirGradient. Initially, we had a strong focus on selling air quality monitoring to schools.<p>Our strategy would have ticked all boxes in this article but selling to schools turned out to be extremely difficult. In our case, the problem was that decision makers are often not the people benefiting from the solution. Another reason for that persona being very difficult was that air quality is not a core competency of a school.<p>So I actually think that you should have a relatively broad approach because often the customer that you will be successful with you actually might not know when you start.</p>
]]></description><pubDate>Sat, 08 Nov 2025 17:54:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45858530</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=45858530</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45858530</guid></item><item><title><![CDATA[New comment by ahaucnx in "Studies increasingly find links between air pollutants and dementia"]]></title><description><![CDATA[
<p>100% agree. It is super important to know the composition of the particles.<p>Unfortunately currently only super expensive instruments can measure this in real-time.<p>This is why I believe contextual information will become much more important in future.<p>Detect an indoor short PM2.5 spike around lunch time, probably a cooking event.<p>Detect medium elevated levels outdoor in a city in the morning and late afternoons, probably traffic related smoke.<p>I actually made a small tool to simulate different events that contain a quiz. Give it a try here [1].<p>[1] <a href="https://www.airgradient.com/air-quality-monitoring-toolkit/planning/defining-the-project/#interactive-aq-simulator" rel="nofollow">https://www.airgradient.com/air-quality-monitoring-toolkit/p...</a></p>
]]></description><pubDate>Sat, 01 Nov 2025 21:10:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=45785393</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=45785393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45785393</guid></item><item><title><![CDATA[New comment by ahaucnx in "[dead]"]]></title><description><![CDATA[
<p>Achim from AirGradient here. Great to see this posted.<p>When we first heard about this new sensor, we were quite pessimistic about its performance but have been pleasantly surprised by its performance. It is something we consider now for potential future products.<p>We are also currently testing the energy consumption because we believe the fanless design should make it quite efficient; but not sure how much the laser needs. So we will keep the article updated as learn more.</p>
]]></description><pubDate>Mon, 29 Sep 2025 10:12:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45412026</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=45412026</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45412026</guid></item><item><title><![CDATA[Most air cleaning devices have not been tested on people]]></title><description><![CDATA[
<p>Article URL: <a href="https://theconversation.com/most-air-cleaning-devices-have-not-been-tested-on-people-and-little-is-known-about-their-potential-harms-new-study-finds-262913">https://theconversation.com/most-air-cleaning-devices-have-not-been-tested-on-people-and-little-is-known-about-their-potential-harms-new-study-finds-262913</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44965955">https://news.ycombinator.com/item?id=44965955</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 20 Aug 2025 20:17:12 +0000</pubDate><link>https://theconversation.com/most-air-cleaning-devices-have-not-been-tested-on-people-and-little-is-known-about-their-potential-harms-new-study-finds-262913</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=44965955</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44965955</guid></item><item><title><![CDATA[New comment by ahaucnx in "Long-term exposure to outdoor air pollution linked to increased risk of dementia"]]></title><description><![CDATA[
<p>You can use an air purifier. The Hepa filters are effective in eliminating PM. Gases like NO2 and VOCs can be reduced with carbon filters. Make sure that your carbon filter is large and different get saturated too quickly.</p>
]]></description><pubDate>Sat, 09 Aug 2025 19:44:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=44849496</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=44849496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44849496</guid></item><item><title><![CDATA[New comment by ahaucnx in "Long-term exposure to outdoor air pollution linked to increased risk of dementia"]]></title><description><![CDATA[
<p>Yes of course! Thanks for pointing it out. I corrected the above.</p>
]]></description><pubDate>Sat, 09 Aug 2025 19:39:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=44849457</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=44849457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44849457</guid></item><item><title><![CDATA[New comment by ahaucnx in "Long-term exposure to outdoor air pollution linked to increased risk of dementia"]]></title><description><![CDATA[
<p>What’s important to understand is that PM2.5 is not PM2.5.<p>It only defines the diameter of the particles but can be composed of very different elements. From salt that dissolves in the lungs to toxic metals.<p>Currently it is extremely difficult to get a comprehensive understanding of the health impacts of these particles.<p>Much more research needs to be done to understand which particle compositions and thus what sources of air pollution (eg traffic, wildfires, factories, landfills, ports etc) have what kind of health effects.<p>If you are interested to see an image how different PM2.5 particle look like, have a look at the photo in this blog post that one of our in-house scientists wrote [1].<p>[1] <a href="https://www.airgradient.com/blog/pm25-is-not-pm25/" rel="nofollow">https://www.airgradient.com/blog/pm25-is-not-pm25/</a><p>(Edited and replaced weight with diameter)</p>
]]></description><pubDate>Sat, 09 Aug 2025 19:17:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=44849274</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=44849274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44849274</guid></item><item><title><![CDATA[New comment by ahaucnx in "Wired Called Our AirGradient Monitor 'Not Recommended' over a Broken Display"]]></title><description><![CDATA[
<p>Achim from AirGradient here. Some thoughts on this.<p>Purely focusing on the display, I can see a certain logic to say: Display not working => Not recommended. And probably I chose the wrong title for this as it made the article too much focused on this aspect.<p>However, the main critique for me is actually the general subjective nature of the article and the lack of a systematic testing approach for the monitors. In my opinion this review should not to be called "The Best Indoor Monitors" if Wired has an intention to provide objective and a balanced assessment of indoor monitors.<p>Of course I am unhappy that our monitor got labelled as "Not Recommended", but the bigger picture to what extent these "Best ..." reviews do provide a fair and comprehensive assessment is in my opinion the much more important discussion that we should have.</p>
]]></description><pubDate>Fri, 08 Aug 2025 14:00:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=44837056</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=44837056</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44837056</guid></item><item><title><![CDATA[New comment by ahaucnx in "Wired Called Our AirGradient Monitor 'Not Recommended' over a Broken Display"]]></title><description><![CDATA[
<p>Yes, I did not mention our outdoor monitor being featured because I don't see this as a success when I critique the whole methodology of the review.<p>As I mentioned above, we are working on a refresh of the indoor monitor. The display is also under discussion but so far with 10s of thousands of the indoor monitor sold, I am only aware of a single digit number of cases of a failed display.</p>
]]></description><pubDate>Wed, 06 Aug 2025 15:45:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=44813559</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=44813559</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44813559</guid></item><item><title><![CDATA[New comment by ahaucnx in "Wired Called Our AirGradient Monitor 'Not Recommended' over a Broken Display"]]></title><description><![CDATA[
<p>A few thoughts from me on the discussion so far, which I find incredibly insightful. Many thanks to everyone sharing their perspectives. I truly appreciate it.<p>On subjective reviews:
I think there's absolutely nothing wrong with reviews based primarily on an author's subjective opinion. However, such reviews should be appropriately labeled. For example, "My Favorite Air Quality Monitors" rather than "The Best Indoor Air Quality Monitors". The title sets reader expectations for objective evaluation with consistent methodology.<p>On the defective display:
Important clarification: we did not ship a broken device. The display issue developed during the review period—this wasn't a QC failure on our part. Hardware can fail during use (as it can with any electronic device), which is exactly why we immediately offered replacement parts, a new unit, and detailed repair instructions when we learned about it.<p>On the tiny display and lessons learned:
We're well aware that opinions on our display vary significantly, as evidenced by this discussion. Some users love it, others find it too small. We actually have differing opinions within the AirGradient team as well.
We're planning a refresh of our indoor monitor next year and are currently testing around 10 different display types—including e-ink, colour OLED, touchscreens, and others. So far, we haven't found the ideal replacement, but we're planning to involve our community later this year to gather feedback on the various options.</p>
]]></description><pubDate>Wed, 06 Aug 2025 15:00:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=44812944</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=44812944</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44812944</guid></item><item><title><![CDATA[New comment by ahaucnx in "Wired Called Our AirGradient Monitor 'Not Recommended' over a Broken Display"]]></title><description><![CDATA[
<p>No, this is actually the purple air indoor monitor which has no display.</p>
]]></description><pubDate>Wed, 06 Aug 2025 13:25:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=44811676</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=44811676</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44811676</guid></item><item><title><![CDATA[New comment by ahaucnx in "Wired Called Our AirGradient Monitor 'Not Recommended' over a Broken Display"]]></title><description><![CDATA[
<p>Agree.<p>I actually tried to reach out to Louis Rossmann a few times but haven’t got a response (yet).<p>I think what’s most interesting is that we figured out a business model based on open source hardware that’s sustainable. Thus a win-win for the manufacturer and the customer.<p>Repairability was actually a feature we design into the product from the start.</p>
]]></description><pubDate>Wed, 06 Aug 2025 12:17:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=44810974</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=44810974</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44810974</guid></item><item><title><![CDATA[New comment by ahaucnx in "Wired Called Our AirGradient Monitor 'Not Recommended' over a Broken Display"]]></title><description><![CDATA[
<p>Achim from AirGradient here. Good to see that my post has been submitted here. Happy to answer any questions you might have.<p>I spend quite a long time writing this post and it actually helped me to see the bigger picture. How much can we actually trust tech reviews?<p>I am already getting very interesting results from the survey I posted and already planning to write a follow up post.</p>
]]></description><pubDate>Wed, 06 Aug 2025 12:01:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=44810837</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=44810837</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44810837</guid></item><item><title><![CDATA[New comment by ahaucnx in "Ask HN: Have you ever regretted open-sourcing something?"]]></title><description><![CDATA[
<p>I hit sent too fast on this one and added the missing part.</p>
]]></description><pubDate>Wed, 06 Aug 2025 02:21:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=44806931</link><dc:creator>ahaucnx</dc:creator><comments>https://news.ycombinator.com/item?id=44806931</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44806931</guid></item></channel></rss>