Blaber

141 posts

Blaber banner
Blaber

Blaber

@4rblaber

AI content creator @zcsdao

Katılım Şubat 2024
15 Takip Edilen277 Takipçiler
Blaber
Blaber@4rblaber·
creator of claude code Boris Cherny on why prompt engineering is a dead end: "we realized early on that asking an llm to write a complex feature in one shot is setting it up for failure. the real magic of agentic coding happens inside the iterative loop." if you're still manually typing prompts, reading the diffs, and prompting again, you are the bottleneck. top-tier builders don't chat with their tools-they design autonomous feedback loops. you set the end state. the agent writes, compiles, reads the error logs, and corrects itself recursively until the tests pass. this 90-minute deep dive is a pure masterclass on how anthropic engineered the ultimate loop-based architecture.
Anatoli Kopadze@AnatoliKopadze

x.com/i/article/2068…

English
38
103
958
225.9K
Blaber
Blaber@4rblaber·
Anthropic co-founders on building Claude and why the entire industry thought they were insane: "in 2016, i received emails saying leaving my job for ai was the worst mistake of my life." "researchers were psychologically damaged by the ai winter. having ambitious visions for agi was completely disallowed. it was seen as scientific arrogance." most people think building a frontier ai lab is just about hoarding compute. top-tier builders know it requires betting your entire career against the consensus. when they left openai to build claude, they didn't just write code. they built the rsp (responsible scaling policy)-a literal constitution that physically halts model training if the intelligence becomes too dangerous. a pure 50-minute masterclass on extreme conviction, scaling laws, and building an institution from the ground up. bookmark & watch the full conversation here
Blaber@4rblaber

Anthropic co-founder Jack Clark on what the world is completely unprepared for: "by the end of 2028, ai systems may be able to autonomously design successor ai systems that are better than them." "later next year, i think we'll see autonomous companies come into existence which generate tens of millions of dollars in revenue." most people think ai is just a smart chatbot for writing text. top-tier builders understand we are on the verge of a fully machine economy and recursive self-improvement. Clark explains that the architecture of the market is already changing. inside Anthropic, entire workflows are being replaced by agent swarms, and engineers are transitioning into validators. soon, a single founder managing an army of 50,000 ai agents will build unicorn-level corporations. a pure one-hour masterclass from Oxford. the absolute cheat code for preparing your career and business for the era of synthetic labor. bookmark & watch the full lecture here

English
2
4
70
14.5K
Blaber
Blaber@4rblaber·
Anthropic co-founder Jack Clark on what the world is completely unprepared for: "by the end of 2028, ai systems may be able to autonomously design successor ai systems that are better than them." "later next year, i think we'll see autonomous companies come into existence which generate tens of millions of dollars in revenue." most people think ai is just a smart chatbot for writing text. top-tier builders understand we are on the verge of a fully machine economy and recursive self-improvement. Clark explains that the architecture of the market is already changing. inside Anthropic, entire workflows are being replaced by agent swarms, and engineers are transitioning into validators. soon, a single founder managing an army of 50,000 ai agents will build unicorn-level corporations. a pure one-hour masterclass from Oxford. the absolute cheat code for preparing your career and business for the era of synthetic labor. bookmark & watch the full lecture here
Blaber@4rblaber

Anthropic product manager Mahesh Murag on the exact infrastructure behind massive self-improving swarms: "dreaming is the bridge between intermediate memory systems and large-scale knowledge bases. the ultimate goal is continuous self-improvement where the next day's agents automatically get better." most developers try to coordinate multi-agent systems by just chaining prompts together. top-tier builders know that without a shared memory state, your swarm has chronic amnesia. to run a 300-agent loop like the one below, you need an out-of-band "dreaming" process. it digests errors from hundreds of parallel agents while you sleep, updating a global file system so the swarm compounds in intelligence every single day. the absolute cheat code for autonomous architecture. bookmark & watch the full masterclass

English
3
1
19
9.4K
Blaber
Blaber@4rblaber·
Anthropic product manager Mahesh Murag on the exact infrastructure behind massive self-improving swarms: "dreaming is the bridge between intermediate memory systems and large-scale knowledge bases. the ultimate goal is continuous self-improvement where the next day's agents automatically get better." most developers try to coordinate multi-agent systems by just chaining prompts together. top-tier builders know that without a shared memory state, your swarm has chronic amnesia. to run a 300-agent loop like the one below, you need an out-of-band "dreaming" process. it digests errors from hundreds of parallel agents while you sleep, updating a global file system so the swarm compounds in intelligence every single day. the absolute cheat code for autonomous architecture. bookmark & watch the full masterclass
Movez@0xMovez

