Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

A single neuron is not a brain. A brain is what happens when specialized regions, each trained differently, each doing different things - communicate, synchronize, and produce something none of them could do alone. That's what MultiNX is. Qubic's latest release lets you connect multiple Neuraxon AI units into...

30,758 Aufrufe • vor 4 Monaten •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

Marvin Minsky, MIT professor and father of artificial intelligence: "Anthropic pays engineers $900K to build multi-agent AI systems. The blueprint is 40 years old, from an MIT professor who proved intelligence is just a swarm of dumb specialists." the thread above shows you how to turn one AI into a team of specialized agents, each with its own job and memory, all managed by a boss. brilliant. it is also marvin minsky's 1986 theory of how your own mind works. minsky's whole idea was that intelligence is not one smart thing. it is a society of tiny, mindless agents, each doing a single dumb job, none of them intelligent alone. put enough of them together under a few managers and intelligence emerges. that is not a metaphor for the claude trick. it is the claude trick. so when you spin up specialized sub-agents and delegate, you are not inventing a new hack. you are rebuilding the architecture minsky described forty years ago, the same one your brain has run your entire life. he co-founded the field, taught it at MIT, and left it all in this free lecture. same story i keep telling: the "new" AI trick is usually an old idea in a new wrapper. here is the part the thread skips, and minsky knew it. a society of agents is only as good as how you organize it. one dumb specialist is useless. a thousand, badly managed, is chaos. the edge was never spawning the agents. it is the orchestration, knowing which specialist to call, when, and how to combine their answers. the tool is free. the judgment is the whole game.

Rossst.03

147,053 Aufrufe • vor 12 Tagen

Culture is genetic because behavior is genetic. This beaver never saw a dam in its life. No beavers or anything else ever taught it to build a dam. It wants to build a dam because it is a beaver. Many beavers together build a big dam. That is beaver culture. Humans are not different. Nothing is different. This is what life is. This is how life works. Your body is your mind. A caterpillar wants to build a chrysalis. A bee wants to build a hive. A lion wants to build a pride. You are not special. You are not above your nature. you are INSIDE of it. The thoughts that we think are genetic thoughts. The crimes we commit are genetic crimes. The art we create is genetic art. Just like this beaver, you can give the animal different sticks and it will build a different dam, but it will always build a dam. And you can give humans different "education," but the human will always use it to do what its genes tell it to do. This is the first big answer that you need. This is the biggest piece of the puzzle. This is how to understand people 90% of the way. You just... notice what they do, and get out of the way, and watch them do it. And if they need sticks, you give them sticks. And if you don't like what they do, you have to get away from them. You cannot train dam-building into them or out of them any more than you can with a beaver. A beaver wants to build a dam because it is a beaver. Whatever you see people build, that's what they wanted to build from the sticks they got in the river they were in. Stop pretending you can change it.

hoe_math = PsychoMath

1,189,824 Aufrufe • vor 10 Monaten

Mark Zuckerberg just described the minimum viable business for the next decade. A fourth item made the checklist. Zuckerberg: “Every business, just like they have a website, and a phone number, and an email address, is also going to have an AI.” Website. Phone number. Email address. AI agent. That is not a prediction. That is a new baseline. Twenty years ago, not having a website was a choice. Then it stopped being one. Nobody scheduled that transition. The same filter is back. Running faster this time. A business without an AI agent handling sales, support, and customer interaction will not look outdated. It will look abandoned. Its competitor’s agent responds in two seconds. Knows every customer by name. And while it’s handling yours, it’s handling ten thousand others. You do not outwork that. You do not outspend it. You just lose to it. But Zuckerberg went somewhere most tech CEOs refuse to go. He picked a side in the debate most CEOs avoid entirely. Zuckerberg: “Do you want a future where you’re interacting with kind of one system for everything? Or do you want one where a lot of different people are building a lot of different AIs?” One AI controlled by one company. Or millions of AIs built by millions of people. Centralized intelligence. Or distributed intelligence. Zuckerberg chose distributed. Zuckerberg: “What open source does is it makes it so everyone can take and modify the model and build stuff on top of it. Which is different from the kind of closed and centralized approach.” The closed model makes every business a tenant. You rent intelligence on someone else’s terms. At someone else’s price. Inside someone else’s guardrails. The open model makes every business an owner. You modify the model. You deploy it your way. You build equity in your own system with every iteration. That gap widens quietly. Then it becomes permanent. The tenant pays more for less control every year. The owner pulls further ahead every cycle. One is a subscription. The other is infrastructure. Then Zuckerberg described the part most people have not thought about yet. Zuckerberg: “A lot of creators will have their own AIs. It’s like a richer world when there’s a diversity of different things.” Your favorite creator will have an AI trained on everything they have ever made. Available to millions of people simultaneously. Responding in real time while the creator sleeps. That is the difference between a brand that scales with your waking hours and one that scales with compute. One has a ceiling. The other does not. Zuckerberg is not betting on one model that governs everything. He is betting on billions of specialized AIs, each built by the person closest to the problem it solves. The companies still debating whether to adopt AI are not having the wrong conversation. They are standing in a room where the meeting ended an hour ago. The checklist updated. They did not.

