惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
aimingoo的专栏
aimingoo的专栏
T
The Blog of Author Tim Ferriss
IT之家
IT之家
罗磊的独立博客
博客园_首页
月光博客
月光博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
量子位
Hugging Face - Blog
Hugging Face - Blog
G
Google Developers Blog
博客园 - 叶小钗
H
Help Net Security
N
Netflix TechBlog - Medium
B
Blog
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
V2EX
Vercel News
Vercel News
博客园 - 三生石上(FineUI控件)

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - 2020science/ai-in-films-corpus: An annotated cor...
2020science · 2026-05-16 · via Hacker News: Show HN

A curated international corpus of feature films (1927–2026) in which artificial intelligence is a primary plot driver. Each entry is annotated for the kind of future the film depicts and how AI is portrayed within it, supporting comparative reading across decades, regions, and visions of what AI might mean for the human prospect.

169 films · 31 countries · 21 languages · 1927–2026

Led by Andrew Maynard working with Claude Code using Opus 4.7 Max

Associated Substack post: https://www.futureofbeinghuman.com/p/ai-movies-may-be-less-dystopian-than-we-think

May 14, 2026

What's in the repo

File What it is
corpus.json The corpus — 169 film entries, fully annotated
corpus-viewer.html A single-file browser viewer for the corpus (no server required)
codebook.md The classification codebook — futures orientation (8 categories) and AI portrayal (4 categories)
schema.md Comprehensive description of every JSON field
methodology.md How the corpus was built — inclusion criteria, sources, stages, audit, taxonomy development
futures-landscape.md The intellectual landscape behind the futures taxonomy: futures studies, SF criticism, and AI-narrative literature
bibliography.md A loose bibliography of works that informed the corpus and its taxonomies
LICENSE CC BY 4.0
CITATION.cff Machine-readable citation metadata for GitHub and academic citation managers

Using the viewer

Open corpus-viewer.html in a browser. If served alongside corpus.json (e.g. via a local web server), the viewer auto-loads the corpus; otherwise it accepts the JSON via drag-and-drop or file picker.

The simplest local serve, from the repo root:

python3 -m http.server 8000

Then open http://localhost:8000/corpus-viewer.html.

The viewer supports full-text search, filtering by country / language / decade / franchise / futures-orientation / AI portrayal, click-to-filter on tags and badges, and hoverable definitions for the two classification dimensions.

It's also available directly (with the current version of the corpus) at https://andrewmaynard.net/aimoviefutures/

Working with the corpus directly

The corpus is a single JSON array. Every entry follows the same schema (see schema.md). Quick example — filter to films classified as Protopia:

import json
with open('corpus.json') as f:
    corpus = json.load(f)
protopia = [film for film in corpus
            if film.get('analyses', {}).get('futures_orientation', {}).get('primary') == 'Protopia']
print(f"{len(protopia)} Protopia films")

Citing

If you use this corpus, please cite as:

Maynard, Andrew (2026). AI-in-Films Corpus. Version 1.0. https://github.com/[username]/ai-in-films-corpus

License

Released under Creative Commons Attribution 4.0 International (CC BY 4.0) — share and adapt freely with attribution. See LICENSE for the full text.

Author and context

Compiled by Andrew Maynard. The corpus and accompanying analyses underpin a planned 2026 Substack essay on AI in films at andrewmaynard.substack.com.

Status and limitations

  • The corpus reflects what was findable in publicly available sources at the time of compilation. Coverage is broader than typical English-language lists but not exhaustive — every analyst will know of films that were missed, and additions are welcome.
  • Classifications are interpretive judgments grounded in a documented codebook (codebook.md). Reasonable analysts will disagree on individual films, particularly those near category boundaries; the per-film justification field is provided to make each call inspectable.
  • The futures-orientation taxonomy focuses on the trajectory the AI makes legible in the film, not the strict end-state. See the codebook for the rationale and the trade-offs.
  • The critical_context field aims to point at the most relevant scholarship for each film. It was iteratively audited (see methodology.md), but bibliographic precision in this field should be treated as a guide rather than a verified citation list — readers should consult the named sources directly.
  • While the corpus was developed under the direction of Andrew Maynard, errors may have crept in through the use of Claude. Please treat with caution.

Contributing and corrections

While this corpus will only be updated occasionally, please feel free to replicate and expand on.