Skip to main content
株式会社オブライト

Articles tagged "GitHub"

3 articles

Software Development2026-07-15
[DeepWiki (deepwiki.com)](https://deepwiki.com/) Deep Dive — Cognition Labs' (the Devin Team) AI Documentation Tool That Turns Any GitHub Repo Into an Interactive Wiki Just by Replacing github.com With deepwiki.com in the URL, With 50,000+ Top OSS Repos Pre-Indexed, Architecture Diagrams + File-Linked Summaries + Natural-Language Chat for the Fastest Onboarding Path Official MCP Server for Cursor / Claude Code / Claude Desktop, Private-Repo Support via Devin Integration
**[DeepWiki (deepwiki.com)](https://deepwiki.com/) is an AI documentation tool from [Cognition Labs](https://www.cognition-labs.com/) — the [Devin](../columns/claude-fable-5-return-devin-cursor-2026-07) team**. **Replace `github.com` with `deepwiki.com` in any public GitHub URL** and the repo becomes an interactive wiki. **Core experience**: (1) **architecture diagrams** visualizing component dependencies, (2) **file-linked summaries** describing each module / function with direct links to the source, (3) **natural-language chat** grounded in the code ("who calls this function?", "why is it designed this way?"). **50,000+ top OSS repos are pre-indexed** (MCP, LangChain, Next.js, React, [Transformers](https://huggingface.co/docs/transformers), [VSCode](https://code.visualstudio.com/), [Playwright](https://playwright.dev/), etc.). **Private-repo support**: connect your GitHub to Devin and internal repos can also be analyzed by DeepWiki, with Devin's agent using the generated wiki when planning and executing tasks. **MCP server** — an **official one for [Cursor](../columns/cursor-ios-supports-2026-07-01) / [Claude Code](https://claude.com/product/claude-code) / Claude Desktop** so coding agents can consult DeepWiki mid-task. **Tech**: Cognition Labs' Devin AI plus the Claude Agent SDK (Claude 3.7-class LLMs); **free**. **Position**: alongside [Herdr (parallel execution)](../columns/herdr-terminal-agent-multiplexer-2026-07), [Mosaic (SHARED CONTROL)](../columns/mosaic-parallel-claude-code-2026-07), [Command Code (taste-1)](../columns/commandcode-taste-1-personalized-coding-agent-2026-07), [grill-me](../columns/grill-me-agent-skill-2026-07), and [Cerebras Gemma 4](../columns/cerebras-gemma-4-31b-multimodal-inference-2026-07), it occupies the **"understanding layer"** of the **"understand × parallel × personalized × thoroughly reviewed × fast inference" late-2026 AI dev stack**, cutting new-contributor onboarding from **days to hours**. **Caveats**: LLM hallucination remains (verify load-bearing claims by clicking through citations), Cognition Labs / Devin ecosystem dependency, and data-sovereignty considerations for private-repo use.
DeepWikiCognition LabsDevin
AI2026-04-24
Japan's Government AI "Genai" Open-Sourced — Commercial Use OK on GitHub for Public-Private Co-Creation [April 2026]
On April 24, 2026, Japan's Digital Agency open-sourced parts of its in-house generative AI environment, "Genai," on GitHub under a commercial-use-permitted license. Two repositories were published — genai-web (web UI) and genai-ai-api (admin app templates) — including AWS / Azure / Google Cloud-based templates. Targeted at ~180,000 central government staff in FY2026.
源内ガバメントAIデジタル庁
Software Development2026-03-08
Claude Code MCP Integration Guide — Accelerate Development with External Tool Integration
Model Context Protocol (MCP) is an open standard connecting Claude Code with external tools and data sources. Practical guide covering GitHub, Slack, Notion, AWS, GCP integration, custom MCP server creation, Hooks integration, and enterprise best practices for Tokyo development teams.
Claude CodeMCPModel Context Protocol