HomeTags#architecture

Tag timeline

#architecture13 total

同じキーワードで束ねられた更新を確認できます。カテゴリをまたいだ関連ニュースや実装トピックの追跡に使えます。

Total13#architecture の全掲載記事All listed entries tagged #architecture
Showing13このページの表示件数Entries on this page
Page1/1静的ページ位置Static page position
Updated公開index snapshotPublished index snapshot

Entriespage 1/1 · 13 total

Mon, Aug 31 entries
コミュニティCommunityLocal Models·Qiita LLM

DeepSeek-V4がKVキャッシュを10分の1に削減できたCSAとHCAの設計DeepSeek-V4 addresses the memory bottleneck of KV caches in long-context LLMs…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約長文脈LLMにおけるKVキャッシュのメモリ肥大化問題に対し、DeepSeek-V4はCSAとHCAという2つのアーキテクチャ設計でキャッシュ量を従来比10分の1に抑えることに成功した。

AI SUMMARYDeepSeek-V4 addresses the memory bottleneck of KV caches in long-context LLMs by introducing CSA and HCA architectural designs that reduce cache size to one-tenth of conventional approaches, significantly improving throughput.

DeepSeek-V4がKVキャッシュを10分の1に減らせたCSAとHCAの設計og
Tue, Jul 281 entries
コミュニティCommunityLocal Models·Qiita LLM

[2026年版]最新Open LLMのアーキテクチャ総整理(Kimi K3, GLM-5.2, etc.)A 2026 survey comparing the architectures of leading open LLMs including Kimi…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約Kimi K3やGLM-5.2など2026年時点の主要オープンLLMのアーキテクチャを横断的に比較・整理した記事。各モデルの設計上の特徴と違いを把握することで、用途に合ったモデル選定の判断材料となる。

AI SUMMARYA 2026 survey comparing the architectures of leading open LLMs including Kimi K3 and GLM-5.2, highlighting structural differences that matter for model selection and deployment.

[2026年版]最新Open LLMのアーキテクチャ総整理(Kimi K3, GLM-5.2, etc.)og
Mon, Jul 271 entries
コミュニティCommunityLocal Models·Zenn LLM

拡散言語モデルとは?LLMが2.42倍速くなる新しい生成の仕組みDiffusion language models generate multiple tokens in parallel rather than one…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約拡散言語モデルは従来の自己回帰型LLMと異なり、複数トークンを並列に生成することで最大2.42倍の推論高速化を実現する新しいアーキテクチャだ。ローカルLLMの実用性向上に直結する技術として注目されている。

AI SUMMARYDiffusion language models generate multiple tokens in parallel rather than one at a time, achieving up to 2.42× faster inference than autoregressive LLMs. This architectural shift could significantly improve the practicality of locally-run language models.

Wed, Jul 221 entries
公式OfficialGemini/Gemma·Google Cloud Blog

AIアプリが本番環境で失敗する理由と Google によるその解決策Why AI apps fail in production (And how Google solved it)

重要度 MediumMedium priority技術記事 · Gemini / Gemmatechnical post · Gemini / Gemma

AI要約本番環境でAIアプリが抱える信頼性・スケーラビリティの課題を分析し、GoogleがGeminiを活用してどのようにそれらを克服したかを解説している。実運用での安定稼働を目指す開発者にとって重要な知見を提供する。

AI SUMMARYThis article examines why AI applications commonly break down in production and outlines the architectural patterns and Gemini-based solutions Google recommends to address reliability and scalability challenges.

Why AI apps fail in production (And how Google solved it)media
Sat, Jul 182 entries
コミュニティCommunityCopilot·Zenn GitHub Copilot

ループエンジニアリングの次は本当に「グラフ」なのか考えてみたThe author examines whether graph-based control flow is truly the natural…

重要度 MediumMedium priority技術記事 · GitHub Copilottechnical post · GitHub Copilot

AI要約AIエージェントの制御構造としてループの次にグラフ構造が注目されているが、その必要性と適切なユースケースについて筆者が考察している。設計の複雑さとトレードオフを理解することが重要だと主張する。

AI SUMMARYThe author examines whether graph-based control flow is truly the natural successor to loop engineering in AI agent design, weighing its benefits against added complexity and questioning when it is actually warranted.

ループエンジニアリングの次は本当に「グラフ」なのか考えてみたog
公式OfficialAgent Frameworks·AWS Machine Learning Blog

SmartsheetがAWS上にリモートMCPサーバーを構築した方法How Smartsheet built a remote MCP server on AWS

重要度 MediumMedium priority技術記事 · Agent Frameworkstechnical post · Agent Frameworks

AI要約SmartsheetはAWSを活用してリモートMCPサーバーを構築し、AIエージェントが外部ツールと安全に連携できる基盤を整備した。この実装例はエンタープライズ向けMCP展開の参考事例として重要。

AI SUMMARYSmartsheet describes how they built a remote MCP server on AWS to enable AI agents to securely interact with their platform's tools and data. The architecture offers a practical enterprise reference for deploying MCP at scale.

