Automation, data, and AI without the technology fog
Guides for small businesses, implementation examples, and technical articles for people who want to look inside AI, automation, and integration work.
The blog collects longer guides and technical articles. If you are looking for shorter updates, comments, and notes from the process, go to the MorenaTech newsroom.
Articles about automation, Google Workspace, Apps Script, data, and AI written from the perspective of business decisions, everyday work, and first implementations.
AutomationBasicabout 9 min
Published:
How to connect transfers, invoices, and shipping without manual payment checks
How to organize the process from order to dispatch: checking transfers, invoice status, courier label, client email, and manual exception review.
Audience: Small businesses handling orders, payments, and shipping
Apps Script or Make: what should a small business choose for automation?
A practical comparison of Apps Script and Make for a small business: when to choose Google Workspace scripts, when to choose an integration platform, and how to make the decision.
Audience: Small businesses choosing an automation tool
How to implement AI in a small business without chaos
A practical path for introducing AI in a small business: choose one problem, check the data, run a small pilot, keep a human in the loop, and measure the effect.
Audience: Small businesses planning the first AI implementation
Git when working with AI: how not to lose control of the project
AI speeds up code changes, but Git lets you inspect the diff, work on a branch, save decisions in commits, and avoid turning the project into a chain of random experiments.
Audience: A small team working with AI on code, scripts, or automation
Automating company search and outreach: architecture, risks, and lessons from a prototype
What a prototype looks like when it searches for companies, organizes contact data, and prepares outreach without scraping Google Maps and without an uncontrolled sending bot.
Audience: Technical users and small business owners
How to turn ChatGPT into a semi-agent: your own MCP with a folder, Python, PowerShell, and ngrok
How to connect your own MCP server to ChatGPT and turn it into a technical semi-agent for one workspace. Folder, Python, PowerShell, FastMCP, ngrok installation, smoke test, and common pitfalls.
Why AI needs memory. RAG is not enough when continuity of work matters
A context search engine alone is not enough when AI has to work for longer than a few minutes. See why assistants need memory, how it differs from RAG, and why many implementations end in operational amnesia without it.
Audience: Technical users and teams building useful AI assistants
MAPI-local-medium: a local MCP server that gives a model memory, tools, and boundaries
A technical explanation of what MAPI-local-medium is: a local MCP server that lets a language model use project memory, tools, context bootstrap, and a controlled working environment.
Audience: Technical users, power users, and automation builders