<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: sangkwun</title><link>https://news.ycombinator.com/user?id=sangkwun</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 25 Apr 2026 09:09:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=sangkwun" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by sangkwun in "Ask HN: What are you working on? (February 2026)"]]></title><description><![CDATA[
<p>Working on Daigest (<a href="https://daige.st" rel="nofollow">https://daige.st</a>) — it monitors your industry using AI.<p>You pick keywords and sources (news sites, blogs, YouTube, communities), and it sends you a summary on a schedule you set. Basically Google Alerts but it actually reads the content and gives you a digest instead of a list of links.<p>Built it because I was spending 30+ min/day manually checking the same sites for industry news. Now it's a 3-minute read every morning.<p>It's free to start if anyone here does this kind of monitoring.</p>
]]></description><pubDate>Sat, 14 Feb 2026 12:38:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47014113</link><dc:creator>sangkwun</dc:creator><comments>https://news.ycombinator.com/item?id=47014113</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47014113</guid></item><item><title><![CDATA[New comment by sangkwun in "Ask HN: Has your upper management been one-shotted by AI hype?"]]></title><description><![CDATA[
<p>The problem is management confusing "AI can process text" with "AI can replace judgment." AI is great when the task is bounded, like summarizing docs or triaging info. Understanding why a legacy system was built a certain way requires context that lives in people's heads, not in the codebase.</p>
]]></description><pubDate>Sat, 07 Feb 2026 07:19:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46921967</link><dc:creator>sangkwun</dc:creator><comments>https://news.ycombinator.com/item?id=46921967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46921967</guid></item><item><title><![CDATA[New comment by sangkwun in "Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?"]]></title><description><![CDATA[
<p>My setup: RSS (Reddit, HN, AI tech blogs) + a few investment YouTube channels → daily morning digest.<p>The key for trust was picking my own sources. No algorithm deciding what's "relevant" - just feeds I've vetted. When something's missing, it's obvious which source dropped the ball.<p>I ended up building a tool for this (daige.st). You connect sources, tell it what matters, and it sends filtered summaries. Has a memory feature that gets better at filtering over time.<p>Cadence is still WIP. Daily for fast news, maybe weekly for deeper topics. Curious what works for others.</p>
]]></description><pubDate>Wed, 04 Feb 2026 08:56:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46883315</link><dc:creator>sangkwun</dc:creator><comments>https://news.ycombinator.com/item?id=46883315</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46883315</guid></item><item><title><![CDATA[New comment by sangkwun in "How do you prevent AI collaboration burnout?"]]></title><description><![CDATA[
<p>our tracking system might become another thing to optimize. Simpler approach: timer that closes the tab. Hard stops > willpower.</p>
]]></description><pubDate>Tue, 03 Feb 2026 16:35:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46873223</link><dc:creator>sangkwun</dc:creator><comments>https://news.ycombinator.com/item?id=46873223</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46873223</guid></item><item><title><![CDATA[Show HN: Sandy – Accelerate AI agents: think once, replay forever]]></title><description><![CDATA[
<p>I gave my AI agent a Sandevistan.<p>What's the point of browser automation that's slower than a human?<p>Watching it pause for seconds before every click drove me crazy.<p>We build muscle memory for repetitive tasks—why can't AI?<p>Traditional Agent<p>Observe → LLM reasoning (slow) → Action → Observe → LLM... repeat
Stops to think before every click.<p>Sandy<p>1. First run: LLM figures out the workflow → save as scenario<p>2. After: Replay the scenario (no LLM calls)
Once you've blazed the trail, just follow the path.<p>LLM only helps find the path once. After that, Sandy replays the saved scenario—<p>so you get both speed and cost savings.<p>Demo (searching and playing a video on YouTube):<p>- Left: Traditional agent<p>- Right: Sandy (real-time, not sped up)<p><a href="https://www.youtube.com/watch?v=nSKs8sy7o2c" rel="nofollow">https://www.youtube.com/watch?v=nSKs8sy7o2c</a><p>Useful for:<p>- E2E test automation<p>- Regression tests (deterministic execution)<p>- Multi-tool workflows (GitHub issue → Slack notification, etc.)<p>Works with any MCP server, so you can chain browser automation + API calls<p>in a single scenario.<p>GitHub: <a href="https://github.com/Sangkwun/sandy" rel="nofollow">https://github.com/Sangkwun/sandy</a><p>Honest limitations:<p>- UI changes break scenarios (need re-recording)<p>- Better for repetitive workflows than dynamic exploration<p>Questions and feedback welcome. PRs and stars too!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46872109">https://news.ycombinator.com/item?id=46872109</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 03 Feb 2026 15:23:47 +0000</pubDate><link>https://github.com/Sangkwun/sandy</link><dc:creator>sangkwun</dc:creator><comments>https://news.ycombinator.com/item?id=46872109</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46872109</guid></item><item><title><![CDATA[Show HN: Daigest – I built an AI to watch sources so I don't miss what matters]]></title><description><![CDATA[
<p>Hi HN! I built Daigest.<p>Why I built this:
I first built an internal tool to monitor my Notion workspace. 
I was worried about missing things happening at work.
Then I realized this problem is everywhere: Reddit threads I could've helped with (but found too late), competitor moves I noticed after everyone else.<p>Traditional content tools (RSS readers, Pocket, newsletters) still require you to manually sift through everything.
AI chatbots only answer when you ask.
I wanted something that watches proactively and tells me "here's what you need to act on."<p>How it works:
1. Connect your sources (YouTube, RSS, Reddit, X, websites)
2. Tell AI what to watch for ("flag competitor pricing changes", "alert me to security vulnerabilities in my stack")
3. AI monitors and maintains a self-updating document of what matters to you<p>Tech stack: Next.js, Supabase, gemini<p>Limitations:
- YouTube transcripts can be hit-or-miss for non-English content
- Scheduled updates only (no real-time push yet)<p>Try it at: <a href="https://daige.st" rel="nofollow">https://daige.st</a><p>What signals would you want AI to watch for? Happy to answer questions!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46842224">https://news.ycombinator.com/item?id=46842224</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 01 Feb 2026 00:07:49 +0000</pubDate><link>https://daige.st/en</link><dc:creator>sangkwun</dc:creator><comments>https://news.ycombinator.com/item?id=46842224</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46842224</guid></item><item><title><![CDATA[New comment by sangkwun in "Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?"]]></title><description><![CDATA[
<p>I quit hoarding. Collecting was the bottleneck, not organizing.<p>Just get filtered digests now. Needed less input, not better retrieval.</p>
]]></description><pubDate>Fri, 30 Jan 2026 19:11:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=46828561</link><dc:creator>sangkwun</dc:creator><comments>https://news.ycombinator.com/item?id=46828561</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46828561</guid></item><item><title><![CDATA[New comment by sangkwun in "Softflation"]]></title><description><![CDATA[
<p>Feeling this. Built an AI digest tool, found YC competitors, 
now spend more time on positioning than coding.<p>My bet: users don't want another tool. They want the outcome—
the digest, not the dashboard. Trying this with Daigest.<p>Softflation = everyone shouting in a crowded room.</p>
]]></description><pubDate>Fri, 30 Jan 2026 18:59:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46828416</link><dc:creator>sangkwun</dc:creator><comments>https://news.ycombinator.com/item?id=46828416</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46828416</guid></item><item><title><![CDATA[New comment by sangkwun in "Ask HN: AI tools for learning and spaced repetition"]]></title><description><![CDATA[
<p>The missing piece in most learning tools: they assume you manually feed them content.<p>But where does that content come from? You're already:
- Reading HN discussions
- Following newsletters  
- Monitoring subreddits
- Scanning Discord servers<p>What if the same AI that filters this information also:
1. Identifies concepts worth remembering
2. Generates SRS cards automatically
3. Tracks what you've mastered vs what needs review<p>You'd go from "information overload" → "filtered insights" → 
"retained knowledge" in one pipeline.<p>Passive consumption → Active retention, automatically.<p>This is the direction I'm exploring with Daigest (currently does steps 1-2, 
considering adding 3). Anyone else see value in this workflow?</p>
]]></description><pubDate>Fri, 30 Jan 2026 14:12:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46824593</link><dc:creator>sangkwun</dc:creator><comments>https://news.ycombinator.com/item?id=46824593</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46824593</guid></item><item><title><![CDATA[New comment by sangkwun in "Ask HN: What SaaS can survive with the rise of vibe coding?"]]></title><description><![CDATA[
<p>Ironically, I think vibe coding actually increases the value of curation and trust.
More AI-generated apps and content = more noise. The bottleneck shifts from "can I build this?" to "what's actually worth my attention?"
SaaS that survives will likely be the ones that:<p>Help users filter signal from noise
Build trust through human judgment or curated sources
Solve problems that require ongoing, reliable data — not just one-off generation<p>I'm building in this space myself (an AI-powered news digest tool), and the core bet is exactly this: people don't want more content, they want less but better.
The vibe-coded clones might replicate features, but they can't replicate trust or a curated network of sources.</p>
]]></description><pubDate>Thu, 29 Jan 2026 14:20:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46810534</link><dc:creator>sangkwun</dc:creator><comments>https://news.ycombinator.com/item?id=46810534</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46810534</guid></item><item><title><![CDATA[New comment by sangkwun in "Ask HN: If Everyone Can "Build" a SaaS, What Becomes Valuable?"]]></title><description><![CDATA[
<p>When building becomes easy, curation becomes the moat.<p>Anyone can spin up a SaaS now, but knowing <i>what information 
actually matters</i> to a specific audience is still hard to 
replicate. That's domain expertise, not technical skill.<p>I think the value is shifting from "can you build it" to 
"can you filter the noise." The bottleneck isn't access 
to information anymore - it's attention.</p>
]]></description><pubDate>Wed, 28 Jan 2026 12:27:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46794439</link><dc:creator>sangkwun</dc:creator><comments>https://news.ycombinator.com/item?id=46794439</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46794439</guid></item><item><title><![CDATA[New comment by sangkwun in "Ask HN: Vibe Researching" with AI – Anyone Using It for Real?"]]></title><description><![CDATA[
<p>For "vibe research" across multiple sources, I've been using an 
AI setup that monitors topics I care about and summarizes only 
what's relevant.<p>Helps reduce the information overload while still catching context 
quickly. Instead of browsing 10 newsletters and feeds manually, 
I get a digest of what actually matters to my current interests.<p>Not quite the same as deep literature review, but effective for 
staying on top of a field without drowning in it.</p>
]]></description><pubDate>Wed, 28 Jan 2026 12:24:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46794419</link><dc:creator>sangkwun</dc:creator><comments>https://news.ycombinator.com/item?id=46794419</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46794419</guid></item><item><title><![CDATA[New comment by sangkwun in "Clawdbot - open source personal AI assistant"]]></title><description><![CDATA[
<p>Interesting project. I've been exploring this space but eventually pivoted in a different direction.<p>Two main things worry me about the 'always-on' agent approach:<p>1. Security & Surface Area: Giving an LLM broad permissions (Email, Calendar, etc.) while it's also scraping arbitrary web content is a prompt injection nightmare. The attack surface is just too wide for production use.<p>2. Token Economics: Seeing reports of '$300 in 2 days' is a massive red flag. For recurring tasks, there has to be a smarter way than re-processing the entire state every time.<p>I built Daigest to approach this differently. Instead of an autonomous agent wandering around, it's 'document-centric.' You connect your trusted sources, set a heartbeat, and the AI only processes what's changed to update a structured document. It's less 'magical' than a full agent, but it's predictable, auditable, and won't bankrupt you.<p>For 'gather and summarize' workflows, a structured document often beats a chat-based agent.</p>
]]></description><pubDate>Tue, 27 Jan 2026 09:17:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46777470</link><dc:creator>sangkwun</dc:creator><comments>https://news.ycombinator.com/item?id=46777470</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46777470</guid></item><item><title><![CDATA[Ask HN: Async updates: Input friction vs. Output friction?]]></title><description><![CDATA[
<p>I'm building a tool for async standups, but I'm torn on where to focus the automation first. I see two distinct failure points:<p>1. Input Friction (The Maker's Tax)<p>Context Switching: Stopping coding to recall yesterday's work and writing a paragraph is a huge flow-killer for devs.<p>Result: Updates become vague ("fixed stuff") or treated as a mindless chore.<p>2. Output Friction (The Manager's Tax)<p>Signal-to-Noise: Managers have to parse scattered logs across Slack/Jira to reconstruct the actual project state.<p>Result: Updates are posted but ignored because consuming them takes too much cognitive effort.<p>In your experience, which bottleneck is the bigger problem?<p>Should I prioritize making it easier to write (auto-drafting from logs) or easier to read (auto-summarizing context)?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46191167">https://news.ycombinator.com/item?id=46191167</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 08 Dec 2025 11:43:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46191167</link><dc:creator>sangkwun</dc:creator><comments>https://news.ycombinator.com/item?id=46191167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46191167</guid></item><item><title><![CDATA[Show HN: Turn Notion pages into clean, paste-ready email blocks]]></title><description><![CDATA[
<p>I built a small converter that turns Notion pages into clean, paste-ready email blocks. It keeps your headings, lists, and callouts intact — write once in Notion and reuse the result for newsletters, team updates, or announcements.<p>I made it because I was copying Notion content into email clients every day, fixing spacing and colors by hand. Now it keeps the layout consistent and lets me repurpose the same content anywhere I need an email version.<p>What it does:
• Convert any Notion page into a tidy, email-ready block
• Preserve structure and styling (headings, callouts, images)
• Works well in Gmail and Apple Mail (and most modern clients)<p>Would love feedback on tricky blocks (databases, toggles, synced pages) or how you’d use this for your own email workflows.
Demo: <a href="https://notionto.email/en/template?utm_source=hn&utm_medium=show&utm_campaign=launch_2025-11-13" rel="nofollow">https://notionto.email/en/template?utm_source=hn&utm_medium=...</a><p>Solo dev here — thanks for reading!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45901962">https://news.ycombinator.com/item?id=45901962</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 12 Nov 2025 16:15:09 +0000</pubDate><link>https://notionto.email/</link><dc:creator>sangkwun</dc:creator><comments>https://news.ycombinator.com/item?id=45901962</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45901962</guid></item></channel></rss>