Insights
Engineering Insights
Practical writing on software architecture, SaaS products, AI automation, legacy modernisation, and the business of building reliable systems.
Curated links from external sources — not 360Softy original articles.
Connect Your Redis index to AI agents with RedisVL MCP
If you already use Redis for search, retrieval, or application memory, the RedisVL MCP is a practical next step: making that data available to agents without rebuilding your integration for every framework. As teams connect indexed data to agents, th...
The only scalable delete in Postgres is DROP TABLE
Counterintuitively, large DELETEs add work to the database. From experience we can plainly claim the following: the most scalable Postgres data-deletion strategies revolve around deleting entire tables. Individual row DELETE is fine at a small scale. However, big batch DELETE operations don't immediately free up physical disk space, add write and replication overhead, and are ultimately not good for large scale row cleanup. If your application needs to delete large amounts of data, even very rar
We put Bun's Rust rewrite in production on Prisma Compute
Why Prisma Compute's public beta runs on Bun's Rust rewrite canary: the memory and connection-pool failures we hit on stable Bun, and what changed.
Prisma Next is 50% faster than Prisma 7 | Benchmark
Prisma Next reaches about 50% higher peak throughput than Prisma 7 and holds latency low under load, closing most of the gap to the raw pg driver while keeping Prisma's type-safe, model-first workflow.
Spring Cloud 2025.0.3 (aka Northfields) Has Been Released
Spring Cloud 2025.1.2 (aka Oakwood) Has Been Released
Deficient executive control in transformer attention
Comments
Work with 360Softy
Building a SaaS product, AI system, or business platform?
Book a free consultation and we will tell you honestly whether we can help.


