HackerTrans
TopNewTrendsCommentsPastAskShowJobs

marioskales

no profile record

Submissions

[untitled]

1 points·by marioskales·قبل شهرين·0 comments

[untitled]

1 points·by marioskales·قبل شهرين·0 comments

[untitled]

1 points·by marioskales·قبل شهرين·0 comments

[untitled]

1 points·by marioskales·قبل شهرين·0 comments

Show HN: Skales – I built a desktop AI agent a 6-year-old can use

github.com
12 points·by marioskales·قبل 3 أشهر·6 comments

Show HN: Skales – Local AI agent desktop app (.exe/.dmg, 300MB idle RAM)

2 points·by marioskales·قبل 4 أشهر·6 comments

comments

marioskales
·قبل 3 أشهر·discuss
[dead]
marioskales
·قبل 4 أشهر·discuss
Thank you - the BSL-1.1 decision was exactly about sustainability. I want Skales to stay free for personal use forever, but I also don't want a big company to fork and rebrand it overnight. v5.5 just shipped today with an approval system (AI asks before sending emails, deleting files, changing calendar), full screen reader accessibility, and security fixes - all based on community feedback. Also launched on Product Hunt today: https://www.producthunt.com/posts/skales Appreciate the thoughtful comment.
marioskales
·قبل 4 أشهر·discuss
Update: v5.5 shipped today with approval system (AI asks before destructive actions), full screen reader accessibility, and security fixes.

Also launched on Product Hunt today: https://www.producthunt.com/products/skales - would appreciate any feedback.
marioskales
·قبل 4 أشهر·discuss
You're spot on, the default system prompts were actually one of the things I spent the most time on. Skales ships with 5 personas (Entrepreneur, Coder, Family, Student, Creative) and each one has a carefully tuned system prompt so the AI feels useful from the first message. There's also a "Friend Mode" that makes responses more casual and conversational - because a non-technical user getting a wall of formal text will bounce immediately.But you're right that there's more work to do there. The gap between "technically capable" and "feels good to use" is huge, especially for people who've never used an AI tool before. Will check out flompt, prompt structuring is exactly the kind of thing that could help refine this further.

Thanks for the thoughtful feedback!
marioskales
·قبل 4 أشهر·discuss
Added a demo video showing the desktop buddy in action:

https://www.youtube.com/watch?v=8fXGsQGyxCU
marioskales
·قبل 4 أشهر·discuss
Great question! Multi-agent group chat (3-5 AI personas discussing a topic) works well - no latency issues and my main PC only has 8gb of ram, each round is one API call per participant, so latency depends mostly on your chosen model and provider. With faster models like Gemini Flash or Groq, responses come in 1-2 seconds per turn. Heavier models like Claude or GPT-4 take a bit longer but still smooth (each AI within the group-chat has a 'response timeout', If a participant times out, they are skipped for that round and the next one discusses the topic).

For Execute Mode (multi-step autonomous tasks), Skales queues steps sequentially so there's no parallel bottleneck – it plans, you approve, then it runs through each step. There's also a desktop buddy (think as Microsofts Clippy, but actually useful) that sits in your system tray (if activated) as soon you minimize or close the main-windows, you can ask it quick questions without even opening the main interface. It runs within the same Electron process, so zero additional RAM overhead. Idle RAM sits around ~300MB (I had 400MB at least) which keeps things snappy.

The main speed factor is honestly the LLM provider, not Skales itself. With local Ollama models it's purely your hardware.

Happy to answer more specific questions, thank you for asking jlongo78!