Wed, Jul 153 entries
コミュニティCommunityLocal Models·Zenn LLM

LLM API Gateway設計入門:1つのAPIキーで複数モデルを扱うThis article explains how to design an LLM API Gateway that routes requests to…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約単一のAPIキーで複数のLLMモデルを統一的に管理するAPI Gatewayの設計手法を解説した記事で、コスト管理やモデル切り替えの煩雑さを解消する実践的なアーキテクチャを紹介している。

AI SUMMARYThis article explains how to design an LLM API Gateway that routes requests to multiple models under a single API key, simplifying model switching and centralizing cost and access control.

コミュニティCommunityMCP·Zenn MCP

AIエージェントの記憶混在を防ぐnamespace設計:user_id・agent_id・memory_space_idで分離するThis article explains a three-layer namespace design using user_id, agent_id,…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約複数ユーザーやエージェントが共存する環境で記憶が混在しないよう、user_id・agent_id・memory_space_idの3階層でnamespaceを設計する手法を解説している。適切な分離により、エージェントの安全性と再利用性が向上する。

AI SUMMARYThis article explains a three-layer namespace design using user_id, agent_id, and memory_space_id to prevent memory cross-contamination in multi-user or multi-agent environments. Proper isolation improves both safety and reusability of AI agents.

コミュニティCommunityCopilot·Zenn GitHub Copilot

安全すぎて重かったDandoriを、Bounded Adaptive Orchestrationで再設計したThe Dandori task orchestration library was redesigned using a Bounded Adaptive…

重要度 MediumMedium priority技術記事 · GitHub Copilottechnical post · GitHub Copilot

AI要約タスク自動化ライブラリDandoriの過剰な安全設計による処理の重さを解消するため、Bounded Adaptive Orchestrationという新アーキテクチャで再設計し、柔軟性とパフォーマンスを大幅に改善した。

AI SUMMARYThe Dandori task orchestration library was redesigned using a Bounded Adaptive Orchestration architecture to address performance bottlenecks caused by overly conservative safety constraints, resulting in improved flexibility and efficiency.

Tue, Jul 141 entries
新規収集INDEXED公式OfficialNews/Policy·Netflix TechBlog

大規模サービストポロジーの構築:アーキテクチャ、課題、そして得られた教訓Building Service Topology at Scale: Architecture, Challenges, and Lessons Learned

重要度 MediumMedium priority技術記事 · Industry & Policytechnical post · Industry & Policy

AI要約Netflixがマイクロサービス間の依存関係を大規模に可視化するサービストポロジー基盤の設計と運用上の知見を公開。信頼性向上とインシデント対応の迅速化に貢献する。

AI SUMMARYNetflix shares how it built a scalable service topology system to map microservice dependencies, detailing architectural decisions and operational lessons that improve reliability and incident response.

Wed, Jun 171 entries
公式OfficialGemini/Gemma·Google Developers Blog

A2UI + MCPアプリ:宣言型とカスタムエージェントUIの最良の組み合わせA2UI + MCP Apps: Combining the best of declarative and custom agentic UIs

重要度 InfoInformational深掘り候補 · 技術記事 · Gemini / GemmaDeep-dive candidate · technical post · Gemini / Gemma

AI要約MCP AppsとA2UIを統合する3つのアーキテクチャパターンを紹介する記事。カスタムiframe環境の柔軟性と宣言型UIの開発効率というトレードオフを解決し、エージェントUI設計に両者の長所を取り込む手法を解説している。

AI SUMMARYThis post presents three architectural patterns for combining MCP Apps and A2UI, resolving the tradeoff between custom iframe flexibility and declarative UI simplicity when building agentic interfaces.

Wed, May 131 entries
公式OfficialNews/Policy·Meta Engineering

Metaスケールでのデータインジェスチョンシステムの移行Migrating Data Ingestion Systems at Meta Scale

重要度 InfoInformational深掘り候補 · 技術記事 · Industry & PolicyDeep-dive candidate · technical post · Industry & Policy

AI要約Metaがソーシャルグラフの最新スナップショットを維持するデータインジェスチョンシステムを大規模に刷新した取り組みを解説。新アーキテクチャへの移行により、大規模環境での信頼性とスケーラビリティを大幅に向上させた。

AI SUMMARYMeta details how it revamped and migrated the data ingestion system used to keep social-graph snapshots up to date, adopting a new architecture that markedly improves reliability and scalability at massive scale.

Sat, May 91 entries
公式OfficialNews/Policy·Netflix TechBlog

Nebula ArchRulesでArchUnitをスケールさせるScaling ArchUnit with Nebula ArchRules

重要度 InfoInformational深掘り候補 · 技術記事 · Industry & PolicyDeep-dive candidate · technical post · Industry & Policy

AI要約NetflixがArchUnitを拡張したNebula ArchRulesを使い、複数チームにまたがるJavaサービスのアーキテクチャルールを一元管理・スケールさせるアプローチを紹介。

AI SUMMARYNetflix shares Nebula ArchRules, an ArchUnit extension that lets teams centrally define and enforce consistent architecture rules across large-scale Java services.