MarkTwen
Registered Member
- Jan 23, 2026
- 55
- 48
Hey guys, I’m working on building a personal JARVIS-style AI automation system. Not a chatbot, but an assistant that can actually execute real tasks. The idea is to create an AI agent capable of understanding high-level instructions, breaking tasks into logical steps, interacting with websites and web apps, collecting, structuring, and analyzing data, working with spreadsheets and structured storage, generating text and summaries when needed, automating repetitive workflows, running tasks on a schedule or on demand, and keeping context, memory, and execution logs. Planned tech stack: Python as the core logic, browser automation (Playwright), LLM as the decision-making layer, Google Sheets or a local database for memory, and Windows automation for system-level control. The focus is on a modular architecture where each capability is a separate component that can be improved or replaced independently. I’m not selling anything, just building and experimenting. Would appreciate insights from people with real experience in autonomous AI agents, long-running automation systems, task planning with LLMs, detection and safety considerations, and scaling beyond simple scripts. Thanks in advance for any feedback or ideas.