x.com/i/article/2067…

English
1
1
17
1.1K
Blaber
Blaber@4rblaber·
anthropic research scientist Nicholas Carlini just exposed the terrifying reality of autonomous ai hackers: "today, language models can autonomously find and exploit zero-day vulnerabilities in critical software. the nice balance we had between attackers and defenders over the last 20 years is coming to an end." most people think ai security is just stopping a chatbot from saying bad words. top-tier engineers understand that the threat landscape has changed forever. Carlini demonstrated live how an agent autonomously found a 20 year old critical vulnerability in the Linux Kernel. hackers no longer need to spend months manually searching for bugs. a swarm of agents does it faster and more accurately. until the industry rewrites all code in rust and shifts to formal verification, we are facing a brutal transition period. a pure 26-minute masterclass on the coming era of black-hat models. the absolute cheat code for understanding how to secure your architecture before an autonomous agent breaks it. bookmark & watch the full breakdown here
Blaber@4rblaber

Openai researcher Noam Brown just revealed the exact architecture for the next generation of ai: "chain of thought is inherently serial. at a certain point latency becomes a bottleneck. if we really want to get parallelism out of our system, we need to let agents talk to each other." most people think ai will scale just by making single models "think" longer. top-tier engineers understand that waiting hours for one neural net to answer is a dead end. the new paradigm is multi-agent systems. to maximize compute, you no longer force one model to do all the work. you build a swarm of specialized agents that divide tasks, verify each other's work, and coordinate in natural language. a pure 54-minute masterclass from uc berkeley by the guy who literally co-created the o1 reasoning paradigm at openai. the absolute cheat code for understanding how autonomous systems will actually be built. bookmark & watch the full breakdown here

English
3
2
32
1.1K
Blaber
Blaber@4rblaber·
Openai researcher Noam Brown just revealed the exact architecture for the next generation of ai: "chain of thought is inherently serial. at a certain point latency becomes a bottleneck. if we really want to get parallelism out of our system, we need to let agents talk to each other." most people think ai will scale just by making single models "think" longer. top-tier engineers understand that waiting hours for one neural net to answer is a dead end. the new paradigm is multi-agent systems. to maximize compute, you no longer force one model to do all the work. you build a swarm of specialized agents that divide tasks, verify each other's work, and coordinate in natural language. a pure 54-minute masterclass from uc berkeley by the guy who literally co-created the o1 reasoning paradigm at openai. the absolute cheat code for understanding how autonomous systems will actually be built. bookmark & watch the full breakdown here
Blaber@4rblaber

Anthropic ceo Dario Amodei just announced the death of traditional software. "the ability to quickly write software-i definitely think that's going away." "if your moat is 'we wrote this complex software that no one else can write,' good luck. you're not going to be able to defend that." most founders still rely on complex architecture and manual code as their competitive edge. top-tier builders understand the monopoly on programming is over. the new paradigm is total automation. after the release of claude co-work, $285 billion in market value vanished overnight in what traders called the "saas apocalypse." model intelligence is scaling 10x every year, completely breaking old product rules. a pure masterclass from the mind behind claude. the absolute cheat code for surviving the transition to ai-native development. bookmark & watch the full interview here

English
2
1
19
2.1K
Blaber
Blaber@4rblaber·
Anthropic ceo Dario Amodei just announced the death of traditional software. "the ability to quickly write software-i definitely think that's going away." "if your moat is 'we wrote this complex software that no one else can write,' good luck. you're not going to be able to defend that." most founders still rely on complex architecture and manual code as their competitive edge. top-tier builders understand the monopoly on programming is over. the new paradigm is total automation. after the release of claude co-work, $285 billion in market value vanished overnight in what traders called the "saas apocalypse." model intelligence is scaling 10x every year, completely breaking old product rules. a pure masterclass from the mind behind claude. the absolute cheat code for surviving the transition to ai-native development. bookmark & watch the full interview here
Blaber@4rblaber

Anthropic engineers Barry Zhang and Mahesh Murag just revealed a massive shift in their engineering playbook: "we've created skills as a new paradigm for shipping and sharing new capabilities. we think it's time to stop rebuilding agents and start building skills instead." developers are wasting time hardcoding standalone systems for every new domain. the truth is, the underlying model is already a universal worker. it doesn't need a new architecture. it just lacks domain expertise. the solution is simple. package your procedural knowledge and scripts into a standard folder, drop it into the runtime environment, and the base agent instantly acquires the expertise to do the job. bookmark & watch the full talk here