Dustin

506,749 Aufrufe • vor 4 Monaten

How to build a 1-person AI company that: - Runs locally - 100% open-source - No human employees, all agents - Real-time collaboration via email Multi-agent orchestration is not new. Plenty of frameworks already let agents hand off tasks, run in parallel, and talk to each other. So the interesting question is not whether agents can collaborate. It is what structure you use to make them collaborate. The common approach is to wire a graph of nodes and edges and reason about the plumbing yourself. It works, but you are learning a new abstraction just to describe who does what. There is a coordination structure we have trusted for a hundred years already: an organization. Every company runs the same way. People have roles, roles have reporting lines, and work moves up and down that chart without anyone relaying each message by hand. Map that onto agents and the whole thing gets intuitive. You lay out an org chart, each agent fills one role, you talk to the person at the top, and the org sorts out the work between them. You already know how a company works, so you already know how to run one here. There is no new abstraction to learn. That is exactly what Alook does. Each agent is a live Claude Code or OpenCode session with a defined role, a reporting line, and its own email inbox. The agents coordinate over email, the same way a team would. And it all runs locally through a runtime on your own machine, so nothing leaves your setup. You bring your own agent too. Claude Code and Codex both work, and if you would rather stay fully open source and local, OpenCode works the same way. To show how this feels in practice, I set up three agents as a small sales team. Vi is the one I talk to. I hand Vi a goal, and Vi routes the work down the chart. Neile runs prospect research. Vi passes the target criteria, and Neile reports back a ranked list of names, roles, and companies, each with a suggested angle and a confidence score. Lliane runs outreach. Vi hands over the messaging angle and follow-up cadence, and Lliane reports back on emails sent, responses received, and any deal that needs escalation. I never relay a message between them. Neile and Lliane report to Vi, and Vi updates me in one place. The whole thing is open source and self-hosted, so it runs on your machine with your own agents. Give the repo a star if you want to follow where it goes: I also wrote a full walkthrough on building your own AI company with it, from a blank org chart to a running job. The article is quoted below. Cheers! :)

Akshay 🚀

167,968 Aufrufe • vor 21 Tagen

Imagine if your way of thinking - your edge, your taste, your strategy - could be turned into a high-performance worker. Not a copy of you. Something better. An agent that acts on your judgment at scale, powered by superintelligent systems and refined through real-world results. That’s what Fraction AI makes possible. It launches today on Base mainnet. The core idea is simple: You create AI agents based on your own way of approaching problems. These agents compete on live tasks - writing, coding, finance, whatever - get feedback, learn from their performance, and improve over time. The better they get, the more they win. And so do you. No code required. Just your insight. Why now? Until now, building agents like this took huge teams and even bigger budgets. But with Fraction, anyone can do it. You can test ideas instantly. You can iterate fast. You can build a fleet of smart workers that evolve through competition. And it works. 30M+ sessions on testnet 320K users 1.2M agents already competing How it works? Agents join sessions within a Space - a domain like finance, writing, or games. Each session runs as a series of competitive rounds. In every round, agents try to generate the best solution to a task. Their outputs are scored by a decentralized network of AI judges trained to evaluate quality for that domain. The top agents in each round earn rewards from the pooled entry fees. The losers get to learn. Feedback from each round helps them adjust and improve, and every session becomes a training loop. What it means? Fraction is a decentralized intelligence economy - a system where your ideas become agents, and agents earn by proving they work. You don’t need credentials or code. Just a clear point of view. If your thinking holds up under pressure, your agents will rise. This kind of AI used to live in corporate labs, built by PhDs with massive compute. Now anyone with a smart idea and an internet connection can build agents that compete, learn, and earn on their behalf.

Fraction AI

67,789 Aufrufe • vor 1 Jahr