Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Goose can: • Conduct code migrations (Ember to React, Ruby to Kotlin) • Dive into unfamiliar codebases • Generate unit tests • Create API scaffolding • Remove feature flags • Increase code coverage And that's just the beginning of its capabilities...

32,573 Aufrufe • vor 1 Jahr •via X (Twitter)

18 Kommentare

Profilbild von Kevin Henrikson
Kevin Henriksonvor 1 Jahr

Jack Dorsey just declared war on closed-source AI. It integrates with 4 major AI models: DeepSeek, OpenAI, Google, and Anthropic. It lets you build powerful AI tools while keeping your data completely private. Here's how this could transform the future of AI development:

Profilbild von Kevin Henrikson
Kevin Henriksonvor 1 Jahr

First, some context: Block is the parent company of: • Square (point-of-sale services) • Cash App (mobile payments) • Tidal (music streaming) Dorsey teased Goose by posting "open source everything" on X.

Profilbild von Kevin Henrikson
Kevin Henriksonvor 1 Jahr

The problem was simple: Building AI agents is too complex for most developers. You need expertise in machine learning, neural networks, and programming. This keeps many brilliant developers from innovating with AI. But Dorsey's team had a solution that would change everything:

Profilbild von Kevin Henrikson
Kevin Henriksonvor 1 Jahr

Enter Goose: A free, open-source framework that simplifies the process of building AI agents. It works with any LLM as the intelligence on the backend. The goal? To democratize AI-powered systems for developers. Here's where it gets interesting:

Profilbild von Kevin Henrikson
Kevin Henriksonvor 1 Jahr

Goose can integrate with various LLMs, including: • DeepSeek • OpenAI • Google • Anthropic You're not locked into one provider. This flexibility is revolutionary, but there's an even bigger advantage:

Profilbild von Kevin Henrikson
Kevin Henriksonvor 1 Jahr

Unlike other AI platforms, Goose can be deployed: • On-premises • In virtual private clouds • Within your own infrastructure As Block's VP confirms: "We definitely do not have anything in the middle of Goose usage — no calls to our servers." This changes everything:

Profilbild von Kevin Henrikson
Kevin Henriksonvor 1 Jahr

Think about what this means: Banks can build AI agents without exposing customer data. Healthcare providers can innovate while maintaining patient privacy. Government agencies can leverage AI while keeping data secure. But the real magic is in what Goose can do:

Profilbild von Kevin Henrikson
Kevin Henriksonvor 1 Jahr

Jackie Brosamer, VP of data & AI platform engineering at Block, revealed something fascinating: Goose can work across different systems - integrating Google Drive with Slack, for example. One team member uses it to track 40 hours of meetings and figure out what they did last week.

Profilbild von Kevin Henrikson
Kevin Henriksonvor 1 Jahr

The platform is designed to: • Search and navigate codebases • Read, write, and edit files • Install dependencies • Run tests • Refine outputs automatically All while maintaining data privacy and security. But here's the most powerful part:

Profilbild von Kevin Henrikson
Kevin Henriksonvor 1 Jahr

Goose is released under the Apache 2.0 license. This means: • Anyone can use it • Everyone can audit the code • Innovation happens in public • The community drives development This approach has profound implications:

Profilbild von Kevin Henrikson
Kevin Henriksonvor 1 Jahr

As Bradley Axen, AI tech lead at Block, explains: "We're not monetizing Goose directly — it's fully Apache licensed. Instead, we aim to develop products that work seamlessly with agents." The strategy behind this decision is brilliant:

Profilbild von Kevin Henrikson
Kevin Henriksonvor 1 Jahr

Goose is designed to work with Anthropic's Model Context Protocol (MCP). This standardized suite of APIs means Goose can connect to: • Content repositories • Business applications • Development environments Making it infinitely extensible.

Profilbild von Kevin Henrikson
Kevin Henriksonvor 1 Jahr

The implications are massive: We're about to see an explosion of AI innovation. Not just from big tech companies, but from developers everywhere. This democratization of AI could reshape the entire industry.

