Skip to content

Syntalith blog

Practical writing on AI agents, LLM applications, and workflow automation for teams deciding what is worth building before they commit to code.

Claude Code Training for Dev Teams: Agentic Work on Your Repo (2026)

Claude Code training for dev teams: a hands-on course in agentic work on your own repo, 1:1 or team cohort, online. Taught by engineers who build with agents in production. The course installs code review, conventions, boundaries, and evaluation so your team can trust code that agents write faster than you can check it. Priced after a call about your repo.

claude code trainingai agent courseagentic engineeringclaude code

How Much Does a Business AI Assistant Cost, and Who Builds It in Poland (2026)

How much does an AI assistant for a business cost in Poland in 2026? A personal AI assistant starts from €1,200 net (we invoice in PLN), automating one business process from €3,500 net, and an agent that runs a whole process from €6,000 net. Price depends on what the assistant actually does, not on the label. You start with a free process scan.

Hermes Agent Deployment: Remote or On-Site in Warsaw (2026)

We install and operate Hermes Agent (Nous Research) for companies, remotely or on-site in Warsaw. Hermes is an open-source tool we use; the real work is running it safely in production: boundaries, an isolated environment, logs, human escalation, and maintenance. We set the price after the process, and the first step is a free scan.

Hermes Agent: Step-by-Step Installation (2026)

Hermes Agent is an open-source (MIT), self-hosted AI agent by Nous Research. You install it with a single command on Linux, macOS, WSL2, or Windows, connect your own model (Nous Portal, OpenAI, Anthropic, or local), and run it on a server for about 5 USD per month. It needs a model with a context window of at least 64,000 tokens.

How Much Does Hermes Agent Cost? Costs and Pricing (2026)

The Hermes Agent software itself is free and open source (MIT). The real cost is three line items: the language model (API or your own GPU hosting), infrastructure (a server from about 5 USD per month), and the work of running it safely in a company. The price does not depend on Hermes itself, but on what the agent has to do.

How to Choose a Company to Build an AI Agent (2026 Checklist)

How do you choose a company to build an AI agent? Check whether it states a price before the call, names the engineers responsible for the project, hands over the code, and can say 'do not build this'. A good vendor answers seven questions about boundaries, escalation, and trace before writing any code.

Prompt Injection in AI Agents: the Threat and How to Defend

Prompt injection is an attack where content the model reads (an email, a document, a web page, a tool description) poses as an instruction and changes the agent's behavior. In a system with tool access it does not stop at a bad answer: the agent can take an unwanted action. OWASP has ranked it number one for two editions (LLM01).