Supressed Depressed Crashed!!
▲ 2 r/AutoGPT+1 crossposts

Supressed Depressed Crashed!!

I dont know but I am really stressed now dont know what to do.
There is one hackathon coming and after few days one more to tackle and very busy weekend and I am coding day and night or vibe coding and now there is no feeling inside me I want some happiness and peace in my mind.

https://github.com/akyourowngames

if you can help me just leave comment about my github!!

Dont make it worse guys.

u/ProfessionalAsk5793 — 7 days ago
▲ 5 r/AutoGPT+5 crossposts

Building a local-first AI assistant instead of another cloud agent

I've been building Ares, an open-source AI assistant that runs locally with persistent memory and tool calling.

The goal is to make something developers can inspect, modify, and extend without depending on proprietary infrastructure.

I'd love feedback on the architecture and roadmap. If you think it's worth following, consider starring the repository.

github: https://github.com/akyourowngames/friday

u/ProfessionalAsk5793 — 1 month ago
▲ 8 r/AIAGENTSNEWS+5 crossposts

I built a local-first “Jarvis” that can control my browser, Windows, phone, GitHub, and complete long workflows

Hey everyone,

I’ve been building Ares, a local-first personal AI assistant in Python.

It can use browser automation, control Windows, run commands, work with GitHub, access phone features, remember past conversations, and complete long multi-step tasks.

Today I tested it with this prompt:

>

Ares searched my repositories, selected a Digital Clock project, read its files, wrote the article, generated the thumbnail, opened Blogger, created the post, added labels, and prepared the social media content.

It faced a few browser errors but recovered by taking fresh page snapshots and trying a new action instead of crashing.

The next feature I’m building is Teach by Demonstration, where I perform a task once and Ares turns it into a reusable automation skill.

The project is still under development, and I’d love feedback.

GitHub: https://github.com/akyourowngames/friday

What real-world task should I test next?

reddit.com
u/ProfessionalAsk5793 — 1 month ago
▲ 2 r/hiredev+1 crossposts

[For Hire], Looking for exp. dev??

I help startups, agencies, and businesses build modern, fast, agentic systems that don't just look great—they help convert visitors into customers.
Ding Damn Cool systems!!

Currently available for freelance projects.

🌐 Github: https://github.com/akyourowngames

DMs are open. 🤝

u/ProfessionalAsk5793 — 1 month ago
▲ 6 r/AIDeveloperNews+3 crossposts

I built Ares — a local-first personal AI assistant that lives in your terminal (open source), by 16 year old kid

Been building this solo for a while and finally feel good sharing it: Ares, a personal AI assistant that actually remembers you, runs in your terminal (or a desktop app), and keeps everything on your machine instead of shipping your life to some company's server.

The idea was simple: I wanted something like Jarvis — not a chatbot that forgets everything the second you close the tab, but something that builds up real context about me over time and actually does things instead of just talking about them.

What it can do right now:

  • 🧠 Real memory — hybrid vector + keyword search (sqlite-vec + FTS5) so it recalls facts, preferences, and past conversations, not just the last few messages
  • 🛠️ ~45 tools — reads/writes files, runs shell commands and Python in persistent REPL sessions, generates and edits images, searches the web and actually reads the pages (not just snippets)
  • 🌐 Browser automation via Playwright MCP — it can go click around the web for you
  • 📧 Gmail + Calendar — direct OAuth, no third-party middleman services touching your inbox
  • Cron jobs — schedule it to run recurring tasks with plain English ("every weekday at 9am, summarize my inbox")
  • 🎙️ Voice mode — push-to-talk or fully hands-free, local STT via faster-whisper
  • 📦 Skills system — portable SKILL.md playbooks it can load on demand instead of cramming everything into one giant prompt
  • 🔌 MCP client — plug in any Model Context Protocol server for more tools
  • 💻 CLI, desktop app, and server mode — same brain, three ways to talk to it

The privacy part actually matters to me. Memories, conversations, everything — stored locally in SQLite. No telemetry. No analytics. Where most assistants reach for a convenience API layer to hook up Gmail, this one does the OAuth dance directly so nothing extra sees your data.

It's still very much a work in progress — I'm actively hardening the architecture and building out a proper task system right now — but it's genuinely usable today and I'd love feedback, contributions, or just someone else to yell at me about what's broken.

GitHub: https://github.com/akyourowngames/friday

Happy to answer questions about the architecture, the memory system, or why I made specific choices — building this thing has taught me more than any tutorial ever did.

u/ProfessionalAsk5793 — 2 months ago