不做 n×m 点对点迁移,通过 neuDrive 做 n→1→m 中心化枢纽:一次导出,任意 Agent 消费。
中心化迁移更高效 避免多平台间重复迁移,通过neuDrive作为统一枢纽,大幅降低迁移复杂度和维护成本。
不做 n×m 点对点迁移,通过 neuDrive 做 n→1→m 中心化枢纽:一次导出,任意 Agent 消费。
中心化迁移更高效 避免多平台间重复迁移,通过neuDrive作为统一枢纽,大幅降低迁移复杂度和维护成本。
Aegis Core provides the foundational infrastructure for orchestrating LLM-based security agents, monitoring their behavior, and tracking the evolution of AI security capabilities over time.
这段陈述定义了Aegis Core的核心功能,它不仅仅是一个工具,而是一个完整的生态系统,用于管理AI安全代理并监控其行为。这种架构反映了当前AI安全研究的一个重要趋势:从静态防御转向动态监控和适应。
The fundamental architecture remains: Ollama inserts itself as a middleman between you and your models, and that middleman is slower, less capable, and less compatible than the tools it sits on top of.
这句话精辟地指出了Ollama的核心架构问题——它将自己定位为用户与模型之间的中间层,但这个中间层实际上增加了复杂性、降低了性能和兼容性,违背了'简化'的初衷,这种设计哲学值得深思。
JavaScript is not available. We've detected that JavaScript is disabled in this browser.
这个看似简单的错误信息揭示了现代网络平台对JavaScript的绝对依赖,反映了Web架构的根本性转变。从静态HTML到动态JavaScript的依赖,不仅是技术选择,更是一种商业模式——通过JavaScript控制用户体验和数据收集。
未来的 CNC 也许不是一团越来越大的连续表征,而会更像一套可路由、可组合、局部更容易检查的机器底座。
这一观点挑战了当前AI模型向更大规模发展的主流趋势。作者提出神经计算机可能更接近离散、稀疏、局部可验证的结构,这暗示了AI发展可能存在与当前大模型路线完全不同的方向,具有颠覆性意义。
we rebuilt our pretraining stack with improvements to model architecture, optimization, and data curation.
这一声明揭示了Meta可能采用了全新的预训练方法,结合架构、优化和数据筛选的全面革新,这可能解释了他们如何实现如此显著的效率提升,值得深入探究这些改进的具体技术细节。
Gemini Robotics-ER 1.6 can use points as intermediate steps to reason about more complex tasks. For example, it can use points to count items in an image, or to identify salient points on an image to help the model perform mathematical operations to improve its metric estimations.
这一描述揭示了AI如何通过简单的交互元素(点)构建复杂的推理能力。这种将基础交互能力作为构建块的方法,展示了AI系统在认知架构上的创新。这种渐进式推理能力可能成为未来AI解决复杂任务的关键,同时也提出了关于AI认知过程透明度的重要问题:我们如何理解和验证这种多步骤推理的可靠性?
The core philosophy of MCP is simple: it's an API abstraction. The LLM doesn't need to understand the _how_; it just needs to know the _what_.
这是一个深刻的架构洞见,揭示了MCP与Skills的根本区别。MCP通过抽象API实现了关注点分离,使LLM只需关注'做什么'而非'怎么做',这种设计大大简化了AI与服务的交互复杂度,代表了更优雅的工程思维。
Routines execute on Anthropic-managed cloud infrastructure, so they keep working when your laptop is closed.
这是一个关键的架构洞察,表明Routines不依赖于用户的本地设备,而是运行在云端。这解决了传统自动化工具的一个主要痛点:持续运行能力。这种设计使得AI辅助的自动化能够真正实现'离开电脑也能工作'的愿景。
We introduce GateSWA, an efficient hybrid attention variant that replaces learnable sink mechanisms in hybrid SWA models with an element-wise gate.
GateSWA的设计代表了一个令人惊讶的见解:通过简单的元素级门控机制,可以消除滑动窗口注意力中的注意力汇点问题,而不需要引入额外的可学习汇点标记。这种设计不仅简化了模型架构,还提高了长上下文建模的稳定性和效率,为高效注意力机制的设计提供了新思路。
Memory is now an extensible plugin system. Swap in any backend, or build your own.
令人惊讶的是:Hermes Agent 将记忆系统转变为可扩展插件架构,这打破了传统AI系统中记忆功能通常被硬编码的限制。用户现在可以自由替换或自定义记忆后端,这种开放性在AI代理开发中相当罕见,为个性化定制提供了前所未有的灵活性。
原生多模态能力的引入并未削弱其编程逻辑,编程能力仍属于国内第一梯队。
令人惊讶的是,GLM-5V-Turbo在增强视觉能力的同时,保持了其文本编程能力不退步。这打破了'增加模态会削弱核心能力'的常见认知,证明了多模态模型可以同时保持多种高水平的认知能力,这是AI架构设计上的重大突破。
Verification successful. Waiting for www.producthunt.com to respond
令人惊讶的是:即使通过了安全验证,用户仍需等待网站响应,这揭示了现代Web架构中安全检查与内容交付分离的设计模式,以及用户体验与安全防护之间的微妙平衡。
Meta also explicitly highlighted parallel multi-agent inference as a way to improve performance at similar latency
令人惊讶的是,Meta明确强调了并行多代理推理作为在相似延迟下提高性能的方法。这表明AI系统正在从单一模型向多代理系统演进,可能是解决复杂问题的新范式,同时也暗示了未来AI系统架构的重大转变。
Gemma4-31B worked in an iterative-correction loop (with a long-term memory bank) for 2 hours to solve a problem that baseline GPT-5.4-Pro couldn't
令人惊讶的是,较小的Gemma4-31B模型通过迭代修正循环和长期记忆库工作了2小时,解决了GPT-5.4-Pro无法解决的问题。这表明模型架构创新和推理能力可能比单纯的规模扩展更重要,为AI发展提供了新的方向。
We replace persistent autograd graphs with stateless layer templates, binding weights dynamically as they stream in, eliminating persistent graph metadata while providing flexibility in scheduling.
令人惊讶的是:研究团队摒弃了传统的持久化自动微分图,采用无状态层模板和动态权重绑定的创新方法,这不仅消除了图元数据开销,还提供了调度灵活性。这种架构层面的创新可能是实现单GPU训练百亿参数模型的关键突破。
Unlike traditional GPU-centric systems, MegaTrain stores parameters and optimizer states in host memory (CPU memory) and treats GPUs as transient compute engines.
令人惊讶的是:这项研究彻底颠覆了传统GPU训练范式,将百亿参数模型的训练重心从GPU转移到CPU内存,这打破了人们对GPU作为AI训练核心的固有认知。这种'GPU仅作为计算引擎'的理念可能重新定义大模型训练的基础架构。
Robert Martin in Clean Architecture talks about code as having two properties: value (it works, it's fast, etc.) and structure (how code is organised).
【启发】把 Robert Martin 的「价值 vs 结构」二元框架带入 AI Agent 时代,是一个极聪明的理论嫁接。AI 天然只关心「价值」(能跑通、能完成任务),却倾向于忽略「结构」(代码是否整洁、是否可维护)。这意味着在 AI 驱动的开发工作流中,「守护结构」必须成为人类工程师的核心职责——这是 AI 无法自发完成的工作,也因此成了人类不可替代的价值所在。
see that progress had been made, and declare the job done
这是大语言模型常见的“过度乐观”陷阱。模型倾向于迎合用户的完成预期,而非客观审视实际进度。通过强制读取结构化的feature list,是用外部状态锚定来对抗模型的内在偏见。
The trick is to think about the _information_ first and the input method second.
这是一个极具启发性的架构思维。开发者常陷入“怎么让用户输入”的交互细节中,却忽略了核心是“系统需要什么数据”。先定义数据契约,再适配输入方式(交互式、参数、配置文件),能瞬间解耦业务逻辑与交互层,大幅提升工具的可组合性。
Develop applications with strong audio and visual understanding, for rich multimodal support.
令人意外的架构决策:音频输入能力是 E2B/E4B 专属的,反而是更大的 26B 和 31B 模型不支持音频。这意味着 Google 刻意把语音能力部署在边缘端——暗示他们对端侧语音助手场景的押注,而非将音频作为云端大模型的特权能力。小模型反而是音频 AI 的「第一公民」。
the LLM can effectively track functional emotional states of entities in its context window, including the Assistant, by attending to these representations across token positions, a capability of transformer architectures not shared by biological recurrent neural networks
Transformer 的注意力机制赋予了 LLM 一种人类大脑没有的能力:通过「回溯注意」缓存过去所有位置的情绪向量,实现跨时间的情绪追踪。这是 Transformer 架构与人类循环神经网络的根本差异——Claude 追踪情绪的方式,比人类大脑更像「翻阅历史记录」。
our DFC is architecturally designed with three distinct sections: A shared dictionary, A "French-only" section, An "English-only" section
Dedicated Feature Crosscoder(DFC)的三段式架构设计是这项研究的核心技术突破:通过分别建立「共享词典」和两个「专属词典」,强制让模型差异特征有独立的表示空间,而非被混入共享特征中。令人惊讶的是,如此影响深远的安全工具,其设计思路竟然与字典编纂学高度同构。
This unified design naturally extends beyond static images to video, voice agents, and fully interactive world simulators.
令人惊讶的是:UNI-1的统一设计能够自然地扩展到视频、语音代理和完全交互式世界模拟器,这表明该模型架构具有极强的可扩展性,可能成为未来多模态AI系统的基础框架。
SOTA models of different architectures and parameter scales exhibit highly consistent failure patterns on the same set of hard samples, suggesting that the performance bottleneck stems from shared deficiencies in training data rather than architecture itself.
大多数人认为不同架构的模型会有不同的失败模式和弱点,但作者发现无论架构和参数规模如何,SOTA模型在相同困难样本上表现出高度一致的失败模式,这表明性能瓶颈源于训练数据的共同缺陷,而非架构差异,这一发现挑战了模型多样化的传统观点。
they fuse streaming data construction with a unified model so the memory supports both real-time q&a and long-horizon interaction, which is nontrivial under strict latency constraints
大多数系统设计者可能认为实时问答和长时程交互需要不同的处理架构,但作者通过融合流式数据构建和统一模型,使内存同时支持这两种功能。这一设计挑战了实时系统处理复杂性的常规认知,表明在严格的延迟约束下实现多功能整合是可行的,这为实时AI助手的设计提供了新思路。
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.
大多数人可能认为处理复杂文档的最佳方式是将其作为一个整体来处理,保持上下文完整性。但作者提出将复杂文档分解为多个子任务并由子代理分别处理的方法更有效,这一方法挑战了文档处理中'整体优于部分'的传统认知,暗示分解策略可能更适合处理超长文档。
we have kept the memory modules separate for each pipeline — precisely so that memory can be better isolated and iteratively improved during early development.
大多数人可能认为统一架构应该共享内存模块以提高效率,但作者选择为每个管道保持独立的内存模块,这挑战了系统设计的常规优化思路。这种分离方法虽然可能牺牲一些效率,但为早期开发提供了更大的灵活性和迭代空间。
Reconstructing raw inputs forces models to model irrelevant low-level detail. Predicting in a learned embedding space allows the model to focus on semantically meaningful, causally relevant features.
大多数人认为AI模型需要重建完整的输入数据才能理解世界,但作者认为这种方法迫使模型关注无关的低级细节。相反,在嵌入空间中进行预测可以让模型专注于语义上有意义、因果相关的特征,这是一个反直觉的见解。
these two challenges are fundamentally distinct: the former relies on fuzzy semantic planning, while the latter demands strict logical constraints
主流AI研究通常将语义规划和逻辑验证视为可以统一处理的问题,但作者明确指出它们是根本不同的挑战。这一观点与当前大多数LLM代理方法相悖,暗示了单一神经网络架构的局限性。
role-differentiated proposer/executor/checker/adversary systems may reduce correlated error under asymmetric information and verification burden.
大多数AI系统设计倾向于使用单一或少数几个组件来完成所有任务。但作者提出角色分化的提议者/执行者/检查者/对抗者系统可能减少在信息不对称和验证负担下的相关错误。这一观点挑战了当前AI系统设计的单一或少数组件架构,暗示多角色专业化可能更有效。
内置视频和音乐生成
大多数人认为AI系统需要专门的模块或插件来处理多媒体内容生成,但作者暗示OpenClaw已经将这些功能'内置',表明其架构已经实现了高度整合,挑战了AI系统模块化设计的传统观念。
Sandboxes made for running tens of thousands of agents
大多数人认为在单个系统中运行数万个AI代理是不现实的,会导致资源竞争和性能下降。Freestyle明确将此作为设计目标,暗示他们的架构可能重新定义了AI代理的规模边界,挑战了关于AI系统可扩展性的主流认知。
https://web.archive.org/web/20260404074858/https://interconnected.org/home/2026/03/28/architecture
[[Matt Webb p]] on architecture in general and it architecture wrt AI
The unofficial API authenticates using your actual Sunsama email and password. So my serverless function needs to store my real credentials.
Does it? It's not obvious from the problem and proposed approach described here that the homespun service doing the LLM work (or, rather, coordinating it) and the client submitting stuff to the third-party service need to be the same.
The client really only needs to authenticate with the service and ferry data into the account. The data can be prepped elsewhere. The only real constraint is that it comes from a trusted source.
The tablet wasfound by archaeologists in the foundations of the temple of Inannain Lagash, called the Ibgal. This extensive complex was oval inshape, as were many Early Dynastic temples in other cities, with alarge courtyard and a platform on which Inanna’s temple wasconstructed.
What is the general history of oval-shaped architecture? Is there an explicit link between the Oval shape of the complex at Ibgal, the temple (or house) of Inanna in Lagash and the oval office at the White House?
Keep in mind that modern knowledge of large portions of the Ancient Near East only surfaced after the 1800s, so the tradition would have required intermediaries from the ANE into other cultures to be passed down to the building of the White House in 1792.
Some good pointers to [[Brian Eno c]] work and thinking, to follow up.
Also good anecdote from one of those links on Rem Koolhaas notion of n:: premature sheen Making things look nice early takes away from thinking about other points of quality. Jeremy applies it to AI too, the premature sheen generate awe, but not quality output.
for - Yann Lecun - paper - Yann Lecun - AI - LLMs are dead - language is optional for reasoning - to paper - VL-JEPA: Joint Embedding Predictive Architecture for Vision-language - https://hyp.is/eSxi8OxGEfCF7QMFiWL9Fg/arxiv.org/abs/2512.10942
Comment - That language and reasoning are separate is obvious. - If we look at the diversity of life and its ability to operationalize goal seeking behavior, that already tells you that - Michael Levin's research on goal-seeking behavior of organisms and the framework of multi-scale competency architecture validates Lecun's insight - Orders of magnitude fewer efficiency of Lecun's team's prototype compared to LLM also validates this
anthroposine's cognitive architecture
for - anthropocene - cognitive architecture
It's what my favorite archaeologist Bruce Trigger calls a thermodynamic explanation of symbolic behavior
for - paper - Monumental architecture: A thermodynamic explanation of symbolic behavior - Bruce Trigger
Frank Gehry, Titan of Architecture, Is Dead at 96 - The New York Times<br /> by [[Nicolai Ouroussoff]]<br /> accessed on 2025-12-06T07:42:42
for - Michael Levin - Multi Scale Competency Architecture - Hierarchical systems
Summary - Biomimicry - mimicking natural systems for new AI models - human body is a hierarchical system - society is extension of human body and also hierarchical system
living beings are organized in hierarchical structure from cells up until ecosystem.
for - multi-scale competency architecture - extend hierarchy of human body to society - continuation of levels - human being as cell in social superorganism - adjacency - multi-scale competency architecture - social superorganism
It's an Olivetti Valentine. An iconic piece of design with mechanicals almost identical to the Lettera 32. Its designer, Ettore Sotsass, was apparently not fond of it ("I worked as an architect for sixty years of my life and all people know is this fucking plastic machine" - or something to that effect) and its first production run was not particularly popular.
source for this?? interesting, if true
https://www.reddit.com/r/typewriters/comments/1mxxqkl/dieter_rams_typewriter_model/
Invisible architectures, on the other hand, consist of ways that our worldis structured for us and by us, except that the structure itself is not imme-diately visible
for - meme - invisible architecture - insight - language - as unintentional invisible architecture
Indeed, if each of us is a universe, home to species who are home to species,then who is us and who is
for - multi-scale competency architecture - language for
I envision a time when we are present to both our unitedness and ouruniqueness, similar to the way in which our own body’s many different typesof cells function togeth
for - multi-scale competency architecture - Michael Levin
Hill, Rosemary. Review of Use your theodolite, by Colin Richards and Vicki Cummings. London Review of Books, December 26, 2024. https://www.lrb.co.uk/the-paper/v46/n24/rosemary-hill/use-your-theodolite.
If architecture is defined as construction aesthetically conceived, then stone circles, which often have a clear entrance and worked surfaces to distinguish between the interior and the exterior, are unquestionably architecture.
what's more important from the perspective of a software architect is why a particular implementation or approach was chosen over its alternatives. A common way to document decisions like this is to use architecture decision records, ideally stored in source control with or near the application(s) impacted by the decision.
Why is more important than how
Everything is a trade-off
Software architecture choices include specific structural options from possibilities in the design of the software.
The software design model can be compared to an architected plan for a house. High-level plans represent the totality of the house (e.g., a three-dimensional rendering of the house). Lower-level plans provide guidance for constructing each detail (e.g., the plumbing lay). Similarly, the software design model provides a variety of views of the proposed software solution.
including both high-level software architecture and low-level component and algorithm design.
software design is the higher-level/broader/parent concept, which includes: - software architecture: high-level design - algorithm design and other lower-level design
The first one is about using the code artefacts (classes, variables, modules, …) names to convey both domain and architectural meaning.
“[…] an architecturally evident coding style that lets you drop hints to code readers so that they can correctly infer the design.”
"so that they can correctly infer the design"!
In this diagram, the dependency direction goes inwards, meaning that outer layers know about inner layers, but not the other way around.
what we want in our bodies is a mind melt of cells that cells forget about their own little ego and start identifying with a larger Collective of the organ and the way cells do that is through bioelectricity it is what Michael Levan calls a cognitive glue
for - multi-scale competency architecture - groups of individuals coalesce into an individual at a higher level - SOURCE - Youtube - Bioelectric fields: A Paradigm Shift in Biology - Michael Levin - 2025, Jan
Transdisciplinary sustainability science is increasingly applied to study transformative change. Yet, transdisciplinary research involves diverse actors who hold contrasting and sometimes conflicting perspectives and worldviews. Reflexivity is cited as a crucial capacity for navigating the resulting challenges
for - adjacency - reflexivity - tool for transdisciplinary research - indyweb - people-centered interpersonal information architecture - mindplex - concept spaces - perspectival knowing - life situatedness - SRG transdisciplinary complexity mapping tool - SOURCE - paper - Reflexivity as a transformative capacity for sustainability science: introducing a critical systems approach - Lazurko et al. - 2025, Jan 10
adjacency - between - reflexivity - tool for transdisciplinary research - indyweb - people-centered, interpersonal information architecture - mindplex - concept space - perspectival knowing - life situatedness - SRG transdisciplinary complexity mapping tool - adjacency relationship - This paper is interesting from the perspective of development of the Indyweb because there, - the people-centered, interpersonal information architecture intrinsically explicates perspectival knowing and life-situatedness - Indyweb can embed an affordance that is a meta function applied to an indyvidual's mindplex that - surfaces and aspectualizes the perspective and worldview salient to the research - The granular information that embeds an indyvidual's perspectives and worldviews is already there in the indyvidual's rich mindplex
also what it requires is to recast the individual as a non individual
for - adjacency - post Capitalist spiral - 5 Element Mandala - the individual as non-individual - Michael Levin's - Multi-Scale Competency Architecture - Post Capitalist Philanthropy - Alnoor Ladha - Lynn Murphy - 2023 - Stop Reset Go - Deep Humanity - Individual / Collective Gestalt
Information architecture is a task often shared by designers, developers, and content strategists. But regardless of who takes on the task, IA is a field of its own, with influences, tools, and resources that are worth investigation. In this article we’ll discuss what information architecture really is, and why it’s a valuable aspect of the user experience process.
Should we optimize for searching or browsing?¶ Documentarians may have to determine whether users search or browse for content of interest. What you decide may influence how to focus your resources: SEO and search tools or navigation aids. The resolution to this may depend on your users and what they’re looking for… and also your product interface. Some users, those who frequently search online for content, may prefer to search through your documentation (for example, spending 70% of their time on search and 30% navigation). Other users may prefer to use your site’s navigation system (for example, 30% search and 70% navigation). Nonetheless, some documentarians assume that searching is the primary method that all users rely on. Some indicate that it’s important to have both methods available for the users to select what they want to do. Information architecture (IA) helps a docs team to develop content in a structured and comprehensive manner. A navigation methodology can implement the IA of the documentation system. So, if your team has developed a structure for the content, you can use it as a navigation device for your readers. As one person indicated: No documentation should be random pages of text. Readers use the structure to learn relationships between different features, use cases, or topics. Searching and browsing are complementary actions. The method used by any one person may depend on different factors and users may use both. Offer the best of both to satisfy your readers. Search-related resources Search platform tips for documentation websites (WTD Newsleter) Making documentation discoverable in search engines (WTD video) Search engine optimization (SEO) for documentation (WTD page) Information Foraging (Nielsen Norman Group) Navigation- and IA-related resources Many articles available from Nielsen Norman Group Building navigation for your doc site: 5 best practices (WTD video) Complete Beginner’s Guide to Information Architecture (UX Booth) How To Make Sense of Any Mess (book by Abby Covert)
I don't reject the reductionist approach you need the upward causation from the individual molecular components as well as the constraints from the global property of the cells tissues organs and so on
for - Systems perspective - integrate reductionism with global properties - Denis Noble - multi scale competency architecture - Denis Noble - adjacency - multi-scale competency architecture - Michael Levin - Denis Noble advocates for
adjacency - between - multi-scale competency architecture - Michael Levin - Denis Noble advocates for - adjacency relationship - Michael's multi-scale competency architecture is another way to sum up what Denis is saying
we have all of these huge applications that are gathering all this data uh and it's out there and theoretically is our data sort of but in reality they control it and you can't actually link the data to each other you only link to accessing the data through their application
for - quote - silos - internet limitations - location addressed server architecture limitations - silos - cannot link data from each silo - Juan Benet - IPFS
For writing on a flat surface like a wrapped package (or book), you'd need a Gritzner or an Elliot Fisher Book Typewriter
a set of policies and mechanisms that allow competent subunits to form together into some kind of a an emergent Collective that's more than the sum of its parts
for - definition - cognitive glue - Michael Levin
definition - cognitive glue - Michael Levin - a set of policies and mechanisms that allow competent subunits to form together into some kind of an emergent Collective that's more than the sum of its parts
Adjacency - between - cognitive glue - multi scale competency architecture - human species - Jordan Hall - cognitive glue destresses goal seeking activities - adjacency relationship - Cognitive glue is a general concept that applies to the entire spectrum of the biosphere - Michael goes on to give examples with rats and other biological contexts like cells - This is an important question for humans at two levels: - first, at the level of the individual human - second, at the level of human groups - Jordan Hall brings the conversation to the cognitive glue at the human social level in which - anyone who has worked in a group context knows that when there is a flow, there is signaling taking place - that is at a higher group level not present at the level of the individual that destresses goal seeking activity
I think it's really important for us to develop a science of that like CR like critically important
for - answer - Micheal Levin - adjacency - hyperobject - cognitive light cone - critically important to develop a science of this
adjacency - between - multi scale competency architecture - cognitive light cone - hyperobject - awakening / enlightenment - adjacency relationship - At every stage of the multi scale competency architecture, - the living entities at a particular stage may maintain - feedback and - feedforward signals - with any - higher or - lower level systems. - Human INTERbeCOMings and other consciousness are no different - We exist at one level but are both - composed of lower level living parts and - compose larger social superorganism - Indeed, the spiritual acts variously described as - awakening - enlightenment - can be interpreted as transcending level cognitive light cone
the inside and the outside
for - adjacency - inside / outside - complexity / simplicity - multi scale competency architecture - black box - example - human consciousness
adjacency - between - inside / outside - black box - multi scale competency architecture - complexity / simplicity - adjacency relationship - inside / outside complexity /simplicity relationship articulates - the black box phenomenal prevalent in design and also - what Michael has been talking about with the complexity naturally found at lower levels of multi scale competency architectures - As he noted earlier, in this lab experiments, - it's practical to make use of the higher level signals in the living system - and virtually impossible to make use of trying to manage the lower level system signals - I like to think of human consciousness in the same terms - What appears to consciousness are signals like intero-ception signals of hunger that creates the thought ' I'm hungry, I want to get some food ' - whilst countless lies level signals that operate all the cells in our body are invisible
we do feel at least most of us, most of the time feel like some kind of unified, centralized inner perspective
for - self - as unified, centralized inner perspective - Michael Levin - adjacency - self - as unified, centralized inner perspective - multi-scale competency architecture - Buddhism - spiritual practice - self actualization - illusory body - illusory self - enlightenment
adjacency - between - self - as unified, centralized inner perspective - multi-scale competency architecture - self actualization - Buddhist practice - illusory body - illusory self - enlightenment - awakening - adjacency relationship - Indeed, from both the mundane and the spiritual, religious perspective, the unified self as a fundamental assumption - "self-development" and "self-actualization" are terms that are only meaningful if there is a unified self - Is the Buddhist ideas of - awakening - enlightenment and \ - penetrating the illusion of self - based on a kind of experiencing of the multi-scale competency architecture itself? - What does "spiritual awakening" mean in the context of multi-scale competency architecture? - For instance, WHO is it that actually awakens? - Is it consciousness from the SAME level, a lower level or ALL levels of the multi-scale competency architecture that a multi-cellular conscious, sentient being such as a human INTERbeCOMing? - If it includes consciousness from lower levels, then it may be billions or trillions of cellular consciousnesses that are awakening to the higher order consciousness it composes!
boundaries between cells, creatures and ecosystems are real but permeable. The bi-directional exchange of energy, information and matter across these boundaries is the communication that makes life possible.
for - adjacency - multi scale competency architecture - communication between levels - intrinsic to natural flows of life
In 1996, technology historian Jennifer S. Light compared the talk of “cyberoptimists” about virtual communities to city planners’ earlier optimistic predictions about shopping malls. As the automobile colonized U.S. cities in the 1950s, planners promised that malls would be enclosed public spaces to replace Main Streets. But as Light pointed out, the transition to suburban malls brought new inequities of access and limited the space’s functions to those that served commercial interests.
A comparison of urban development privatisation and internet development corporatisation
for - personal health - metabolic disease - insulin resistance caused by mitochondria dysfunction - interview - Dr. Robert Lustig - health - dangers of sugar in our diet
summary - Robert Lustig is a researcher and major proponent for educating the dangers of sugar as the root cause of the majority of preventable western disease - He explains how sugar and carbs are a major variable and root cause of a majority of these diseases - It is useful to look at these bodily dysfunctions from the perspective of Michael Levin, in which all these diseases of the body are problems with lower levels of the multi-scale competency architecture - https://jonudell.info/h/facet/?max=100&expanded=true&user=stopresetgo&exactTagSearch=true&any=michael+levin%2C+multi-scale+competency+architecture
You need something that will help you show documents that will help you map to those understandings, those contexts that people bring to the information very quickly. And documents are also the way the internet works, right? You want to be able to use the sorts of affordances that the engineers understand. Rest APIs, JSON documents, cache control. Because those are things that engineers know that will let this stuff work fast. It will also let you hire people who know how the internet works and don't have to understand all the complex crazy stuff that we call children, heritage people do, they make it possible.
If you can hire engineers that don't immediately need to know the intricacies of cultural heritage metadata, you can expand the pool of entry-level people you can hire and then train up on the cultural heritage details as needed.
But stepping back even further, one can only see this imagined software as an enhancement to Latour’s larger model of interplay in his actor-network theory, a theory that does not need software or special equipment to exist. The activity in a spatial environment is not reliant on the digital environment. It may be enhanced by a code/text-based software, but a spatial software or protocol can be any platform that establishes variables for space as information
Compared to the relative trickle of space made by special practitioners, these technologies produce a fire hose blast. The most radical changes to the globalizing world are being written in the protocols or softwares of infrastructural space.
On the one hand, Alexander expands the repertoire of design to include activity. But on the other, he quickly codifies and taxonomizes that activity. He mimics the object of this own critique by reforming the artificial with a “natural” corrective—instead of the tree, the semi-lattice becomes the placeholder. Despite his attempt to incorporate active form and information, Alexander only creates another immobilized form.
In his 1965 article “The City is not a Tree,” he critiqued what he deemed to be the infrastructural or organizational template of many settlements and cities. A “tree,” in Alexander’s parlance, is a branching structure in which sets are either completely disconnected from one another or entirely contained within one set without overlapping sets. The branches do not grow together but emanate separately from a single trunk.
We are not accustomed to the idea that non-human, inanimate objects possess agency and activity, just as we are not accustomed to the idea that they can carry information unless they are endowed with code/text-based information technologies. While accepting that a technology like mobile telephony has become the world’s largest shared platform for information exchange, we are perhaps less accustomed to the idea of space as a technology or medium of information—undeclared information that is not parsed as text or code. Indeed, the more ubiquitous code/text-based information devices become, the harder it is to see spatial technologies and networks that are independent of the digital. Few would look at a concrete highway system or an electrical grid and perceive agency in their static arrangement. Agency might only be ascribed to the moving cars or the electrical current. Spaces and urban arrangements are usually treated as collections of objects or volumes, not as actors. Yet the organization itself is active. It is doing something, and changes in the organization constitute information. Even so, the idea that information is carried in activity, or what we might call active form, must still struggle against many powerful habits of mind.
This capacity seems to finally fulfill the dream of artists and architects of the mid- to late twentieth century, among them Jack Burnham, Cedric Price, Archigram, and Christopher Alexander, who experimented with a cybernetic apparatus for modeling space.
“Cells may not know civilization is possible.
for - quote - multiscale competency architecture - quote - book - Emergent Strategy - Adrienne Maree Brown
adjacency - between - Adrienne Maree Brown quote - Michael Levin - adjacency statement - Adrienne's quote is the subsumed under Levin's term of multi-scale competency architecture (MSCA)
Whether ActivityPub or ATProto or webmention, the underlying technical protocol a community uses to interact online is a poor way to judge who they are and whether you might like them.
science has transformed our understanding of time.
for - language - primacy of - symbolosphere - adjacency - language - science - multi-scale competency architecture - Michael Levin - complexity - social superorganism - major evolutionary transition - worldviews - scientific vs religious - Michael Levin - multi-scale competency architecture
adjacency - between - deep time - multi-scale competency architecture - Michael Levin - social superorganism - complexity - major evolutionary transition - complexity - adjacency statement - Deep time narrative has potential for unifying polarised worldviews - but citing purely scientific evidence risks excluding and alienating large percentage of people who have a predominantly religious worldview - Language, the symbolosphere is the foundation that has made discourse in both religion and science possible - Due to its fundamental role, starting with language could be even more unifying than beginning with science, - as there are large cultural groups that - do not prioritize the scientific worldview and narrative, but - prefer a religious one.<br /> - Having said that, multi-scale competency architecture, - a concept introduced by Michael Levin - encapsulates the deep time approach in each human being, - which withing Deep Humanity praxis we call "human INTERbeCOMing" to represent our fundamental nature as a process, not a static entity - Each human INTERbeCOMing encapsulates deep time, and is - an embodiment of multiple stages of major evolutionary transitions in deep time - both an individual and multiple collectives - what we can in Deep Humanity praxis the individual / collective gestalt
for - adjacency - microscopic biology - macroscopic ecology - multi-scale competency architecture - Michael Levin - Jonas Wickman - micro-to-macro
paper details - title - Eco-evolutionary emergence of macroecological scaling in plankton communities - author - Jonas Wickman - Elena Litchman - date - feb 15, 2024 - publication - Science VOL. 383, NO. 6684
reference - https://www.science.org/doi/10.1126/science.adk6901
summary - This is a very interesting finding that links rules in the micro world to behavior in the macro. - It is relevant to Michael Levin's research on multi-scale competency architecture
question - how would this impact the micro relations between - the microscopic world of humans - the normal macroscopic world of humans
Able to see lots of cards at once.
ZK practice inspired by Ahrens, but had practice based on Umberto Eco's book before that.
Broad subjects for his Ph.D. studies: Ecology in architecture / environmentalism
3 parts: - zk main cards - bibliography / keywords - chronological section (history of ecology)
Four "drawers" and space for blank cards and supplies. Built on wheels to allow movement. Has a foldable cover.
He has analog practice because he worries about companies closing and taking notes with them.
Watched TheNoPoet's How I use my analog Zettelkasten.
Dubbed “litigation terrorism” by Joseph Stiglitz, the Nobel prize-winning economist. ISDS is a corporate tribunal system
for - litigation terrorism - ISDS - corporate tribunal system - Michael Levin - multi-scale competency architecture - example - adjacency - evolutionary biology - corporate law - climate crisis
adjacency - between - corporate law - climate crisis - evolutionary biology - cultural evolution - adjacency statement - Biologist Michael Levin's multi-scale competency architecture of evolutionary biology seems to apply here - in the field of corporate law - Corporations can be viewed as one level of a social superorganism in a cultural evolution process - Governments can be viewed similiarly, but at a higher level - The ISDS is being weaponized by the same corporations destroying the global environment to combat the enactment of government laws that pose a threat to their livelihood - Hence, the ISDS has been reconfigured to protect the destroyers of the environment so that they can avoid dealing with their unacceptable externalizations - The individual existing at the lower level of the multi-scale competency architecture(the corporation) is battling to survive against the wishes of the higher level individual (the government) in the same multi-scale competency architecture
me, Amin Taha + Groupwork and Pierre Bidaud of the Stone Masonry Company,
for - new stone age - stone age renaissance - stone architecture - practitioners - Amin Taha - Steve Webb - Pierre Bidaud
for - sustainable architecture - a new stone age - the return of stone - meme - a new stone age
story details - Title: Why the time is ripe for a return to stone as a structural material - Author: Steve Webb - Date: 2023, May 29 - source: https://www.ribaj.com/intelligence/stone-as-a-structural-material-embodied-carbon-sustainability
meme - new stone age
summary - Stone buildings have lasted millenia. Compared to steel, concrete and CLT, post-tensioned stone has the least embodied energy of all. - Could we also modernize ancient animal and human powered labor to create a low carbon stone building industry? -
for - multi scale competency architecture - Michael Levin - evolutionary biology - rapid whole system change - adjacency - multi scale competency architecture - rapid whole system change - stop reset go - Deep Humanity - Indyweb - Indranet - major evolutionary transition in individuality - MET - superorganism - cumulative cultural evolution of individuality
adjacency - between - multi scale competency architecture - rapid whole system change - progress trap - stop reset go - Deep Humanity - Indyweb - Indranet - major evolutionary transition in individuality - MET - superorganism - cumulative cultural evolution of individuality - adjacency statement - The idea of multi scale competency architecture can be extended to apply to the cultural level. - in the context of humanity's current existential poly /meta/ perma crisis, - rapid whole system change - (a cultural behavioural paradigm shift) - is required within a few short years - to avoid the worst impacts of - catastrophic, - anthropogenic - climate change, which is entangled with a host of other earth system boundary violations including - biodiversity loss - fresh water scarcity - - the driver of evolution through major evolutionary transitions in individuality has given rise to the level of cultural superorganisms that include all previous levels - progress and its intended consequences of progress traps play a major role in determining the future evolutionary trajectory of our and many other species - our species is faced with a few choice permutations in this regard: - individually regulate behaviour aligned with a future within earth system boundaries - collectively regulate behaviour aligned with a future within earth system boundaries - pursue sluggish green growth / carbon transition that is effectively tinkering at the margins of rapid whole system change - BAU - currently, there doesn't appear to be any feasible permutation of any of the above choices - There is insufficient worldview alignment to create the unity at scale for report whole system change - individual incumbent state and corporate actors still cling too tightly to the old, destructive regime, - creating friction that keeps the actual rate of change below the required - Stop Reset Go, couched within the Deep Humanity praxis and operationalized through the Indyweb / Indranet individual / collective open learning system provides a multi-dimensional tool for a deep educational paradigm shift that can accelerate both individual and collective upregulation of system change
from - IAAC Lecture Series - Architecture made of Earth with Elisabetta Carnevale - https://hyp.is/A279UruNEe6A7E_2XRTNRQ/docdrop.org/video/IxrmA9dli1Q/
from - IAAC Lecture Series - Architecture made of Earth with Elisabetta Carnevale - https://hyp.is/A279UruNEe6A7E_2XRTNRQ/docdrop.org/video/IxrmA9dli1Q/
from - IAAC Lecture Series - Architecture made of Earth with Elisabetta Carnevale - https://hyp.is/A279UruNEe6A7E_2XRTNRQ/docdrop.org/video/IxrmA9dli1Q/
from - IAAC Lecture Series - Architecture made of Earth with Elisabetta Carnevale - https://hyp.is/A279UruNEe6A7E_2XRTNRQ/docdrop.org/video/IxrmA9dli1Q/
from - IAAC Lecture Series - Architecture made of Earth with Elisabetta Carnevale - https://hyp.is/A279UruNEe6A7E_2XRTNRQ/docdrop.org/video/IxrmA9dli1Q/
from - IAAC Lecture Series - Architecture made of Earth with Elisabetta Carnevale - https://hyp.is/A279UruNEe6A7E_2XRTNRQ/docdrop.org/video/IxrmA9dli1Q/
grenoble architecture school
for - architectural school - earthen building - Grenoble Architecture School - https://www.grenoble.archi.fr/#
adobe which is the 00:32:14 probably the most forgotten uh earth and technique uh in contemporary architecture
for - adobe - forgotten earthen technique in contemporary architecture
for - Badgir - passive cooling - passive air conditioning - passive HVAC - sustainable architecture
Terascale’s SIMD engines
OLD AMD SIMD architecture
So we're good with three-dimensional space, but imagine if we had a primary sense of our own blood chemistry.
for - adjacency between - primary sense of cellular metabolism - experiences of deep contemplative practice of Rainbow Body - adjacency statement - As per Father Francis Tiso's research into the Tibetan deep contemplative Dzogchen phenomena of Rainbow Body at the time of death as well as rigpa, Trekcho and Togal, he speculates that - such deep contemplations can potentially result in a primary sense of cellular and even subatomic processes taking place within the human body. - https://hyp.is/go?url=http%3A%2F%2Fdocdrop.org%2Fvideo%2FsDyu39FCAMk%2F&group=world - It seems that the multi-scale competency architecture would be a good scientific framework to explore these questions.
So we're good with three-dimensional space, - but imagine if we had a primary sense of our own blood chemistry. - If you could feel your blood chemistry - the way that you currently see and smell and taste things that are around you, - I think we would have absolutely no problem having an intuitive understanding - of physiological-state space - the way we do for three-dimensional space.
claim - Lifetime practitioners of Tibetan meditation claim they have a primary sensation of their own impending death suggestion - Suggest to Michael Levin to investigate such phenomena from a multi-scale competency architecture perspective - What else can the expert meditators directly experience? And how do they achieve this? How can deep contemplative practice result in such profound experiences? Would expert meditators resonate with Levin's framework?
Venkatesh Rao thinks that the Nazi bar analogy is “an example of a bad metaphor contagion effect” and points to a 2010 post of his about warren vs plaza architectures. He believes that Twitter, for example, is a plaza, whereas Substack is a warren: A warren is a social environment where no participant can see beyond their little corner of a larger maze. Warrens emerge through people personalizing and customizing their individual environments with some degree of emergent collaboration. A plaza is an environment where you can easily get to a global/big picture view of the whole thing. Plazas are created by central planners who believe they know what’s best for everyone.
楣樑(柱頂楣構) Note: 主要用於古典建築物,是古典柱頭頂部三大主要部份中位置最低的一個,擱在圓柱頂板上,包含以過樑方式橫跨圓柱或角柱的水平橫樑。古典柱頭頂部的另外兩個部份為挑檐和檐壁。環繞門或窗,類似柱頂過樑的鑄模框架,稱為「楣樑飾邊」。環繞拱門外部弧線的裝飾板條,則稱「拱門緣飾」。
example of meta/hypothesis-on-glasp annotation
entablature 楣樑;柱頂楣構
order: 古典建築柱式(style, rule) e.g. Doric order
楣樑(柱頂楣構) Note: 主要用於古典建築物,是古典柱頭頂部三大主要部份中位置最低的一個,擱在圓柱頂板上,包含以過樑方式橫跨圓柱或角柱的水平橫樑。古典柱頭頂部的另外兩個部份為挑檐和檐壁。環繞門或窗,類似柱頂過樑的鑄模框架,稱為「楣樑飾邊」。環繞拱門外部弧線的裝飾板條,則稱「拱門緣飾」。
entablature 楣樑;柱頂楣構
order: 古典建築柱式(style, rule) e.g. Doric order
for: social tipping point, multi-scale competency architecture, MET, major evolutionary transition of individuality
Title: Using emergence to take social innovation to scale
Emergence is how lifecreates radical change and takesthings to scale
Defections from large-scale anatomical goals, such as those that occur due to an inappropriate reduction of gap junctional connectivity [74], present as cancer, cause reversions of cell behavior to ancient unicellular concerns which lead to metastasis and over-proliferation as the cells treat the rest of the body as external environment.
fresh perspective
adjacency between
multiscale competency architecture of life
paraphrase
comment
adjacency statement
question
summary
biology uses a kind of multi-scale Competency architecture of nested problem solvers 00:03:24 and that navigation is a really Central concept
it is this architecture, the one which is in the heads of those writing the code, that is the most important. In adopting this decentralised approach, where the practice of architectural decision-making is much more dispersed, this problem is in many ways, mitigated
Only true in software architecture. But, in enterprise architecture - that spans domains decentralized decisions create fragmentations.
Structure of Automation
Tuile
┌─────────────┐ ┌──────────┐
│Lansdcape │ 1:N │Type │ 1:N
│(déploiement)├──────►│(playbook)├───┐
└─────────────┘ └──────────┘ │
│
┌──────────────────────────────────┘
│
│ ┌────────┐ ┌───────────────────┐
│ │Function│ 1:N │Component │
└►│(rôle) ├──────►│(task file du rôle)│
└────────┘ └───────────────────┘
collections contain various modules and Ansible Roles that collectively (intentional use here) serve the end user and must (emphasis on this word) collectively work together, be tested together and be released together.
...collectively work together, be tested together and be released together.
Communication is important so that the different divisions in the company know which services are available.
Lien à faire avec le modèle de capacité d'affaires.
Five core layers: 1. Presentation Layer 2. Application Layer 3. Domain Layer 4. Persistence Layer 5. Database Layer
In the layered architecture pattern, each layer fulfills a specific responsibility and role within the application. Some focus on user interface logic, while others handle the execution of business rules. These layers complement each other's unique purposes, but they aren't explicitly reliant on one another to perform their own tasks.
In software architecture, layers act as individual processes within the infrastructure of an application. These layers typically form a pattern, also called the n-tier architecture pattern.
Payment Information Centrality Revision Project "Ways to fund your education" (or similar) instead of "Minimize Financial Barriers". "Verified Sources" as a phrase is problematic for users. Desire is to provide assurance to users that there are individualized options yet still have those options located in a more streamlined, centrally located way.
These are the other pages that have similar content: https://www.waubonsee.edu/admissions/costs-and-payments/paying-tuition
https://www.waubonsee.edu/admissions/costs-and-payments/paying-tuition/payments-verified-sources
https://www.waubonsee.edu/admissions/costs-and-payments/paying-tuition/making-payments
https://www.waubonsee.edu/admissions/costs-and-payments/paying-tuition/payment-plans
https://www.waubonsee.edu/admissions/costs-and-payments/paying-tuition/tuition-refunds
https://www.waubonsee.edu/admissions/costs-and-payments/paying-tuition/tax-credits-education
The second purpose of skip connections is specific to transformers — preserving the original input sequence.
Skip connections serve two purposes. The first is that they help keep the gradient smooth, which is a big help for backpropagation. Attention is a filter, which means that when it’s working correctly it will block most of what tries to pass through it.
The central object in the transformer is the residual stream.
One of the main features of the high level architecture of a transformer is that each layer adds its results into what we call the “residual stream.”Constructing models with a residual stream traces back to early work by the Schmidhuber group, such as highway networks and LSTMs, which have found significant modern success in the more recent residual network architecture . In transformers, the residual stream vectors are often called the “embedding.” We prefer the residual stream terminology, both because it emphasizes the residual nature (which we believe to be important) and also because we believe the residual stream often dedicates subspaces to tokens other than the present token, breaking the intuitions the embedding terminology suggests. The residual stream is simply the sum of the output of all the previous layers and the original embedding. We generally think of the residual stream as a communication channel, since it doesn't do any processing itself and all layers communicate through it.
A transformer starts with a token embedding, followed by a series of “residual blocks”, and finally a token unembedding. Each residual block consists of an attention layer, followed by an MLP layer. Both the attention and MLP layers each “read” their input from the residual stream (by performing a linear projection), and then “write” their result to the residual stream by adding a linear projection back in. Each attention layer consists of multiple heads, which operate in parallel.
Defenders can design their own infrastructure to be im-mutable and ephemeral, as is becoming an emerging trend inprivate sector defense through the practice of Security ChaosEngineering
Immutable: unchangeable infrastructure components, such as ssh access disabled by default.
Ephemeral: short-lived servers for single processes, serverless infrastrucure
Deploy engines as separate app instances and have them only communicate over network boundaries. This is something we’re starting to do more.
Before moving to this microservice approach, it's important to consider whether the benefits are worth the extra overhead. Jumping to microservices prematurely is something I've seen happen more than once in my career, and it often leads to a lot of rework.
we need to consider how the architecture might make the UX suck.
Architecture can make UX suck.
my strong sense is that we’re currently papering over major UX problems that are linked to core architectural properties.
Through her writing Easterling often forces architects to re-envision their role in the making of space around the world, extolling the virtues of knowing how versus knowing what. She also encourages them to consider creating “active forms” — time-released protocols that manage spatial levers, exchanges, and switches — in addition to “object forms,” or what we commonly think of as buildings.
[[Active form]] consist of dispositions that materialize as new forms.
Amiga had "AREXX ports" which meant you could script desktop software together in ways not possible even today, on any OS.It's not enough that there must exist technically, a possibility. The app vendors much themselves go to the trouble of adding such "scriptability" into their apps.Instead everything is very slick, but very siloed and nowadays tied to a cloud offering, which is great, but it's more often than not locked to that vendor
.
microservice typically implements a set of distinct features or functionality. Each microservice is a mini‑application that has its own architecture and business logic
A monolithic application is a single-tiered software application in which different modules are combined into a single program
Microservices, or microservices architecture, are the modern methods of designing software applications that compartmentalize the software into chunks of small and independent services
this story of the Montgomery ward complex, that's that's along the river. And Montgomery Ward is, you know, kind of long gone as a company. But there's this one, the headquarters building was this kind of generic, um, rectangular, modernist building. But they had these four concrete post on the corner and I passed this building all the time. I'd never cared much for it. And then the architecture of the curator on the boat, the docent said that, Well, the reason why that building is the way it is, is that the Montgomery Ward Company sort of prided itself on its egalitarian hierarchy. And they wanted to build their headquarters so that there were no um, VPs fighting over who got the corner office. And so they made a building with no possibility of a corner office at all.
In a reflection of the company's values, its headquarters was built without the possibility of corner offices. The design of the building eliminated them as possibilities.
https://www.livescience.com/neolithic-roundel-structure-prague
"roundels are the oldest evidence of architecture in the whole of Europe," Řídký told Radio Prague International earlier this year.
consider these, but not too early in your design process

Notice the octagonal shape of this rooms which mirrors in some ways the octagonal index cards mentioned by Charles van den Heuvel in his Regents Lecture (2008) which Otlet used to link via subject headings. You'll see here subject headings on the walls of the architecture to match.
link to: - https://hypothes.is/a/8e9hThZ4Ee2hWAcV1j5B9w
Van Acker, Wouter, and Pieter Uyttenhove, eds. Analogous Spaces: Conference Reader. Ghent University. University library, 2008. http://hdl.handle.net/1854/LU-770404.
I like the way this article talks about the project while also interweaving more general insights that apply to the overall topic of what goes into making a market that people will want to use. You get insight about the topic while also having a tangible example to show how it can be done anchor the ideas to a realistic proposal.
Monasteries and convents served as models for the dorm and for the campus itself. Walled off from a threatening medieval world, they provided security for contemplation and worship while also serving as a place where learning, the arts, music, horticulture, and other cultural activities might flourish.
ErnestHemingway once said that good prose is architecture,not interior decorating.
This is an interesting article. It gives a historical perspective on a societal pattern in which technological changes lead to changes in architecture, which in turn changes how families and communities and societies changes.
The one thing they seem to have overlooked is the existence of a room called a "study". It was a thing, and now, perhaps, the "home office" will become the modern study.
the six 00:48:41 six big systems i've mentioned can be viewed as a cognitive architecture it's the it's the means by which the society learns decides adapts and 00:48:54 and this society's efforts this is the third underlying position the society's efforts to learn decide and adapt and be viewed as being driven by an intrinsic purpose and that's really key also 00:49:08 because it's not just that we're learning deciding and adapting willy-nilly i mean i mean maybe it seems that way in the world you know in the sense we're so dysfunctional it kind of is billy nilly but 00:49:20 but what really matters is that we learn decide and adapt in relation to whatever intrinsic purpose we actually have as as a society as individuals in a 00:49:34 society it's that it's it's it's it's as i will use the the term uh maybe several times today it's solving problems that matter that really that really 00:49:45 matter that's what we're after
Second Proposition: The six thrusts or prmary societal systems are the cognitive architecture of the superorganism which it uses to sense the world
Gall's Law is a rule of thumb for systems design from Gall's book Systemantics: How Systems Really Work and How They Fail. It states: .mw-parser-output .templatequote{overflow:hidden;margin:1em 0;padding:0 40px}.mw-parser-output .templatequote .templatequotecite{line-height:1.5em;text-align:left;padding-left:1.6em;margin-top:0}A complex system that works is invariably found to have evolved from a simple system that worked. A complex system designed from scratch never works and cannot be patched up to make it work. You have to start over with a working simple system.
This feels like an underlying and underpinning principle of how the IndieWeb which focuses on working real world examples which are able to build up more complex systems instead of theoretical architecture astronomy which goes no where.
Reference: John Gall (1975) Systemantics: How Systems Really Work and How They Fail p. 71
the majority of operational problems that arise when moving to a distributed architecture are ultimately grounded in two areas: networking and observability.
Ada Louise Huxtable
Ada Louise Huxtable was an architecture critic and writer on architecture. Huxtable established architecture and urban design journalism in North America and raised the public's awareness of the urban environment. In 1970, she was awarded the first ever Pulitzer Prize for Criticism. In 1981, she was named a MacArthur Fellow. Architecture critic Paul Goldberger, also a Pulitzer Prize-winner for architectural criticism, said in 1996: "Before Ada Louise Huxtable, architecture was not a part of the public dialogue." "She was a great lover of cities, a great preservationist and the central planet around which every other critic revolved," said architect Robert A. M. Stern, dean of the Yale University School of Architecture.
The IPCC authors write that “judicious labelling, framing, and communication of social norms can also increase the effect of mandates, subsidies, or taxes.” Interventions that change the “choice architecture” so people have an easier time taking the cleaner option include: default enrollment in green programs, increasing taxes on carbon-intensive products, and substantially tightening regulations and standards.
Nudging, choice architecture, feedback, rewarding and priming all become important variables to accelerate large scale aggregate of individual actions that can make a difference.
Francis Kere. “I grew up in a community where there was no kindergarten, but where the community was your family,” he says. “Everyone took care of you and the entire village was your playground. My days were filled with securing food and water, but also simply being together, talking together, building houses together.”
Strawberry Hill was a confection, a mock-castle of a fake dynasty complete with a reproduction baronial hall, flourishing the arms and images of putative crusader ancestors on the ceiling.
Strawberry Hill by Horace Walpole Made from Stone, Papiermache and gold leaf! Arguably started the neo gothic revival!
The ecliptic is tilted towards the north in the southern hemisphere,and towards the south in the northern hemisphere. Many people inthe southern hemisphere prefer housing with north-facing windowsand balconies and that take advantage of the light and warmth of theSun. Venture north of the equator, and that preference is for south-facing properties. First Peoples of the world follow the samepreference, with homes, villages and cities constructed to takeadvantage of the Sun.
Many cultures in the world face their windows, balconies, and other architecture to take advantage of the sun (for light and warmth). Because the ecliptic is tilted towards the north in the southern hemisphere and towards the south in the northern hemisphere, people in the north of the equator prefer south-facing properties and people south of the equator prefer north-facing properties.
In our current global networked culture that puts so much emphasis on the virtual and the visual, the mind and the body have become detached and ultimately disconnected. Though physical appearance is idolised for its sexual appeal and its social identity, the role of the body in developing a full understanding of the physical world and the human condition has become neglected. The potential of the human body as a knowing entity – with all our senses as well as our entire bodily functions being structured to produce and maintain silent knowledge together – fails to be recognised. It is only through the unity of mind and body that craftsmanship and artistic work can be fully realised. Even those endeavours that are generally regarded as solely intellectual, such as writing and thinking, depend on this union of mental and manual skills.
The Thinking Hand: Existential and Embodied Wisdom in Architecture by Juhani Pallasmaa
https://www.amazon.com/Thinking-Hand-Existential-Embodied-Architecture/dp/0470779292/
This sounds a bit like some of the physical and external memory ideas in The Extended Mind by Annie Murphy Paul.
This book came up in Dan Allosso's book club on How to Take Smart Notes.
Raffi Krikorian explains the architecture used by Twitter to deal with thousands of events per sec - tweets, social graph mutations, and direct messages-.
+----------------------- | RESOURCE EXISTS ? (if private it is often checked AFTER auth check) +----------------------- | | NO | v YES v +----------------------- 404 | IS LOGGED-IN ? (authenticated, aka user session) or +----------------------- 401 | | 403 NO | | YES 3xx v v 401 +----------------------- (404 no reveal) | CAN ACCESS RESOURCE ? (permission, authorized, ...) or +----------------------- redirect | | to login NO | | YES | | v v 403 OK 200, redirect, ... (or 404: no reveal) (or 404: resource does not exist if private) (or 3xx: redirection)
StylEx architecture.
TLDR methodology: 1) StyleGAN + classifier 2) Search StyleSpace
https://www.nytimes.com/2021/12/24/realestate/why-do-people-keep-books.html
“Any large room looks wrong without the appropriate number of people in it,” Mr. Byers writes. “An unused living room looks empty. An empty ballroom is absolutely creepy; it looks as if it is waiting desperately for something to happen. A library, on the other hand, is delightful when full but still especially attractive when empty.”
on the coziness of libraries
Now this is getting too complex for discussing this here and these type of architectural decisions require more in depth understanding than what I can provide here.
My UIs are data/store driven. The UI is just a way to visualize the data. Your data could flow through all of of the extensions and the extensions can make decisions (e.g. setting visible to false). Like middlewares in a Connect/Express/Polka app. And the UI doesn't even know about all this, it just updates with the current state and makes sure it's consistent.
The main idea behind the space-based pattern is the distributed shared memory to mitigate issues that frequently occur at the database level. The assumption is that by processing most of operations using in-memory data we can avoid extra operations in the database, thus any future problems that may evolve from there (for example, if your user activity data entity has changed, you don’t need to change a bunch of code persisting to & retrieving that data from the DB).The basic approach is to separate the application into processing units (that can automatically scale up and down based on demand), where the data will be replicated and processed between those units without any persistence to the central database (though there will be local storages for the occasion of system failures).
Space-based architecture
Microservices architecture consists of separately deployed services, where each service would have ideally single responsibility. Those services are independent of each other and if one service fails others will not stop running.
Microservices architecture
First of all, if you know the basics of architecture patterns, then it is easier for you to follow the requirements of your architect. Secondly, knowing those patterns will help you to make decisions in your code
2 main advantages of using design patterns:
Mikrokernel Architecture, also known as Plugin architecture, is the design pattern with two main components: a core system and plug-in modules (or extensions). A great example would be a Web browser (core system) where you can install endless extensions (or plugins).
Microkernel (plugin) architecture
The idea behind this pattern is to decouple the application logic into single-purpose event processing components that asynchronously receive and process events. This pattern is one of the popular distributed asynchronous architecture patterns known for high scalability and adaptability.
Event-driven architecture: high scalability and adaptability
It is the most common architecture for monolithic applications. The basic idea behind the pattern is to divide the app logic into several layers each encapsulating specific role. For example, the Persistence layer would be responsible for the communication of your app with the database engine.
Layered architecture