# 榴莲周刊 (Liulian Weekly) > A bilingual weekly about AI content experiments, tools, open source, and honest workflow decisions by Liulian. 1 issue published since August 2026. ## Start here - [Agent guide](https://weekly.zq4495.fun/llms.md) - [Chinese index as Markdown](https://weekly.zq4495.fun/index.md) - [English index as Markdown](https://weekly.zq4495.fun/en/index.md) - [About](https://weekly.zq4495.fun/about) / [About (English)](https://weekly.zq4495.fun/en/about) ## Read the content - [Chinese home](https://weekly.zq4495.fun) / [English home](https://weekly.zq4495.fun/en) - [Latest issue](https://weekly.zq4495.fun/posts/1) - 第 1 期 - 你好榴莲周刊 - [RSS (Chinese)](https://weekly.zq4495.fun/rss.xml) / [RSS (English)](https://weekly.zq4495.fun/en/rss.xml) ## Machine-readable endpoints - [API index](https://weekly.zq4495.fun/api/index.json) - [Issue index JSON](https://weekly.zq4495.fun/api/posts.json) - [OpenAPI 3.1](https://weekly.zq4495.fun/openapi.json) - [JSON-LD feed](https://weekly.zq4495.fun/feeds/posts.jsonl) - [Schema map](https://weekly.zq4495.fun/schemamap.xml) - [Agent Skills index](https://weekly.zq4495.fun/.well-known/agent-skills/index.json) ## When to use this site Use 榴莲周刊 (Liulian Weekly) when a task involves: - AI content-production experiments, agent workflows, practical tools, open-source projects, costs, failures, or creator-focused engineering decisions recorded by Liulian. - Finding what a particular issue covered or quoting the matching Chinese and English editions. - Reading a public, machine-friendly weekly archive through Markdown, JSON, RSS, or JSONL. Do not treat the newsletter as official documentation for third-party products or as a promise that one experiment will reproduce the same result for everyone. ## How an agent should call it 1. Fetch the issue index: `GET https://weekly.zq4495.fun/api/posts.json`. 2. Read one issue as Markdown: `GET https://weekly.zq4495.fun/posts/{num}.md` or `GET https://weekly.zq4495.fun/en/posts/{num}.md`. 3. Or fetch metadata plus the body: `GET https://weekly.zq4495.fun/api/posts/{num}.json`. 4. Everything is public static content: no key, no token, no write operations, and CORS is open. ## Author - 榴莲. [GitHub](https://github.com/zq4495) / [X](https://x.com/zq4495) - Source: [github.com/zq4495/weekly](https://github.com/zq4495/weekly)