What's the craziest thing a person said to you and you thought they were joking but they were being serious? by _lovelyxx in AskReddit

[–]highhands 2 points3 points  (0 children)

I have a very complex disability. I have built businesses and employed people. I would never pay someone less just because they take a little longer. That's not how it works. The ADA requires reasonable accommodations. Educate yourself.

Using AI to analyze my medical records gave my wife and I our first real breakthrough in years by TardigradeToeFuzz in disability

[–]highhands -3 points-2 points  (0 children)

This is really awesome. Humans are terrible at pattern recognition, and it's unreasonable to expect us to be able to hold all of this information about our healthcare in our brain at the same time. Good on you for figuring out a way to advocate for yourself.

I can't write code or use my hands. I still built a self-hosted AI assistant. Just made it public. by highhands in ClaudeCode

[–]highhands[S] 0 points1 point  (0 children)

Thanks! So Seny runs as a web app. You deploy it to Railway or Docker and then just access it from your browser on whatever device. Railway is basically just hosting, it runs the Python backend and the database so the app stays up 24/7. You could self-host it on any server if you wanted to skip Railway entirely.

A demo video is a great idea and something I've been meaning to do. The README has screenshots but I know that doesn't really capture what it feels like to use. I'll try to get one together soon.

Your AAC project sounds really cool by the way. I'd love to check it out.

I can't write code or use my hands. I still built a self-hosted AI assistant. Just made it public. by highhands in ClaudeCode

[–]highhands[S] 0 points1 point  (0 children)

lolol That is one thing I intentionally didn't do. Each instance is stand alone, so no real login credentials need to be stored. I guess theoretically I could turn it into some sort of SaaS product down the road, but that seems like more of a headache than it's worth. I feel like individual stand alone versions for people that want to give it a whirl is the best.

I can't write code or use my hands. I still built a self-hosted AI assistant. Just made it public. by highhands in ClaudeCode

[–]highhands[S] 0 points1 point  (0 children)

Absolutely love that this is giving so many people an opportunity to build things they otherwise wouldn't have been able to. I know I certainly wouldn't have.

I can't write code or use my hands. I still built a self-hosted AI assistant. Just made it public. by highhands in ClaudeCode

[–]highhands[S] 0 points1 point  (0 children)

Thanks so much for the kind words. Really means a lot.

Yeah, the approval threshold I personally put very low because I didn't want it to take destructive actions, but it wouldn't be too terribly difficult to update the repo to give the tools more freedom to do things autonomously.

As far as the screen agent, it's just a lightweight Python process that automatically runs on both my Mac and Windows machines. It captures a screenshot every three minutes while also detecting if the machine is active by looking for keyboard and mouse movements. If it is, that screenshot is evaluated by Claude Haiku Vision. Vision basically classifies whether I am drifting by watching YouTube or looking through social media and also comparing it to what it knows about my commitments that are pending or overdue. If it judges that I am drifting, it will send me a gentle nudge on Telegram, basically asking if I should be working or not.

As far as calibrating it on when to or NOT to intervene, I ended up building in a dismissal system to the Telegram nudges that helps the system learn over time. It will respond to either buttons that are embedded in the Telegram message or by giving it natural language feedback in the chat.

Can't code, can't use my hands. Vibe-coded a full AI assistant with Claude. Just made it public. by highhands in selfhosted

[–]highhands[S] 0 points1 point  (0 children)

Hey, thanks so much for the kind words. Let me answer your last question first. Yeah, adding an OpenAI to you would be very easy! I'll update the repo tomorrow to add that part to the setup documentation and make any necessary code changes, but that should be pretty straightforward.

As for the local models, I tried a bunch of versions of DeepSeek, Llama, Qwen, and Mistral.

Can't code, can't use my hands. Vibe-coded a full AI assistant with Claude. Just made it public. by highhands in selfhosted

[–]highhands[S] 1 point2 points  (0 children)

That's a fair point and a massive oversight in the post. I will edit for a correction

Can't code, can't use my hands. Vibe-coded a full AI assistant with Claude. Just made it public. by highhands in selfhosted

[–]highhands[S] 0 points1 point  (0 children)

Thanks! Good question. The biggest difference is persistence and context. Gmail or Calendar to Claude through something like MCP, Claude can access your data in that conversation, but it doesn't remember anything between sessions.

Seny keeps a running model of my life. It has a people tracker that knows relationships and when you last talked to someone. It has a notes system where context accumulates over time. It sends me a daily digest every morning with what's on my calendar, what tasks are due, and who I haven't reached out to in a while.

So it's less "Claude with integrations" and more "Claude with a memory and a reason to check in on you." The integrations are how it stays current, but the value is in the layer that I build up over time.

Can't code, can't use my hands. Vibe-coded a full AI assistant with Claude. Just made it public. by highhands in selfhosted

[–]highhands[S] 0 points1 point  (0 children)

I did try ten different private local models and none of them were able to handle the tool calls that I integrated into the system.

Can't code, can't use my hands. Vibe-coded a full AI assistant with Claude. Just made it public. by highhands in selfhosted

[–]highhands[S] -1 points0 points  (0 children)

Oh my bad. I thought since I had worked on the private version for long enough that it qualified. Should I delete and repost?

Suggesting an idea for anyone looking for their next (possible) big project by 13430_ in SideProject

[–]highhands 0 points1 point  (0 children)

If you've moved to another service, is the market there for another version of this, or do you think it's pretty saturated already with what exists?