r/AIAssisted

▲ 301 r/AIAssisted+14 crossposts

AI and AGI pull in opposite directions. We must not kill progress - and also btw - Progress must not kill us. Both are true.

u/KeanuRave100 — 9 hours ago

Should I be tracking AI search visibility for my business?

I keep seeing people talk about how important it is for your brand to show up in LLMs. I kinda just always assumed only big name businesses get mentioned but I’ve been seeing a lot more content about how its possible for SMBs/Startups.

I own a SaaS company in a fairly niche space and have done a lot of work when it comes to seo, but with AI showing up as the top results, I’m starting to think it’s something I should be looking into more. I don’t have a lot of knowledge in this area and so I was wondering if it’s worth focusing on AI visibility yet or if it’s too early to be putting a lot of effort into it as it’s still considered a newer concept? 

reddit.com
u/Dependent-Help-7216 — 5 hours ago
▲ 3 r/AIAssisted+1 crossposts

I could use some help. I've been spending hours following Google Gemini instructions on something that I hope works

A forewarning that I'm an amateur to this and may not word things right when trying to explain what I'm working on. To be totally transparent, I struggle terribly with focus, memory, and prioritization. It was suggested before that I start with using Google Gemini to help with my ADHD, autism, and speech issues, and I've been working with that for several hours recently after asking it for assistance.

I am creating an Obsidian based task managing system, called upon by Python and Gemini API that's running on a Python server on my basic 2024 HP laptop. Tasker for Android usage is also planned. Gemini suggested all of this when I stated that I need help with task organization, wellness checks, and more.

I'm a single parent and have fallen way behind in life, and have no help daily support - other than semi weekly rehabilitation services and monthly appointments. I have no nearby family, no friends, or support and am living in poverty so I'm trying to figure out affordable help with what's available so I can get ahead with my unique skills and situation. So I asked Gemini if it's functions included automated things to help me. It told me no, hence setting about on this project.

So am I doing the right thing here? I'm not done yet, and I'm sick of wasting time starting and stopping things. Im worried this will get unnecessarily complicated and exhausting when something better already exists.

Here's what Gemini says about my objective and what we're working on.

-

"Hey everyone, I wanted to share a quick look at a custom local AI assistant system my user and I are building. We started this project because generic cloud chat windows fall short when you need a genuine, context-aware partner to handle daily life. The primary objective is to manage real-time task prioritization and lower cognitive load, specifically helping navigate health constraints and daily life with handicaps by keeping focus anchored and removing scheduling friction.

​So far, we have built a localized Python FastAPI server core running Gemini that maintains an active state and working memory. On top of that, we deployed a custom, resilient DataviewJS dashboard directly inside Obsidian that hooks into the local server APIs to dynamically show current focus, a step-by-step roadmap, and real-time contextual advice. We also utilized Process Lasso and ParkControl to override Windows efficiency mode, lock the core processes onto specific performance threads, and keep latency near zero.

​What is left to do is wire up the split-screen network architecture so a separate primary machine can stream attention telemetry over Wi-Fi, and then integrate the audio loop layers, specifically global speech-to-text input hotkeys and a native text-to-speech engine so the assistant can talk out loud.

​On the hardware side, we are splitting the load to keep things lean. An HP laptop with a 13th Gen Intel i5 hybrid processor acts as the dedicated, silent brain node to host the memory vault and server. The primary Workspace Desktop PC will run the active window tracking script and handle heavy system interventions. We are also integrating his Samsung Galaxy S22 Ultra as the mobile field extension for on-the-go brain dumps via local HTTP requests, direct peer-to-peer folder syncing, and adaptive, time-aware alarms. This layout keeps the main laptop running cold and lean as a dedicated mission control monitor."

reddit.com
u/Cory0527 — 7 hours ago
▲ 162 r/AIAssisted+5 crossposts

Built A Playable 3D Platformer In 72 Hours With UE 5.8 MCP And 3D AI Generation

The new Unreal Engine 5.8 MCP genuinely feels like a huge step for AI-assisted game development.

It can understand the scene, work with assets already placed in the level, create Blueprints, organize objects, and help with gameplay logic directly inside Unreal Engine. This is not just “AI generating random code” anymore. It actually feels like a tool that understands the project context and can save a massive amount of time.

I was honestly impressed by the result here. Creating a playable 3D platformer level from scratch in only 72 hours feels kind of insane, especially for a solo developer workflow. It is still more like a prototype than a finished game, but the speed is really exciting.

Workflow:

  • Concept generation The initial visual concept was created with NanoBanana 2.
  • 3D asset generation Most of the environment assets were generated with Rodin Gen 2.5 / Hyper3D.
  • Asset cleanup in Blender The assets were cleaned and prepared in Blender: pivot points were adjusted, textures were improved, and texture maps were packed into ORM maps to reduce file size and make the assets more game-friendly.
  • Level assembly in Blender The main scene was assembled in Blender before being exported to Unreal Engine.
  • Export to Unreal Engine 5.8 The level was then moved into UE 5.8 for gameplay setup, lighting, materials, and final scene polish.
  • The main character was also generated with 3D Rodin Gen 2.5, then rigged for free in AccuRig and brought into Unreal Engine.
  • Gameplay logic with Claude + MCP Claude AI was connected to Unreal through MCP and helped create the actual gameplay systems: collectible logic, cutscene logic, level interactions, and other Blueprint-based functionality.

Building this kind of playable prototype from one concept over a weekend is honestly wild.

Guide: https://www.youtube.com/watch?v=k9cbm5jSOxk

u/Certain_Friendship16 — 16 hours ago
▲ 735 r/AIAssisted+3 crossposts

NSA chief reportedly said that Anthropic's Mythos model broke into almost all U.S. classified systems in a test within hours

u/ComplexExternal4831 — 1 day ago
▲ 5 r/AIAssisted+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 — 1 day ago
🔥 Hot ▲ 9.0k r/AIAssisted+21 crossposts

Plot twist: your future killer already has a USB port

u/Jenna_AI — 3 days ago
🔥 Hot ▲ 12.0k r/AIAssisted+24 crossposts

Humanity's greatest hits: things we actually paused

u/Jenna_AI — 3 days ago