James Arthur
thruflo.com
James Arthur
@thruflo.com
CEO & Co-founder @electric-sql.com
For me, as a generalist software engineer, that's really exciting. Because it brings this whole revolution of agentic systems right back into my wheelhouse.
August 14, 2025 at 3:40 PM
There's obviously a lot of work involved in putting those aspects together to create a working agentic product.

However, from an *infra* point of view, there's nothing there that doesn't pattern match to a database, some processes and real-time sync.
August 14, 2025 at 3:40 PM
Instructing LLMs means sending an instruction to an LLM. Agentic memory is where you store data that those instructions are based on. Retrieval is the ability to query that data. Context engineering retrieves and formats the right information to send in the instruction.
August 14, 2025 at 3:40 PM
Agents are essentially processes that instruct LLMs to make tool calls.
August 14, 2025 at 3:40 PM
LangChain, vector databases, instruction routing, specialized memory stores.

You'd be forgiven for thinking you need a whole new stack to build agentic systems. However, that isn't actually the case: electric-sql.com/blog/2025/08...
Bringing agents back down to earth | ElectricSQL
Agentic AI, beneath all the hype, is actually just normal software. You can build agentic systems with a database, standard web tooling and real-time sync.
electric-sql.com
August 14, 2025 at 3:40 PM