<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: alertchecker</title><link>https://news.ycombinator.com/user?id=alertchecker</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 18 Aug 2026 14:38:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=alertchecker" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by alertchecker in "Show HN: AlertChecker – get emailed when a plain-English statement comes true"]]></title><description><![CDATA[
<p>The MCP part: If you're using Claude, ChatGPT, Perplexity etc. and install the connector you can then say "alert me when [...]" directly in a chat and an alert will be created for you - no separate visit to the site needed. Setup instructions here: <a href="https://github.com/steve-chambers/alertchecker-mcp" rel="nofollow">https://github.com/steve-chambers/alertchecker-mcp</a></p>
]]></description><pubDate>Sun, 16 Aug 2026 08:03:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=49317916</link><dc:creator>alertchecker</dc:creator><comments>https://news.ycombinator.com/item?id=49317916</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49317916</guid></item><item><title><![CDATA[Show HN: AlertChecker – get emailed when a plain-English statement comes true]]></title><description><![CDATA[
<p>I built AlertChecker to help address a limitation with AI chatbots - they only respond when you've asked them something. You talk to them and they talk back. I wanted a way for them to tell you something of interest another time, when you're not even in a conversation.<p>For example, type a statement like "the iPhone 16 Pro is back in stock at apple.com" or "it's going to rain in London tomorrow," and AlertChecker uses AI models with live web search to monitor it periodically. You'll then be emailed when it becomes true. No scraping rules to configure, no specific site integrations to pick, just a sentence in plain English.<p>It's a Next.js web app with a small Node backend service doing the actual checking in a continuous loop. There's also an MCP server, so if you use Claude or ChatGPT you can create alerts by just asking in a normal conversation instead of opening the site.<p>The number of checks is currently limited overall while I keep an eye on costs, so it's shared across everyone using it right now rather than a fixed per-account quota. I'll be raising that as I get a better sense of real usage patterns.<p>Seems like this tool could have a very wide range of applications (given the statement can be literally anything under 4000 characters). Interested to hear about real-world uses beyond stock/price checking or weather alerts.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49317809">https://news.ycombinator.com/item?id=49317809</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 16 Aug 2026 07:48:00 +0000</pubDate><link>https://alertchecker.com</link><dc:creator>alertchecker</dc:creator><comments>https://news.ycombinator.com/item?id=49317809</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49317809</guid></item><item><title><![CDATA[New comment by alertchecker in "Is this the end of human code review?"]]></title><description><![CDATA[
<p>Think we're pretty close to the point where we'll no longer need to prompt AI to refactor or review the refactoring if it's done within tight constraints i.e. absolutely no change to functionality. But when functionality changes may be acceptable as part of it, it's less clear - in my experience AI isn't at a point yet where it can always be trusted to "understand" what the requirements are (including to what extent they can be allowed to evolve), what is or isn't acceptable in terms of user experience etc. That's where human review is still useful and in many cases, essential.</p>
]]></description><pubDate>Sun, 16 Aug 2026 07:46:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=49317798</link><dc:creator>alertchecker</dc:creator><comments>https://news.ycombinator.com/item?id=49317798</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49317798</guid></item><item><title><![CDATA[New comment by alertchecker in "Every fucking website: 2026 edition"]]></title><description><![CDATA[
<p>It can't be AI-generated - AI doesn't swear</p>
]]></description><pubDate>Sat, 15 Aug 2026 16:27:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49311904</link><dc:creator>alertchecker</dc:creator><comments>https://news.ycombinator.com/item?id=49311904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49311904</guid></item><item><title><![CDATA[New comment by alertchecker in "Why does Opus 5 feel worse to work with?"]]></title><description><![CDATA[
<p>Agreed, think the first user rule I ever put into Cursor was "Don't write code comments unless absolutely necessary to explain something that couldn't just be inferred"</p>
]]></description><pubDate>Sat, 15 Aug 2026 16:25:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=49311884</link><dc:creator>alertchecker</dc:creator><comments>https://news.ycombinator.com/item?id=49311884</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49311884</guid></item><item><title><![CDATA[New comment by alertchecker in "The AI Situation in Software Development"]]></title><description><![CDATA[
<p>My personal experience is the larger the task you ask it to do, the less attention it pays to the details - for a very large task it seems more prone to missing test coverage, writing duplicate code, not refactoring where it should etc. So I try to split into smaller tasks where possible (also makes it easier to review).</p>
]]></description><pubDate>Sat, 15 Aug 2026 16:20:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=49311843</link><dc:creator>alertchecker</dc:creator><comments>https://news.ycombinator.com/item?id=49311843</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49311843</guid></item><item><title><![CDATA[New comment by alertchecker in "Working with AI Feels More Like Leadership Than Coding"]]></title><description><![CDATA[
<p>I've been coding professionally for almost 30 years and it's only really in the last few months I've started to "trust" AI to do a better job than I can within given time constraints - but with a big caveat - as the article points out, the AI needs to be kept on track and questioned about its approach, told about inconsistencies etc. To aid with that it helps to have a lot of Cursor rules that guide the approach - built up over time, mostly based on seeing what AI didn't get right.<p>Well that's at work - but I've actually taken a different approach for my own personal project and generally now allow AI to do things in its own way - I put my effort into checking the functionality rather than the code itself. This does result in some fairly sprawling code and some bits that are practically now only really maintainable/"understandable" by AI. Functionality is still fine though, which is what really matters there when there's no other team members and understanding every part of the code isn't critical. Guess in future it may just self-refactor it without even being prompted.</p>
]]></description><pubDate>Sat, 15 Aug 2026 15:51:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=49311587</link><dc:creator>alertchecker</dc:creator><comments>https://news.ycombinator.com/item?id=49311587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49311587</guid></item></channel></rss>