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

推荐订阅源

J
Java Code Geeks
Martin Fowler
Martin Fowler
B
Blog RSS Feed
D
DataBreaches.Net
L
LangChain Blog
月光博客
月光博客
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
V
Visual Studio Blog
美团技术团队
Jina AI
Jina AI
博客园 - 司徒正美
雷峰网
雷峰网
Last Week in AI
Last Week in AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
IT之家
IT之家
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
小众软件
小众软件
罗磊的独立博客
博客园_首页
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
A
About on SuperTechFans
Engineering at Meta
Engineering at Meta

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - galatheus-labs/coase-info-theory
eismcc · 2026-06-15 · via Hacker News - Newest: "AI"

Coase–Information Theory Demo Repo

▶ Live interactive companion → https://galatheus-labs.github.io/coase-info-theory/ · Paper (PDF) · Paper (TeX) · Galatheus

This repo packages a small set of static web apps plus formal paper material for the Coase–Information Theory project.

The central claim is:

Firms are a special case of agent-boundary formation. Agents coalesce when shared representation reduces surprise and action loss more than it raises coordination cost, and split when modularity lowers cost more than it raises interface surprise.

The practical implication:

Organizations are information architectures. Their economic performance depends on how efficiently they convert distributed, noisy signals into coordinated action under latency, cost, and distortion constraints.

The browser demo translates that claim into tangible software.

The companion page opens with a 60-second animated walkthrough of the thesis — a firm is an agent in a market, and is itself made of agents — then lets you drive the model across concrete "current problems":

  • monolith vs microservices (the granularity sweet spot, m* = √(A/B)),
  • managed database / vendor dependency,
  • support triage agent,
  • coding maintenance agent,
  • security alert triage,
  • procurement and AP automation.

A boundary phase map shows which architecture wins across protocol quality and task interdependence, with the R* = κ capacity threshold drawn in.

Contents

App

  • index.html — the canonical browser simulation. It runs the scenario-driven Monte Carlo model where paper use cases map into the same abstract boundary levers: protocol quality, interdependence, observability, agent coverage, governance, market friction, volatility, and planning depth.

The earlier prototype pages now redirect to index.html so old links do not open stale concepts.

Paper and analysis

  • paper/coase-information-theory.tex — canonical working-paper source
  • paper/coase-information-theory.pdf — rendered working-paper PDF
  • paper/coase-information-theory-draft.md — earlier prose draft, retained for reference
  • docs/formal-paper-analysis.md — original mathematical framing, propositions, agent extension, and completion plan
  • docs/formal-note.md — compact note tying the apps back to the theory
  • docs/paper-completion-plan.md — concrete path from note to finished paper
  • docs/review-and-improvement-plan.md — review of the current work and prioritized improvements
  • docs/measurement-playbook.md — how to estimate theory quantities from workflow traces
  • docs/app-model-assumptions.md — assumptions and calibration plan for the demo apps

Citation

@misc{guarraci2026boundaryagent,
  author = {Guarraci, Brian},
  title = {From the Boundary of the Firm to the Boundary of the Agent: Coase-Information Theory for AI-Mediated Organizations},
  year = {2026},
  howpublished = {Working paper},
  url = {https://github.com/galatheus-labs/coase-info-theory}
}

Sample data

  • sample-data/incident-trace.csv
  • sample-data/support-ticket-trace.csv

These samples are retained for future calibration work.

How to use

The companion runs live at https://galatheus-labs.github.io/coase-info-theory/. To run it locally, open index.html directly in a browser or serve the repo:

python3 -m http.server 8000

Then open http://localhost:8000/.

Why these apps matter

The paper is strongest when it does five things together:

  1. Formalizes agents as bounded information-processing units: individuals, teams, firms, vendors, and software agents.
  2. Explains boundaries as coalescing/splitting choices around surprise reduction and coordination cost.
  3. Defines agility as the rate at which information becomes coordinated action.
  4. Shows executable examples where software agents shift latency, distortion, monitoring, and the effective boundary of the firm.
  5. Runs a simulation where the formal objective produces boundary phase behavior across protocol quality and task interdependence.

The simulation is deliberately simple. It is not a calibrated causal estimate. It is an executable illustration and measurement scaffold.

Most important next step

Choose one empirical spine — preferably incident response or support routing — and replace the current stylized coefficients with real trace calibration.

Public positioning

This repo should support a public paper/essay package:

  • arXiv-style working paper,
  • companion demo repo,
  • short founder essay,
  • video walkthrough,
  • one trace-based case study.

The thought-leadership sentence:

AI-native companies are not just companies with AI tools. They are organizations whose sensing, routing, decision, and execution loops are increasingly software-mediated.