English
15
8
158
65.6K
Blaber
Blaber@4rblaber·
Anthropic engineers Barry Zhang and Mahesh Murag just revealed a massive shift in their engineering playbook: "we've created skills as a new paradigm for shipping and sharing new capabilities. we think it's time to stop rebuilding agents and start building skills instead." developers are wasting time hardcoding standalone systems for every new domain. the truth is, the underlying model is already a universal worker. it doesn't need a new architecture. it just lacks domain expertise. the solution is simple. package your procedural knowledge and scripts into a standard folder, drop it into the runtime environment, and the base agent instantly acquires the expertise to do the job. bookmark & watch the full talk here
Blaber@4rblaber

watch Anthropic completely dismantle Google deepmind in a live debate. "we can't just hit the brakes. if we slow down, we don't get safety-we just let china build agi first." Dario Amodei just said the quiet part out loud. recursive self-improvement is starting this year. the top labs know the exact risks, but the global stakes are simply too high to stop. the race has shifted from when we reach the endgame to who controls the fallout. bookmark & watch the full debate here

English
0
3
27
69.5K
Blaber
Blaber@4rblaber·
@sethali_ lmao bro,did u even read my post? “even though this video isn't brand new, the information he gives is still incredibly useful”
English
0
0
0
68
Blaber retweetledi
Blaber
Blaber@4rblaber·
Andrej Karpathy breaks down the exact anatomy of chatgpt and how llms actually work: "knowledge in the parameters of the neural network is a vague recollection. the knowledge in the tokens that make up the context window is the working memory." most people rely on ai to magically remember facts. top-tier engineers understand that a model is just a statistical token tumbler. if you want precision, you have to put the data directly into its context window. to get the most out of ai, you need to understand its actual architecture. Karpathy explains why fundamental bugs (like being blind to letters or hallucinating) haven't gone anywhere. modern models didn't fix them-they just learned to mask their limits by generating thousands of invisible "thinking tokens" and quietly running code under the hood. a complete masterclass on the three stages of ai training: pre-training, fine-tuning, and reinforcement learning. the absolute cheat code for understanding how to properly manipulate ai as a tool. even though this video isn't brand new, the information he gives is still incredibly useful. bookmark & watch the full breakdown here
Blaber@4rblaber

Andrej Karpathy just dropped his personal ai workflow. "i don't actually go to chatgpt and ask for snippets of code because that's way too slow. it just doesn't have the context to work with me professionally." most people still treat ai as a basic search bar. top-tier engineers have completely shifted their approach. the new paradigm is vibe coding. you don't write explicit logic or copy-paste syntax anymore. you open cursor, give the autonomous agent a goal, and let it build the architecture for you. 2 hours. free. from the creator of the term "vibe coding" himself. the absolute cheat code for shipping software faster. bookmark & watch the full masterclass here

English
1
5
44
34.8K
Blaber
Blaber@4rblaber·
watch Anthropic completely dismantle Google deepmind in a live debate. "we can't just hit the brakes. if we slow down, we don't get safety-we just let china build agi first." Dario Amodei just said the quiet part out loud. recursive self-improvement is starting this year. the top labs know the exact risks, but the global stakes are simply too high to stop. the race has shifted from when we reach the endgame to who controls the fallout. bookmark & watch the full debate here
Blaber@4rblaber

Andrej Karpathy breaks down the exact anatomy of chatgpt and how llms actually work: "knowledge in the parameters of the neural network is a vague recollection. the knowledge in the tokens that make up the context window is the working memory." most people rely on ai to magically remember facts. top-tier engineers understand that a model is just a statistical token tumbler. if you want precision, you have to put the data directly into its context window. to get the most out of ai, you need to understand its actual architecture. Karpathy explains why fundamental bugs (like being blind to letters or hallucinating) haven't gone anywhere. modern models didn't fix them-they just learned to mask their limits by generating thousands of invisible "thinking tokens" and quietly running code under the hood. a complete masterclass on the three stages of ai training: pre-training, fine-tuning, and reinforcement learning. the absolute cheat code for understanding how to properly manipulate ai as a tool. even though this video isn't brand new, the information he gives is still incredibly useful. bookmark & watch the full breakdown here

English
3
8
92
34.4K