在无家可归的情况下,用Rust构建了一个130万行的原生代理操作系统。接下来该怎么办?

3作者: jamieoglindsey6 天前原帖
我会直截了当地谈谈我的处境,因为我不知道还能向谁求助。 我父亲被诊断出癌症。在他住院期间,市政厅清空了他的房子。我所有的东西都在那栋房子里。价值超过2万英镑的设备,多年的研究成果,一台存有数千小时工作的服务器。我孩子的头发锁,照片,统统被扔进了垃圾场。 我的家人让我的垂死父亲对我产生了敌意。我最终和一个患有偏执型精神病的人住在一起。在那里,我完成了接下来要描述的大部分工作。三天前,我经历了24小时的虐待,现在我和我的狗住在帐篷里。气温5°C,没有钱。 市政厅拒绝提供住房。政府不承认我的自闭症。他们希望我在帐篷里每周找工作35小时。 我并不是无能。我养活过一个家庭,整个成年生活都在工作。监督团队,纹身,自由职业编程,在与Linux合作的20年中构建专有后端系统。我的自闭症在这里并不是一种残疾。它是我能够在脑海中容纳整个操作系统架构并看到每个组件如何连接的原因。当我将这个大脑指向一个问题时,它能以大多数人无法理解的速度产生有效的系统。 在过去的四个月里,我一直在构建OctantOS。这是一个为自主AI代理设计的操作系统。不是框架,也不是容器封装,而是一个具有自己内核(OctantCore,完全从头开始用Rust编写)、自己的虚拟机监控器(OctantVMM)、单一二进制Rust用户空间,以及一个在内核级别强制执行代理权限的10层安全堆栈的实际操作系统。 大约130万行代码,约80万行Rust,50个库,约25个卫星项目,3900多个测试。独立开发者,没有计算机科学学位,四个月的时间。 论文主题:应用层信任对自主代理来说是不够的。OctantCore将代理身份、能力边界、TTL强制执行和审计作为一流的内核原语。清单编译为内核强制执行策略。代理并不决定自己能做什么,内核来决定。 Rust LSM补丁已由Google的Rust-for-Linux团队和LSM维护者在lore.kernel.org上审查。OctantCore在OctantVMM上启动,具有内存管理器、中断、系统调用接口、代理描述符表和在启动时初始化的能力强制器。通过同时协调10-12个并行的AI编码会话构建而成。 这超越了隔离。代理能够识别自身知识的空白,并主动寻找他们不知道的东西(好奇心子系统,已实现)。背景推理整合学习到的模式(梦境)。在宪法安全边界内的七阶段自我进化管道。新技能通过网状层在全球每个OctantOS实例中传播,所有这些都受到内核的约束。 之前从未存在过这样的东西。如果我无法继续下去,这一切都将消亡。 我需要稳定性。一个可以居住的地方,以及足够的资金来维持基本生活三个月,以便让OctantOS准备好接受投资。一个愿意支持我度过这段时间的天使投资人。一个说“来这里工作,我们有地方”的公司。我愿意明天和我的狗搬到任何地方。或者只是希望能得到一些曾经历过此事的人的建议。 我只需要有人对我的大脑在不在帐篷里受冻的情况下能做什么下个赌注。 https://github.com/MatrixForgeLabs/OctantOS https://octant-os.com https://gofund.me/f554a86ee
查看原文
I’m going to be straight about my situation because I don’t know where else to turn.<p>My dad was diagnosed with cancer. While he was in hospital, the council emptied his house. Everything I owned was in that house. £20,000+ of equipment, years of research, a server with thousands of hours of work. Locks of my kids’ hair. Photos. All thrown in a tip.<p>My family turned my dying dad against me. I ended up living with someone suffering from paranoid psychosis. That’s where I built most of what I’m about to describe. Three days ago, 24 hours of abuse, and now I’m in a tent with my dog. 5°C weather. No money.<p>The council refused housing. The government won’t recognise my autism. They want me job hunting 35 hours a week from a tent.<p>I’m not incapable. I’ve raised a family. I’ve worked my whole adult life. Supervising teams, tattooing, freelance programming, building proprietary backend systems across 20 years of working with Linux. My autism isn’t a disability here. It’s the reason I can hold an entire OS architecture in my head and see how every component connects. When I point this brain at a problem, it produces systems that work, at a speed that doesn’t make sense to most people.<p>Over the past 4 months, I’ve been building OctantOS. An operating system for autonomous AI agents. Not a framework. Not a container wrapper. An actual OS with its own kernel (OctantCore, from-scratch Rust), its own hypervisor (OctantVMM), a single-binary Rust userspace, and a 10-layer security stack enforcing agent permissions at the kernel level.<p>~1.3M total lines of code. ~800K Rust. 50 crates, ~25 satellite projects. 3,900+ tests. Solo developer. No CS degree. 4 months.<p>The thesis: application-layer trust is insufficient for autonomous agents. OctantCore makes agent identity, capability boundaries, TTL enforcement, and audit first-class kernel primitives. Manifests compile to kernel enforcement policies. The agent doesn’t decide what it can do. The kernel does.<p>Rust LSM patches reviewed on lore.kernel.org by Google’s Rust-for-Linux team and the LSM maintainer. OctantCore boots on OctantVMM with memory manager, interrupts, syscall interface, Agent Descriptor Table, and capability enforcer initializing at boot. Built by orchestrating 10-12 parallel AI coding sessions simultaneously.<p>It goes beyond isolation. Agents identify gaps in their own knowledge and seek out what they don’t know (curiosity subsystem, implemented). Background inference consolidates learned patterns (dreaming). A 7-stage self-evolution pipeline within constitutional safety boundaries. New skills propagate across every OctantOS instance globally via the mesh layer. All kernel-constrained.<p>Nothing like this has existed before. That’s what dies if I can’t keep going.<p>I need stability. A place to live and enough to cover basics for 3 months to get OctantOS investment-ready. An angel willing to back me for that runway. A company that says “come work here, we have a place.” I’ll relocate anywhere, tomorrow, with my dog. Or just advice from someone who’s been here.<p>I just need someone to take a bet on what this brain can do when it’s not freezing in a tent.<p>https:&#x2F;&#x2F;github.com&#x2F;MatrixForgeLabs&#x2F;OctantOS https:&#x2F;&#x2F;octant-os.com https:&#x2F;&#x2F;gofund.me&#x2F;f554a86ee