ohstep23
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Open-source agentic video editor for dev tools and side projects (subconscious-remotion-demo.vercel.app)
Describe your product, drop a repo link, and the agent reads your actual code and builds multi-scene videos with animations, ElevenLabs voiceover, and branded scenes. Live editor lets you chat with the agent to tweak…
- Show HN: Subconscious open source AI agents that send you personalized emails (subconscious-scheduler.vercel.app)
Live: https://subconscious-scheduler.vercel.app/dashboard/tasks Repo: https://github.com/ostepan8/subconscious-scheduler I built this because I wanted a daily briefing on my sports teams and stocks without checking five…
- Show HN: OS Receipt reader with Subconscious agents and Reducto document parsing (receipt-tracker-agent-delta.vercel.app)
Built an expense tracking agent that takes a photo of a receipt and extracts merchant, line items, totals, and date, then categorizes based on your past spending habits. It also flags prices as good, bad, or fair. Stack…
-
I've been building agent-based apps and kept running into the same problem: wiring up real-time state updates is annoying. Agents do things, state changes, and you want the UI to reflect that instantly without writing a…
- Show HN: An AI agent that tailors your resumé to beat ATS filters (resume-tailoring-agent.subconscious.dev)
Most resumés are rejected by AI before a human ever sees them. Applicant tracking systems screen for keywords, structure, and relevance long before a recruiter looks at anything. I built a small app that uses AI to…
-
I don’t believe agents should “think” without being allowed to check their work. So I built a CLI agent that can actually run code while it reasons. Subconscious handles the reasoning and tool-calling while actively…
-
I built a small, terminal-native search agent using the Subconscious SDK. The goal was to create a minimal reference implementation that shows how far you can get with just a prompt and a set of tools—no dashboards or…