Profilbild von Kevin Henrikson
Kevin Henriksonvor 1 Jahr

Want to master the founder mindset and build better? Join Founder Mode for free weekly insights on startups, systems, and personal growth:

Profilbild von Kevin Henrikson
Kevin Henriksonvor 1 Jahr

I hope you've found this thread helpful. Follow me @KevinHenrikson for more. Like/Repost the quote below if you can:

Profilbild von Kevin Henrikson
Kevin Henriksonvor 1 Jahr

Video credits: • YT link • YT link

Profilbild von CodeRabbit
CodeRabbitvor 1 Jahr

AI-first pull request reviewer with context-aware feedback, line-by-line code suggestions, and real-time chat.

Profilbild von PrideOfMatchingham
PrideOfMatchinghamvor 1 Jahr

@AnimeshKGupta

Ähnliche Videos

Claude Code cracked something open for us Every 📧. Now I ship to codebases I barely know, every feature we ship makes the next one easier, and non-technical members of the team use the terminal. I’m genuinely grateful. So I brought its creators, Cat Wu (cat) and Boris Cherny (Boris Cherny) from Anthropic, on AI & I to say thank you—and to talk about everything they’ve learned from building Claude Code. We get into: • The workflows Anthropic’s smartest engineers use to push Claude Code to its limits. Why they pit subagents against each other to get cleaner results, how they turn past code into leverage, and the slash commands and MCPs they rely on most. • The product lessons behind one of the most loved AI agents in the world. How the team balances simplicity and power—building a tool that anyone can use, but that experts can bend to their will—and their philosophy of “unshipping,” or cutting back whenever there’s a simpler, more intuitive path to user intent. • A peek into the future of coding with AI. The new form factors they’re experimenting with to make Claude Code more autonomous, more reliable, and more accessible to non-technical users This is a must-watch for anyone—both technical and non-technical—who wants to learn how to use Claude Code like the people who built it. Watch below! Timestamps: Introduction: 00:01:26 Claude Code’s origin story: 00:02:25 How Anthropic dogfoods Claude Code: 00:07:03 Boris and Cat’s favorite slash commands: 00:14:06 How Boris uses Claude Code to plan feature development: 00:15:49 Everything Anthropic has learned about using sub-agents well: 00:21:53 Use Claude Code to turn past code into leverage: 00:26:16 The product decisions for building an agent that’s simple and powerful: 00:33:14 Making Claude Code accessible to the non-technical user: 00:36:38 The next form factor for coding with AI: 00:45:12

Dan Shipper 📧

57,568 Aufrufe • vor 9 Monaten

New short course: Building Code Agents with Hugging Face smolagents! Learn how to build code agents in this course, created in collaboration with Hugging Face, and taught by Thomas Wolf, its co-founder and CSO, and m_ric, Hugging Face’s Project Lead on Agents. Tool-calling agents use LLMs to generate multiple function calls sequentially to complete a complex sequence of tasks. They generate one function call, execute it, observe, reason, and decide what to do next. Code agents take a different approach. They consolidate all these calls into a single block of code, letting the LLM lay out an entire action plan at once, which can be executed efficiently to provide more reliable results. You’ll learn how to code agents using smolagents, a lightweight agentic framework from Hugging Face. Along the way, you’ll learn how to run LLM-generated code safely and develop an evaluation system to optimize your code agent for production. In detail, you’ll learn: - How agentic systems have evolved, gaining greater levels of agency over time—and why code agents are a next step. - How code agents write their actions in code. - When code agents outperform function-calling agents. - How to run code agents safely in your system using a constrained Python interpreter and sandboxing using E2B. - To trace, debug, and assess the code agent to optimize its behaviours for complex requests. - How to build a research multi-agent system that can find information online and organize it into an interactive report. By the end of this course, you’ll know how to build and run code agents using smolagents, and deploy them safely with a structured evaluation system in your projects. Please sign up here!

Andrew Ng

127,724 Aufrufe • vor 1 Jahr