Architecture & Patterns

System design, microservices vs monoliths, event-driven architectures, DDD, and resilient patterns.

  • 4 Subtopics
  • 10 Tracked terms
  • Last 30 days Feed window

Inside Architecture & Patterns

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Architecture & Patterns

Enverge.ai
enverge.ai > docs

Documentation

8+ hour, 24+ min ago   (1126+ words) A short tour of everything Enverge Cloud does today: instances, the 2× DGX Spark cluster, the queue, reservations, startup scripts, SSH keys, billing, teams, usage history, and account basics. An instance is a containerized GPU sandbox running on dedicated hardware. Each…...

Shattered
shattered.io > abacus-ai-smaug-open-weight-models-2026

Abacus.AI Smaug Models Cut Agent Costs 100x [2026]

6+ hour, 27+ min ago   (633+ words) Each of the three Abacus.AI Smaug models targets a different slice of enterprise agentic AI work, and each is built on a different open-weight base rather than a proprietary Abacus.AI architecture. What Abacus.AI calls “Smaug” isn’t just…...

DEV Community
dev.to > mecanik-dev > mainframe-modernisation-rewrite-refactor-or-replatform-11kc

Mainframe Modernisation: Rewrite, Refactor or Replatform

1+ hour, 15+ min ago   (504+ words) This guide compares the main modernisation strategies, when each makes sense, and how to choose. The drivers are consistent across UK enterprises: the COBOL and mainframe skills pool is retiring, mainframe operating costs are high, the systems are hard to…...

DEV Community
dev.to > shaam_ai > llm-model-routing-in-2026-the-guide-every-team-should-read-4a8c

LLM Model Routing in 2026: The Guide Every Team Should Read

1+ hour, 16+ min ago   (1655+ words) Most teams still pick one LLM and send every request to it. That worked in 2023 when there were three viable models. In 2026, with dozens of frontier, mid-tier, and specialist models — each with different pricing, latency, and quality profiles — committing to…...

MarkTechPost
marktechpost.com > 09/12/2026 > context-engineering-inside-the-harness-4-mechanisms-that-beat-context-overflow-and-goal-loss-on-long-horizon-tasks

Context Engineering Inside the Harness: 4 Mechanisms That Beat Context Overflow and Goal Loss on Long-Horizon Tasks

1+ hour, 19+ min ago   (263+ words) This article opens up that layer. Compaction, memory strategy, context budgeting, and todo-state are the machinery that turns a shallow loop into a deep agent. We look at how LangChain Deep Agents, Claude Code, Manus, OpenAI Codex, and Amazon Bedrock…...

DEV Community
dev.to > mtahir27 > scaling-event-driven-apis-real-time-websockets-and-redis-pubsub-for-high-concurrency-apps-90b

Scaling Event-Driven APIs: Real-Time WebSockets and Redis Pub/Sub for High-Concurrency Apps

1+ hour, 40+ min ago   (480+ words) From a business perspective, system instability during peak usage events directly damages user retention, degrades brand trust, and triggers SLA violations. For e-commerce, financial platforms, and real-time gaming, a latency spike or dropped connection state can result in direct financial…...

DEV Community
dev.to > robat_das_3c6e956212f6408 > context-window-management-for-long-running-ai-agents-4-patterns-that-work-29og

Context Window Management for Long-Running AI Agents: 4 Patterns That Work

2+ hour, 32+ min ago   (650+ words) The agent had been running for four hours and it was arguing with itself about a file it had already fixed. For years I'd thought about context window management as a packing problem. How do I fit more in. That…...

DEV Community
dev.to > linxi-ai > ai-website-handoffs-when-a-prototype-needs-a-real-code-boundary-2fcc

AI Website Handoffs: When a Prototype Needs a Real Code Boundary

2+ hour, 37+ min ago   (332+ words) A polished AI-generated website can hide an unfinished delivery model. The hard question is not whether a builder can produce a convincing page. It is whether the next person can safely change the real system without reconstructing the original prompt,…...

DEV Community
dev.to > masondelan > record-why-an-approach-was-rejected-and-when-to-revisit-it-20op

Record why an approach was rejected—and when to revisit it

2+ hour, 36+ min ago   (564+ words) Disclosure: I maintain Selvedge, an open-source decision-history tool. This article was prepared with AI assistance from Grok and Codex. The example below is hypothetical and uses plain Markdown; it does not require a particular product. A repository can show what…...

DEV Community
dev.to > gokulnathp > ai-agent-memory-sliding-windows-summaries-and-vector-storage-4mo9

AI Agent Memory: Sliding Windows, Summaries, and Vector Storage

3+ hour, 11+ min ago   (623+ words) The agent we built in Post #4 has one big problem — the moment the script ends, it forgets everything. Next time you run it, it starts from zero. No memory of past conversations, no retained facts, nothing. For a quick experiment…...