Readit News logoReadit News

Deleted Comment

fidorka commented on Don't post generated/AI-edited comments. HN is for conversation between humans   news.ycombinator.com/news... · Posted by u/usefulposter
fidorka · 12 hours ago
To confess something I built just today a little cron that monitors HN for posts I might find interesting, pulls in some context about me, and proposes a reply. Just to help me find relevant posts and to kick start my thinking if I want to engage.

Today it flagged a post about an AI tool for HN and suggested I reply with:

"honestly, if you need an AI to sift through hn, you might be missing the point—this place is about the human touch. but hey, maybe it'll help some folks who just can't take the noise anymore."

So my AI, which I built specifically to sift through HN for me, is telling me to go flame someone else for doing that.

No deeper point here. I just thought it was really funny.

fidorka commented on Show HN: Readhn – AI-Native Hacker News MCP Server (Discover, Trust, Understand)   github.com/xodn348/readhn... · Posted by u/xodn348
fidorka · 13 hours ago
Hey, this is quite cool! btw, I have found about the post using some smart cron which I setup. The cron also proposes a reply given some context about me and this is what it has come up with:

"honestly, if you need an AI to sift through hn, you might be missing the point—this place is about the human touch. but hey, maybe it'll help some folks who just can't take the noise anymore."

The really made me laugh - seems like AI is totally pushing me into hypocrisy haha

fidorka commented on I put my whole life into a single database   howisfelix.today/... · Posted by u/lukakopajtic
fidorka · 2 days ago
Tried the manual tracking a few times and it does not tend to stick. Passive capture is the approach that ever worked for me. Having different apps and devices with permissions to track you and good APIs that enable integrating the data seems to be the way to go.

Did you think of building some proactive AI tools to make use of all this centralized data?

fidorka commented on Debian decides not to decide on AI-generated contributions   lwn.net/SubscriberLink/10... · Posted by u/jwilk
3012846 · 2 days ago
Again you can see which developers are owned by corporations and which are not. There is no free software any longer.
fidorka · 2 days ago
What do you mean?
fidorka commented on Show HN: DenchClaw – Local CRM on Top of OpenClaw   github.com/DenchHQ/DenchC... · Posted by u/kumar_abhirup
fidorka · 2 days ago
Love the local-first approach. The "just ask it to import my Notion" thing via browser automation is really nice.

One thing I keep coming back to though - what if the tool could actually watch how you use your CRM and then suggest automations based on what it sees you doing repeatedly?

I've been building something called MemoryLane (https://github.com/deusXmachina-dev/memorylane) that does exactly this - it captures screen activity, spots repeated workflows, and suggests automations. Works as an MCP server so you can plug it into Claude or Cursor. Instead of you having to describe what you want automated, it just watches and proposes stuff.

Have you thought about adding something like pattern detection to denchclaw? Feels like it'd fit really well with the "everything app" direction. For us the most useful engine for executing skills and automations is surprisingly cowork thus far, haha

fidorka commented on Show HN: Agent-vfs – Virtual filesystem for AI agent memory   github.com/johannesmichal... · Posted by u/johannesmi
fidorka · 2 days ago
Agent memory is one of those things that sounds straightforward until you actually try to build it. The filesystem metaphor makes a lot of sense as a starting point.

I've been working on a slightly different angle with MemoryLane (https://github.com/deusXmachina-dev/memorylane) - instead of giving agents a place to write their own memories, it captures the user's screen activity and makes it queryable. So the agent gets context about what the human was doing, not just what the agent itself did. It plugs in via MCP so Claude Code / Cursor can just ask it stuff.

I think there's something interesting in combining both - agent-vfs for the agent's own state, and something like MemoryLane for the human side. How do you think about that boundary between what the agent remembers vs what it knows about the user?

We need to use vector DBs just because of the amount of data. But on a different layer we want to help create file-based instrucations/skills for patterns that we detect and think can be automated.

fidorka commented on Show HN: AI agent that runs real browser workflows   ghostd.io... · Posted by u/heavymemory
fidorka · 2 days ago
Cool demo. The tricky bit with browser workflow agents is figuring out which workflows to automate in the first place. Most people don't even realize they're doing the same thing over and over - they just do it.

I've been building MemoryLane (https://github.com/deusXmachina-dev/memorylane) which comes at this from the other side - it records screen activity, spots repeated patterns with AI, and then tells you "hey you keep doing this, want to automate it?" Works as an MCP plugin for Claude/Cursor.

Feels like pattern detection (finding what to automate) + browser agents like yours (actually doing the automation) is the right combo. Are you thinking about the discovery side at all, or mostly focused on execution?

fidorka commented on Show HN: Screen-watching AI needs a kill switch   github.com/deusXmachina-d... · Posted by u/fidorka
fidorka · 3 days ago
MemoryLane screenshots your screen and makes it queryable via AI. All local. But it sees everything — banking, DMs, password managers.

We added a blacklist coordinator that checks four rules on every window-focus event:

- App name (1Password, Signal) — normalized across .app, .exe, bundle IDs

- Window title wildcards (*bank statement*)

- URL patterns (*://*.bank.com/*)

- Incognito auto-detection (on by default, zero config)

When anything matches, capture pauses and queued frames get flushed. Switch away, it resumes.

Surprising part: the matching logic was trivial. The annoying work was cross-platform app name normalization and making the settings UX simple enough that people actually configure it.

u/fidorka

KarmaCake day5September 27, 2022
About
building memorylane https://github.com/deusXmachina-dev/memorylane
View Original