Coding agents are great at building software. But to deploy to production they need three things from the cloud they want to host their app —an account, a way to pay, and an API token.
初学者常误以为部署到生产环境需要复杂的手动操作,而忽略了自动化工具如代理的存在。
Coding agents are great at building software. But to deploy to production they need three things from the cloud they want to host their app —an account, a way to pay, and an API token.
初学者常误以为部署到生产环境需要复杂的手动操作,而忽略了自动化工具如代理的存在。
The agent has gone from literal zero, no Cloudflare account at all, without any preconfigured [Agent Skills](https://github.com/cloudflare/skills) or [MCP server](https://blog.cloudflare.com/code-mode-mcp/), to having: * Provisioned a new Cloudflare account * Obtained an API token * Purchased a domain * Deployed an app to production
This showcases a significant non-consensus view that agents can autonomously perform complex tasks like account creation and app deployment, which might be surprising to some.
In one case [first reported by the Financial Times](https://www.ft.com/content/00c282de-ed14-4acd-a948-bc8d6bdb339d?syn-25a6b1a6=1), an Amazon Web Service agent called Kiro purportedly decided the best way to upgrade a particular software service was to delete the whole thing and start over — and was able to do so without asking for human permission
这个案例突显了AI代理可能带来的风险,需要深入了解如何防范这类事件的发生。
This paper introduces Autogenesis, a self-evolving agent
Autogenesis的引入代表了智能体领域的一项创新,它可能对智能体的未来发展方向产生重大影响。
Static agents age quickly. As deployment environments change and new tools arrive, the agents that survive will be the ones that can safely rewrite themselves.
该声明强调了静态智能体在快速变化的部署环境中的局限性,提出了智能体自我进化的必要性。
Our framework improves both the decision agent to learn better skill retrieval and action generation, while the skill bank agent continually extracts, refines, and updates skills together with their contracts.
该框架不仅提高了决策智能体的技能检索和动作生成能力,而且技能库智能体持续提取、精炼和更新技能及其合约,这表明了框架在技能管理和更新方面的效率。
Symphony also shines in large multi-agent workflows, where multiple agents work together on a single task.
非共识观点:Symphony在大型多代理工作流程中表现出色,挑战了传统单代理任务的观念。
Symphony started with a simple concept: any open task should get picked up and completed by an agent.
最佳实践建议:使用Symphony将任务分配给代理,提高工作效率和减少上下文切换。
Both illustrate how decomposing complex tasks across specialized agents can address problems that monolithic models handle poorly.
这一观点提出了多智能体架构在处理复杂任务中的优势,为解决单一模型难以处理的问题提供了新的解决方案。
The architecture scales horizontally to 300 sub-agents executing across 4,000 coordinated steps simultaneously, a substantial expansion from K2.5's 100 sub-agents and 1,500 steps.
大多数人认为AI系统的扩展主要依赖于增加单个模型的计算能力和参数规模,而非增加智能体的数量。作者提出的300个智能体并行执行的模式挑战了这一认知,暗示未来AI发展可能更侧重于'多智能体协作'而非'单一模型增强',这可能会重新定义AI系统的架构设计原则。
memory-driven experience scaling represents a crucial new frontier for agent scaling
大多数人认为智能体扩展应该主要通过增加模型参数或计算资源来实现。但作者提出经验驱动的记忆扩展是智能体扩展的关键新前沿,这挑战了传统扩展范式,暗示未来的AI发展可能更关注如何有效利用经验而非仅仅是扩大规模。
A core conviction at Sakana AI is that the most capable AI systems will not be monolithic models scaled in isolation, but collections of specialized agents working together.
大多数人认为更强大的AI需要更大的单体模型,通过扩展参数和计算能力来提升性能,但作者认为未来最强大的AI将是多个专业化智能体的集合,这直接挑战了当前AI行业的主流发展方向,暗示规模效应可能不是AI发展的唯一路径。
Sakana Fugu coordinates pools of frontier foundation models to achieve state-of-the-art performance across coding, mathematics, scientific reasoning, etc.
大多数人认为最先进的AI系统应该是单一的大型基础模型,但作者认为通过协调多个前沿基础模型组成的系统可以达到更好的性能。这挑战了当前AI行业追求更大单一模型的趋势,提出了一个多模型协作的替代路径。
Building on AGP, we present Autogenesis System (AGS), a self-evolving multi-agent system that dynamically instantiates, retrieves, and refines protocol-registered resources during execution.
传统多代理系统通常在运行前就定义好所有组件和交互方式,但作者提出了一种在执行过程中动态实例化、检索和细化协议注册资源的系统。这与静态部署、预定义架构的主流AI系统设计理念背道而驰,暗示了一种更加动态和自适应的系统架构。
Building on AGP, we present Autogenesis System (AGS), a self-evolving multi-agent system that dynamically instantiates, retrieves, and refines protocol-registered resources during execution.
大多数人认为多智能体系统应该在设计阶段就确定各个智能体的角色和交互方式,而不是在执行过程中动态调整。但作者提出的AGS系统强调在运行时动态实例化、检索和细化协议注册的资源,这挑战了传统多智能体系统的设计范式,引入了一种更加灵活和动态的智能体协作方式。
Each agent gets its own identity from a single domain. The address-based resolver routes support@yourdomain.com to a 'support' agent instance, sales@yourdomain.com to a 'sales' instance, and so on.
大多数人认为为每个AI代理创建独立身份需要复杂的身份管理系统和单独的资源分配,但作者提出一个反直觉方案:通过电子邮件地址路由就可以为每个代理创建独特身份,无需单独配置邮箱或资源,这挑战了传统多代理系统架构的设计理念。
SLM Mesh — P2P coordination across AI agent sessions via MCP. Broadcast + project-scoped messaging, offline queue with 48h TTL.
提出AI代理间的P2P协调机制而非传统的中心化架构是一个大胆的反传统设计。48小时离线队列TTL的概念挑战了实时通信的必要性,暗示了AI系统可能需要更像人类间歇性交流而非持续连接的通信模式。
Multi-agent orchestration isn't new, but we believe we've built a great experience for working with agents at scale.
尽管多智能体编排并不新鲜,但作者认为他们在这方面取得了显著的进步,这与行业对现有解决方案的普遍看法可能相悖。
All imagine that in the not-too-distant future many of us will designate some tasks that we currently undertake with our own brains and fingers on a physical PC to an agent that uses a virtual PC.
大多数人可能认为人类不会轻易将任务委托给AI代理,但作者描述了一个未来,其中许多任务将由AI代理完成,这挑战了人类对技术依赖的传统看法。
And it’s not just office work. Multi-agent tools like Google DeepMind’s Co-Scientist let researchers use teams of AI agents to coordinate literature searches, generate and test hypotheses, design experiments, and more.
大多数人可能认为人工智能在办公室工作中的应用仅限于数据处理,但作者提出,多智能体工具甚至可以用于研究工作,如文献搜索和实验设计。
A modern data context layer should essentially become a superset of what a semantic layer would traditionally cover. Sure, specific metric definitions can be hard-coded, but a modern context layer should include more to ensure agent autonomy – canonical entities, identity resolution, specific instructions to dissect tribal knowledge, proper governance guidance, and more.
作者对现代上下文层的定义提供了一个有洞见的扩展:它不仅是传统语义层的超集,还需要包含更多元素以确保代理自主性。这一观点突破了传统数据管理的边界,为构建真正智能的数据代理提供了更全面的框架。
The shift started with agentic tools like Codex, which has grown more than 5X since the start of the year. This includes customers like GitHub, Nextdoor, Notion, and Wonderful that are building multi-agent systems that can execute engineering work end-to-end.
代理工具采用率的5倍增长以及多代理系统能够端到端执行工程工作,代表了AI应用范式的重大转变。这表明企业正在从使用AI辅助任务转向构建能够自主完成复杂任务的AI团队,这将彻底改变软件开发和工程流程。
scaling Muse Spark with multi-agent thinking enables superior performance with comparable latency.
这一结果挑战了传统认知,即增加推理时间必然导致延迟增加,表明多智能体并行可能是实现高效推理的关键,为未来AI架构设计提供了新思路。
Contemplating mode provides significant capability improvements in challenging tasks, achieving 58% in Humanity's Last Exam and 38% in FrontierScience Research.
这些具体数字展示了多智能体并行推理的惊人效果,接近人类水平的能力提升,暗示了AI协作模式可能成为解决复杂问题的关键路径,而非单纯扩大模型规模。
scaling Muse Spark with multi-agent thinking enables superior performance with comparable latency.
令人惊讶的是:通过扩展并行智能体的数量而非延长单个智能体的思考时间,Muse Spark能够在保持相近延迟的同时实现更优性能。这种多智能体协调的推理方式挑战了传统AI模型通过增加计算时间提高性能的范式,为高效推理提供了新思路。
Lightweight Agent Detection & Response (ADR) layer for AI agents — guards commands, files, and web requests.
这个项目定义了一个新的'ADR'(Agent Detection & Response)层概念,这标志着AI安全领域的一个重要演进。从传统的端点保护转向专门针对AI代理的轻量级防护,反映了安全行业对AI特定威胁模式的适应和专业化。
Meta also explicitly highlighted parallel multi-agent inference as a way to improve performance at similar latency
令人惊讶的是,Meta明确强调了并行多代理推理作为在相似延迟下提高性能的方法。这表明AI系统正在从单一模型向多代理系统演进,可能是解决复杂问题的新范式,同时也暗示了未来AI系统架构的重大转变。
Agents should work through the same patterns and actions that humans use.
Agent不应创造独立的交互语言,而应“入乡随俗”。让Agent使用与人类相同的UI模式和操作路径,能极大降低认知负荷。这种原生化设计使得Agent的行为对人类变得“可读”,无需学习新心智模型即可理解其动作轨迹。
An agent cannot be held accountable. I think about this principle most. The instinct to put a human in the loop is understandable, but taken literally, it can mean a person approving every step before anything moves forward. The human becomes a bottleneck, rubber-stamping work rather than directing it, and you lose much of what makes agents valuable in the first place.
大多数人认为在AI系统中加入人类审批环节是确保问责制的必要措施,但作者认为这会使人类成为瓶颈,削弱代理的价值。这一观点挑战了AI安全与问责的主流思维,提出了一个非传统的责任分配模式。
A fourth built the presentation using a JavaScript library. A fifth critiqued the overall flow & content.
值得注意的是第五个agent的角色:批评与审视。在多智能体并行架构中,不仅需要执行具体任务的工人,更需要引入自我纠错与元认知机制。这种“左右互搏”的设计大大降低了并行带来的错误累积风险,是提升整体输出质量的关键洞见。
The secret is parallelization. Structure a plan at the start of the day that allows multiple agents to work simultaneously.
点出了tokenmaxxing的核心方法论:并行化。单线程的AI交互已无法触及生产力天花板,真正的飞跃来自于人类作为“编排者”,在每天清晨规划出多条互不依赖的AI工作流。这标志着人机协作模式的进化——从“操作员”变为“多线程调度器”。
what makes the LLM a disciplined wiki maintainer rather than a generic chatbot.
架构中的Schema层是约束LLM涌现行为的定海神针。没有结构化指令的LLM只是闲聊机器人,而Schema将其规训为严谨的“图书管理员”。这深刻揭示了在Agent架构中,显式规则约束比隐式能力依赖更为关键。
but would fail recognize that the feature didn't work end-to-end
这揭示了Agent在认知上的盲区:它容易陷入“代码视角”的自证预言,以为单元测试通过就等于功能完整。引入端到端浏览器自动化测试,是强迫Agent站在“用户视角”去验证,这是从开发者思维向产品思维跨越的关键。
see that progress had been made, and declare the job done
这是大语言模型常见的“过度乐观”陷阱。模型倾向于迎合用户的完成预期,而非客观审视实际进度。通过强制读取结构化的feature list,是用外部状态锚定来对抗模型的内在偏见。
each new engineer arrives with no memory of what happened on the previous shift
这个比喻极其精准地揭示了长周期Agent的核心困境。上下文窗口的限制使得Agent如同失忆的轮班工程师。因此,设计Agent系统的本质,就是设计一套高效的“交接班”机制,让隐性的经验显性化。
tuning a standalone evaluator to be skeptical turns out to be far more tractable
深刻揭示了LLM自我评价的局限性:生成器难以对自身工作保持批判性。通过解耦生成与评估,并刻意调优独立评估器的“怀疑态度”,能有效打破AI自嗨的闭环。这种对抗式架构是提升输出质量的强效杠杆。
exhibit "context anxiety," in which they begin wrapping up work prematurely
揭示了长任务Agent的深层心理机制——“上下文焦虑”。模型并非只是遗忘,而是会因接近上下文限制而“仓促收尾”。单纯的上下文压缩无法解决此问题,必须依赖彻底的上下文重置与结构化交接,这是设计长程Agent的关键洞见。
Designing for agents forced us to build a better tool for everyone.
这是一个充满辩证法的结论。Agent 所需的确定性、非交互性和显式声明,恰恰符合 Unix 哲学中“易与其他程序协作”的原则。为 Agent 约束而优化的接口,消除了人类在自动化脚本编写和测试中的痛点,实现了人机体验的统一与双赢,证明了良好抽象的普适价值。
Every prompt is a flag in disguise
这句话精准地概括了 CLI 工具现代化的核心原则。交互式提示虽然对人类友好,但对自动化脚本和 AI Agent 构成了不可逾越的障碍。将其转化为 flag,不仅是为 Agent 开门,更是强迫开发者理清“必需信息”的边界,从而设计出更健壮的接口。
Contextual Drag: How Errors in the Context Affect LLM Reasoning
相关工作「上下文拖拽」(Contextual Drag)的存在,说明这个研究方向正在快速形成:不只是「无关上下文缩短推理」,还有「错误上下文拖拽推理方向」。两篇论文合在一起暗示了一个新的研究领域:「上下文污染对推理模型的系统性影响」。对 AI Agent 的工程实践者而言,这意味着上下文管理策略(截断、摘要、过滤)将成为保障推理质量的核心工程能力,而非仅仅是 token 节省手段。
we conduct a systematic evaluation of multiple reasoning models across three scenarios: (1) problems augmented with lengthy, irrelevant context; (2) multi-turn conversational settings with independent tasks; and (3) problems presented as a subtask within a complex task.
三个测试场景的设计极具现实针对性:场景一对应「RAG 检索塞入大量背景文档」,场景二对应「多轮对话历史积累」,场景三对应「Agent 工作流中的子任务分解」。这三个场景恰好覆盖了当前 AI 产品的主流部署模式——这篇论文实际上是在说:我们正在大规模生产的所有 AI 产品,都可能在不知情的情况下运行着推理能力受损的模型。
this behavioral shift does not compromise performance on straightforward problems, it might affect performance on more challenging tasks.
「简单题不影响,难题可能变差」——这个不对称性极为危险。它意味着我们在用简单任务验证 Agent 可靠性时,得到的是虚假的信心。而当 Agent 真正面临高风险、高复杂度的任务时,上下文累积已经悄悄关闭了它的自我验证模式,在没有任何预警的情况下退化为浅层推理。这是一种「隐性能力衰减」,比显而易见的失败更危险。
this compression is associated with a decrease in self-verification and uncertainty management behaviors, such as double-checking.
推理链缩短不是随机裁剪,而是专门切掉了「自我验证」和「不确定性管理」这两类高价值行为。这说明模型在感知到上下文压力时,优先砍掉的恰恰是最关键的质量保障机制——就像一个疲惫的审计师在工作量激增时,第一个省掉的是「复核步骤」。这对 AI Agent 的可靠性设计是一个严峻警告:上下文越长越复杂,模型越容易跳过自检。
Overnight, agents can do maybe 200 human hours of work, but only for very agent-shaped tasks, so researchers need to deliberately sequence projects such that very long tasks suitable for agents happen overnight.
「喂饱 Agent 过夜」这个概念令人震惊:未来的研究者需要像农民「播种」一样,在下班前精心设计好「足够 Agent 形态的」长任务,让 AI 在人类睡眠的 8 小时里完成相当于 200 人时的工作,然后早上来「收割结果」。这意味着人类工作的节奏将被彻底重组——不再是「我来执行任务」,而是「我来为任务执行做准备」。
Build autonomous agents that plan, navigate apps, and complete tasks on your behalf, with native support for function calling.
一个能在手机上离线运行的 2B 模型,原生支持 Function Calling 和多步 Agent 规划——这意味着完全本地化的 AI Agent 在消费级硬件上正式成为现实。结合 Android Studio 的 Agent Mode 支持,AI Agent 从云端走向终端的时间点,可能比所有人预计的都要早。
Software agentsmay allow users to achieve their goals in complex environments with limited expertise.
In other scenarios, the agent may be continuously monitoring and analyzing theuser’s actions and proactively acting to assist the user.
Automation technology is capable of doing things on its own. Wecall such technology an agent, also sometimes called a software agent, intelligent agent, conversa-tional agent, personal digital assistant, or intelligent interactive system.
Wecall such technology an agent, also sometimes called a software agent, intelligent agent, conversa-tional agent, personal digital assistant, or intelligent interactive system.
Rather than treating a complex document as a single monolithic task, Deep Extract deploys sub-agents to break it down and conquer each piece, which is what allows it to remain accurate even on documents with thousands of rows across hundreds of pages.
大多数人可能认为处理复杂文档的最佳方式是将其作为一个整体来处理,保持上下文完整性。但作者提出将复杂文档分解为多个子任务并由子代理分别处理的方法更有效,这一方法挑战了文档处理中'整体优于部分'的传统认知,暗示分解策略可能更适合处理超长文档。
computer-use agents extend language models from text generation to persistent action over tools, files, and execution environments
作者暗示,从文本生成扩展到持久性工具使用是AI安全范式的一个根本转变,这一转变带来的安全挑战被当前研究低估。这挑战了将语言模型安全方法直接应用于代理系统的主流做法,提出了需要专门针对代理行为的安全评估框架。
harmful behavior may emerge through sequences of individually plausible steps
主流观点通常关注单个有害指令或直接的危险行为,但作者指出,计算机使用代理中的危险行为往往通过一系列看似合理的步骤累积产生。这一观点挑战了传统的安全评估方法,暗示我们需要关注代理的行为序列而非单一操作。
AI Agent 可以通过标准 MCP 协议直接读取和操作 𝕏 平台:搜索推文、发帖、查看用户信息、管理书签、收发私信等。
大多数人认为社交媒体平台会严格限制第三方自动化操作以防止滥用,但作者指出xAI全面开放了MCP协议支持,允许AI Agent直接执行各种操作,这与主流平台的封闭趋势形成鲜明对比。
Cephalosporins or extended-spectrum penicillins are commonly used (eg, cephalexin, 0.5 g orally four times daily for 7–10 days; see Table 35–6). Trimethoprim-sulfamethoxazole (two double-strength tablets orally twice daily for 7–10 days) should be considered when there is concern that the pathogen is MRSA (see Tables 35–5 and 35–6). Vancomycin, 15 mg/kg intravenously every 12 hours, is used for patients with signs of a systemic inflammatory response.
cephalexin, dicloxacillin, penicillin VK, amoxicillin/clavulanate, or clindamycin (for penicillin-allergic patients). [1-2] These beta-lactam antibiotics provide excellent coverage against streptococci and methicillin-susceptible S. aureus (MSSA
According to agent-centered theories, we each have both permissions and obligations that give us agent-relative reasons for action. An agent-relative reason is an objective reason, just as are agent neutral reasons; neither is to be confused with either the relativistic reasons of a relativist meta-ethics, nor with the subjective reasons that form the nerve of psychological explanations of human action
Agents follow the ReAct (“Reasoning + Acting”) pattern
An Agent often requires multiple calls to the LLM (Thought, Action, Observation, Thought, etc.) to complete a task. Each call incurs cost and latency.1
Tools give agents the ability to take actions. Agents go beyond simple model-only tool binding by facilitating: Multiple tool calls in sequence (triggered by a single prompt) Parallel tool calls when appropriate Dynamic tool selection based on previous results Tool retry logic and error handling State persistence across tool calls
When you bind tools directly to a Model, the model makes a single, stateless decision. It suggests the best tool for the immediate prompt and then stops.
The Agent, however, uses its loop (often ReAct: Reason, Act, Observe) to execute complex strategies
An LLM Agent runs tools in a loop to achieve a goal. An agent runs until a stop condition is met - i.e., when the model emits a final output or an iteration limit is reached.
The difference lies in autonomy and execution flow: A Model with Tools (via direct binding/function calling) is a single, stateless step where the LLM merely suggests the best tool and its arguments, requiring the developer to manually execute the tool and initiate any subsequent calls. In contrast, an Agent with Tools leverages an Agent Executor to manage a dynamic, multi-step loop (e.g., ReAct), where the LLM acts as the planner, deciding which tool to call next, and the Executor automatically runs the tool, feeds the observation back to the model, and repeats the cycle until the complex, multi-step goal is autonomously achieved.
what happens in living beings uh in living organisms
for - adjacency - TAG - living systems - cell agents - consciousness agent
tag the t agent framework t
for - definition - TAG - Tame AGent framework
What is an agent? read more in detail
if you go to another culture and you don't go through the participatory transformation, right? If you don’t, and you're just experiencing culture shock - domicide - the agent arena relationship isn't in place! Then none of those other meaning systems can work for you. There'll be absurd. They won't make sense. That's what he means by it being a Meta-Meaning system.
for - adjacency - culture shock - example of domicide - when the agent-arena relationship is not in place - participatory knowing - meta-meaning system - source - Meaning crisis - episode 33 - The Spirituality of Relevance Realization - Wonder/Awe/Mystery/Sacredness - John Vervaeke
Historically, AI was a tool
for - quote - AI: from tool b to agent - Roman Yampolskiy
quote - AI: from tool b to agent - Roman Yampolskiy - (see below)
Agent
Agent架构
by 2027 rather than a chatbot you're going to have something that looks more like an agent and more like a coworker
for - AI evolution - prediction - 2027 - AI agent will replace AI chatbot
Inpractice, an agent is an app running on a smartphone
Agent = process
the Bodhisattva vow can be seen as a method for control that is in alignment with, and informed by, the understanding that singular and enduring control agents do not actually exist. To see that, it is useful to consider what it might be like to have the freedom to control what thought one had next.
quote: Michael Levin
comment
example - control agent - imperfection: end
triggered insight: not only are thoughts and actions random, but dreams as well
According to the Bodhisattva model of intelligence, such deconstruction of the apparent foundations of cognition elicits a transformation of both the scope and acuity of the cognitive system that performs it.
Adaptive Stress Testing with Reward Augmentation for Autonomous Vehicle Validation
```js // Log the full user-agent data navigator .userAgentData.getHighEntropyValues( ["architecture", "model", "bitness", "platformVersion", "fullVersionList"]) .then(ua => { console.log(ua) });
// output { "architecture":"x86", "bitness":"64", "brands":[ { "brand":" Not A;Brand", "version":"99" }, { "brand":"Chromium", "version":"98" }, { "brand":"Google Chrome", "version":"98" } ], "fullVersionList":[ { "brand":" Not A;Brand", "version":"99.0.0.0" }, { "brand":"Chromium", "version":"98.0.4738.0" }, { "brand":"Google Chrome", "version":"98.0.4738.0" } ], "mobile":false, "model":"", "platformVersion":"12.0.1" } ```
```idl dictionary NavigatorUABrandVersion { DOMString brand; DOMString version; };
dictionary UADataValues { DOMString architecture; DOMString bitness; sequence<NavigatorUABrandVersion> brands; DOMString formFactor; sequence<NavigatorUABrandVersion> fullVersionList; DOMString model; boolean mobile; DOMString platform; DOMString platformVersion; DOMString uaFullVersion; // deprecated in favor of fullVersionList boolean wow64; };
dictionary UALowEntropyJSON { sequence<NavigatorUABrandVersion> brands; boolean mobile; DOMString platform; };
[Exposed=(Window,Worker)] interface NavigatorUAData { readonly attribute FrozenArray<NavigatorUABrandVersion> brands; readonly attribute boolean mobile; readonly attribute DOMString platform; Promise<UADataValues> getHighEntropyValues (sequence<DOMString> hints ); UALowEntropyJSON toJSON (); };
interface mixin NavigatorUA { [SecureContext] readonly attribute NavigatorUAData userAgentData ; };
Navigator includes NavigatorUA; WorkerNavigator includes NavigatorUA; ```
Ownership – identifiers created must be able to have their management restricted to particular agent;
{Single Agent}
a collection of autonomous agents
Agent Based Modeling
// Insight Maker is used to model system dynamics and create agent based models by creating causal loop diagrams and allowing users to run simulations on those
[Neumann, Gros, NeurIPS, 2022] - "SCALING LAWS FOR A MULTI-AGENT REINFORCEMENT LEARNING MODEL"
Page recommended by @wfinck. Seems @karlicoss is the author. This project seems similar to what I've been trying to do with Hypothes.is, Obsidian, Anki, Zotero, and PowerToys Run but goes beyond the scope of my endeavors to just quickly access whatever resource comes to mind (without creating duplicates). The things that Promnesia adds beyond my PKM stack is the following: - prioritize new info - keeping track of which device things were read and how long
Right? You said... No, no, bullshit. Let's write it all down and we can go check it. Let's not argue about what was said. We've got this thing called writing. And once we do that, that means we can make an argument out of a much larger body of evidence than you can ever do in an oral society. It starts killing off stories, because stories don't refer back that much. And so anyway, a key book for people who are wary of McLuhan, to understand this, or one of the key books is by Elizabeth Eisenstein. It's a mighty tome. It's a two volume tome, called the "Printing Press as an Agent of Change." And this is kind of the way to think about it as a kind of catalyst. Because it happened. The printing press did not make the Renaissance happen. The Renaissance was already starting to happen, but it was a huge accelerant for what had already started happening and what Kenneth Clark called Big Thaw.
!- for : difference between oral and written tradition - writing is an external memory, much larger than the small one humans are endowed with. Hence, it allowed for orders of magnitude more reasoning.
A cognitiveagent is needed to perform this very action (that needs to be recurrent)—and another agent is neededto further build on that (again recurrently and irrespective to the particular agents involved).
This appears to be setting up the conditions for an artificial cognitive agent to be able to play a role (ie Artificial Intelligence)
CSP is taking away too much of the user's power and control over their browser use
Whether to inject behavior into a Web page is my choice. How I do so is nobody's business. If a need that can be met with a bookmarklet instead requires a set of browser-specific extensions, that's a tax on developers.
browser extension
I've spent a lot of time in frustrated conversations arguing the case for browser extensions being treated as a first class concern by browser makers (well, one browser maker). But more and more, I've come to settle on the conclusion that any browser extension of the sort that Wildcard is should also come with the option of using it (or possibly a stripped down version) as a bookmarklet, or a separate tool that can process offline data—no special permissions needed.
(This isn't because I was wrong about browser extensions; it's precisely because extension APIs were drastically limited that this becomes a rational approach.)
Krueger, P., Callaway, F., Gul, S., Griffiths, T., & Lieder, F. (2022). Discovering Rational Heuristics for Risky Choice. PsyArXiv. https://doi.org/10.31234/osf.io/mg7dn
To be clear, I am not advocating overthrowing the state or any of the other fear-mongering mischaracterizations of anarchism. I am advocating ceasing to spend all of our resources focusing on the state as the agent of the change we seek. We no longer have the time to waste.
Karimi, Fariba, and Petter Holme. ‘A Temporal Network Version of Watts’s Cascade Model’. ArXiv:2103.13604 [Physics], 25 March 2021. http://arxiv.org/abs/2103.13604.
Gupta, Prateek, Tegan Maharaj, Martin Weiss, Nasim Rahaman, Hannah Alsdurf, Abhinav Sharma, Nanor Minoyan, et al. ‘COVI-AgentSim: An Agent-Based Model for Evaluating Methods of Digital Contact Tracing’. ArXiv:2010.16004 [Cs], 29 October 2020. http://arxiv.org/abs/2010.16004.
This is a useful little tip.
Gordon, D. E., Hiatt, J., Bouhaddou, M., Rezelj, V. V., Ulferts, S., Braberg, H., Jureka, A. S., Obernier, K., Guo, J. Z., Batra, J., Kaake, R. M., Weckstein, A. R., Owens, T. W., Gupta, M., Pourmal, S., Titus, E. W., Cakir, M., Soucheray, M., McGregor, M., … Krogan, N. J. (2020). Comparative host-coronavirus protein interaction networks reveal pan-viral disease mechanisms. Science, 370(6521). https://doi.org/10.1126/science.abe9403
Smaldino, Paul E., and Cailin O’Connor. ‘Interdisciplinarity Can Aid the Spread of Better Methods Between Scientific Communities’. MetaArXiv, 5 November 2020. https://doi.org/10.31222/osf.io/cm5v3.
Identify your user agents When deploying software that makes requests to other sites, you should set a custom User-Agent header to identify the software and provide a means to contact its maintainers. Many of the automated requests we receive have generic user-agent headers such as Java/1.6.0 or Python-urllib/2.1 which provide no information on the actual software responsible for making the requests.
Gleeson, J. P., Onaga, T., Fennell, P., Cotter, J., Burke, R., & O’Sullivan, D. J. P. (2020). Branching process descriptions of information cascades on Twitter. ArXiv:2007.08916 [Physics]. http://arxiv.org/abs/2007.08916
Sturniolo, S., Waites, W., Colbourn, T., Manheim, D., & Panovska-Griffiths, J. (2020). Testing, tracing and isolation in compartmental models. MedRxiv, 2020.05.14.20101808. https://doi.org/10.1101/2020.05.14.20101808
Marshall, B. D. L., & Galea, S. (2015). Formalizing the Role of Agent-Based Modeling in Causal Inference and Epidemiology. American Journal of Epidemiology, 181(2), 92–99. https://doi.org/10.1093/aje/kwu274
allows you to deploy "'strict-dynamic' in a backwards compatible way, without requiring user-agent sniffing
Each request to the API must be accompanied by a user agent request header. Typically this should be the name of the app consuming the service.
sentinel
An agent tracking developments in human-specified, or agent-sensed, topics. Like a watchlist, google search, etc, It would need to be able to do topic mapping and merging.
Check a landlord or agent
A computer simulation of refugees’ journeys as they flee major conflicts can correctly predict more than 75 percent of their destinations, and may become a vital tool for governments and NGOs to help better allocate humanitarian resources.
(like “nature itself,” notmerely our representations of it!) has a history
RE: "Nature itself" having a history
Nathaniel's in-class comments last week were very helpful to hear prior to the readings this week. It is particularly helpful to consider the paradox that some folks want to protect the Earth from humans and somehow return it to a point "before humans," as though the Earth exists outside of humans and we are pure agents acting upon it. (Which is where we get things like this video that has been going around Facebook because of Earth Day:) https://www.youtube.com/watch?v=49w7GHVYoI0
This video pretends the Earth is an agent, but it actually only reflecting human actions back on humans. There is an underlying argument that our relationship to the planet is only the things we do to it and not all the other relationships and existences on and in it.
That changed with the end of WWII. Waves of discharged soldiers subsidized by the GI Bill, joined by the children of the expanding middle class, wanted or needed a college degree.