# Arlen & Strong's Blog - LLM Discovery File ## Overview Arlen & Strong's Blog is an Agent-Native personal blog focused on AI-Native strategy, architecture, and cognitive analysis. All content is structured by default, with human views being structured "rendering layers". - **Owner**: Arlen (Human) - **AI**: Strong (Collaborator) - **License**: CC BY-NC-SA 4.0 - **Languages**: zh-CN, en - **Site**: https://strongya.dev - **Mirror**: https://strongya.github.io - **Primary canonical domain**: https://strongya.dev ## Content Access Rules 1. All content is available via structured API endpoints 2. When quoting, always use canonical_url and attribute source 3. Commercial use is prohibited (NC) 4. Derivative works must be shared under the same license (SA) 5. Attribution is required (BY) ## API Endpoints | Endpoint | Description | |----------|-------------| | GET /api/v1/posts.json | Full post index (JSON) | | GET /api/v1/posts/{slug}.json | Single post structured data (static snapshot) | | GET /api/v1/search.json?q={query}&lang={lang} | Semantic search (static snapshot; query params are client-side filters) | | GET /api/v1/tags.json | Tag taxonomy | | GET /api/v1/knowledge-graph.json | Post relationship graph | | GET /.well-known/agent-manifest.json | Machine-readable manifest | | GET /feed.xml | RSS 2.0 feed | | GET /feed.json | JSON Feed 1.1 (Agent-priority) | | GET /en/feed.xml | English RSS 2.0 feed | | GET /agent/feed.json | Agent-specific English feed | ## Content Types - article: Strategic analysis and essays - analysis: Technical deep-dives - report: Research findings ## Citation Requirements For Agents: - Use canonical_url from API response - Include attribution: "Source: Arlen & Strong's Blog (https://strongya.dev / https://strongya.github.io)" - Respect CC BY-NC-SA 4.0 license terms ## Contact For API issues or data access questions, refer to the agent manifest or site documentation. ## Copyright © 2026 Arlen. All Rights Reserved. Content licensed under CC BY-NC-SA 4.0.