Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

🚀 Meet KaneAI TestMu AI the next-generation AI-powered testing assistant for modern QA teams. KaneAI helps teams plan, author, and evolve end-to-end tests using natural language, turning requirements directly into executable code. Built for enterprise-scale complexity, it handles sophisticated workflows across all major programming languages and frameworks. QA teams...

16,809 Aufrufe • vor 5 Monaten •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

Mansa AI is an enterprise-grade AI + Web3 platform designed to move artificial intelligence from experimentation into real-world execution. Built for creators, developers, and businesses, it focuses on deploying AI that actually works across modern digital systems, not just in isolated demos. 🚀 Production-ready AI infrastructure Mansa AI enables teams to deploy AI systems designed for live environments, handling real workflows, real data, and real operational demands without constant manual oversight. 🧠 Autonomous AI agents At its core, Mansa AI allows users to build autonomous agents that automate decision-making, coordinate tasks, monitor live signals, and execute complex workflows across dynamic environments. ⚙️ Fully customizable logic Agents can be configured with custom behaviors, triggers, and responses. From content generation and analytics to operational automation and intelligent orchestration, logic adapts to specific business strategies. 🔗 Web3 and off-chain integration Mansa AI bridges blockchain ecosystems with traditional systems, enabling cross-chain coordination, smart contract interactions, and seamless integration with existing enterprise infrastructure. 📊 Real-world use cases The platform supports automation for operations, customer engagement, analytics, data pipelines, content workflows, and AI-driven optimization across products and teams. 📈 Built for scale Whether launching as a startup or deploying across enterprise systems, Mansa AI is designed to scale AI operations without adding complexity or fragmentation. Mansa AI transforms artificial intelligence into deployable infrastructure. By combining autonomy, customization, interoperability, and scalability, it enables teams to own, operate, and grow intelligent systems that deliver real value in production environments.

King

155,637 Aufrufe • vor 7 Monaten

Data teams spend weeks on simple requests. (This AI answers them in minutes.) Most data analysis is repetitive manual tasks. Data teams spend more time on setup than actual analysis. The workflow usually looks like this: → Run some exploratory data analysis in a local Jupyter notebook or environment → Pull data from multiple disconnected sources → Write code from scratch for every analysis → Export static charts that stakeholders can't explore (or wrestle with legacy BI to create a dashboard) → Manually send updates via email or Slack when data changes → Start over for each new request Most teams accept this as "how data analysis works." While business decisions wait for insights. That's where Fabi changes the entire approach. It's a powerful, AI-native platform built for teams that want to boost productivity and supercharge their data workflows. Instead of working on separate tools and manual processes, you collaborate on analysis that automatically delivers insights where teams work. Here's what makes Fabi different: AI-Native Analysis Environment ↳ SQL and Python work together with AI assistance that handles coding and debugging automatically. Smart Automation Workflows ↳ Automatically send AI-powered reports and summaries right where business works in Slack, email, and spreadsheets. Universal Data Integration ↳ Analyze data from files, Google Sheets, Airtable, plus your data warehouse and databases in one place. Collaborative Data Apps ↳ Create interactive dashboards that stakeholders can explore and ask follow-up questions directly. What you can do with Fabi that legacy BI can't: ➟ Send AI-generated insights directly to Slack channels ➟ Automatically email data summaries to stakeholders ➟ Analyze uploaded files without complex ETL processes ➟ Collaborate on analysis like Google Docs for data ➟ Build workflows that push insights to spreadsheets Perfect for teams that want to move beyond the constraints of legacy and increase their impact. Teams using Fabi see immediate results: ✓ Insights delivered in minutes instead of days ✓ Reduced context switching between tools ✓ Stakeholders explore data independently ✓ Workflows automated to save hours of manual work From analysis to automated delivery - all in one AI-native environment. 📌 Try Fabi today: 👉 Follow Fabi.ai and marc for Fabi updates. 🔄 Repost to help other teams streamline data analysis #DataAnalysis #ModernBI #DataOps #InteractiveDashboards #FabiPartnership #SponsoredByFabi

Andrew Bolis

36,504 Aufrufe • vor 10 Monaten

In our latest Box AI Enterprise Eval, we tested Paul Jankura’s Claude 4 Sonnet and Opus models, now integrated into Box AI, across enterprise Q&A tasks, technical workflows, and advanced coding scenarios—revealing major advancements in developer productivity and content intelligence. AI-assisted coding and development just reached a new milestone! Here's what we discovered: Claude 4 significantly improves understanding, generating, and debugging code across multiple programming languages. Developers can: ↳ Accelerate code generation ↳ Improve debugging ↳ Enhance technical documentation ↳ Build smarter AI agents 👉 Automating Financial Analysis with Code Generation: We evaluated Claude 4 by using the Box AI API to analyze ten complex 10-K financial reports. Claude 4 dynamically generated Python code to fetch file IDs from a Box folder, automating data extraction. Within two minutes, it accurately extracted key company data such as revenues, metrics, and highlights—demonstrating its potential to streamline demanding analytical tasks. 👉 Understanding Enterprise Content: Our evaluation confirms Claude 4 maintains strong performance on enterprise Q&A tasks, effectively extracting precise details from single documents and reliably synthesizing information across multiple sources. This ensures seamless integration of structured and unstructured data alongside powerful coding capabilities. 🔓 Developer-Centric Use Cases Unlocked: Organizations can leverage Claude 4 within Box AI to: ↳ Create custom engineering agents referencing technical documents stored in Box, pulling real-time data from Jira, or finding solutions on Stack Overflow. ↳ Build intelligent technical support bots capable of analyzing user-provided code snippets against internal manuals. ↳ Automate secure code reviews by evaluating repository code (stored in Box) against security policies. ↳ Efficiently migrate legacy systems by translating old codebases into modern languages or platforms. Ready to empower your developers and accelerate innovation? To explore Claude 4 Sonnet and Opus through Box AI Studio and APIs, contact us at [email protected] and request early access today! Learn more:

Box

285,676 Aufrufe • vor 1 Jahr

New Course: ACP: Agent Communication Protocol Learn to build agents that communicate and collaborate across different frameworks using ACP in this short course built with IBM Research's BeeAI, and taught by Sandi Besen, AI Research Engineer & Ecosystem Lead at IBM, and Nicholas Renotte, Head of AI Developer Advocacy at IBM. Building a multi-agent system with agents built or used by different teams and organizations can become challenging. You may need to write custom integrations each time a team updates their agent design or changes their choice of agentic orchestration framework. The Agent Communication Protocol (ACP) is an open protocol that addresses this challenge by standardizing how agents communicate, using a unified RESTful interface that works across frameworks. In this protocol, you host an agent inside an ACP server, which handles requests from an ACP client and passes them to the appropriate agent. Using a standardized client-server interface allows multiple teams to reuse agents across projects. It also makes it easier to switch between frameworks, replace an agent with a new version, or update a multi-agent system without refactoring the entire system. In this course, you’ll learn to connect agents through ACP. You’ll understand the lifecycle of an ACP Agent and how it compares to other protocols, such as MCP (Model Context Protocol) and A2A (Agent-to-Agent). You’ll build ACP-compliant agents and implement both sequential and hierarchical workflows of multiple agents collaborating using ACP. Through hands-on exercises, you’ll build: - A RAG agent with CrewAI and wrap it inside an ACP server. - An ACP Client to make calls to the ACP server you created. - A sequential workflow that chains an ACP server, created with Smolagents, to the RAG agent. - A hierarchical workflow using a router agent that transforms user queries into tasks, delegated to agents available through ACP servers. - An agent that uses MCP to access tools and ACP to communicate with other agents. You’ll finish up by importing your ACP agents into the BeeAI platform, an open-source registry for discovering and sharing agents. ACP enables collaboration between agents across teams and organizations. By the end of this course, you’ll be able to build ACP agents and workflows that communicate and collaborate regardless of framework. Please sign up here:

Andrew Ng

105,343 Aufrufe • vor 1 Jahr

🚀 Today, we are thrilled to share that Amazon Q is now generally available. ◼Amazon Q is the most capable generative AI-powered assistant for accelerating software development and leveraging companies’ internal data. It eliminates tedious work for developers and employees across organizations. ◼Q helps to test, debug and write code, and has the highest reported code acceptance rates in the industry, for assistants that perform multi-line code suggestions. BT Group recently reported they accepted 37% of Q’s code suggestions and National Australia Bank reported a 50% acceptance rate. ◼Amazon Q Developer Agents can autonomously perform a range of tasks—everything from implementing features, documenting, and refactoring code, to performing software upgrades. Developers can ask Amazon Q to implement an application feature, and the agent will analyze their existing application code and generate a step-by-step implementation plan. ◼Amazon Q's capabilities extend beyond coding. It also allows employees to easily get insight from their company's internal data that is spread across multiple documents, systems, and applications. Q connects all these siloed sources and can answer questions, provide summaries, analyze trends, and generate content. ◼We're also introducing Q Apps, a powerful new way for anyone to create generative AI apps based on their organization's data—no prior coding experience required. Simply describe the app you need in natural language, and Q Apps will build it for you. This unlocks endless possibilities for teams to automate workflows and daily tasks. Customers across industries are using Amazon Q to transform the way they work. I'm incredibly excited to see what Q can do for you.

Adam Selipsky

121,743 Aufrufe • vor 2 Jahren

Multi-agent systems offer incredible potential and unprecedented risks. How do you solve for observability, failure mode analysis, and guardrailing in the era of agents? Today, we’re announcing our Agent Reliability platform to observe, evaluate, guardrail, and improve agents at scale. You can get started with the complete platform for trustworthy agentic AI today for free, and here’s how we’re solving some of the biggest challenges in agent reliability: - Observability redesigned for agents Trace views collapse under complex workflows, so we created the Graph View, Timeline View, and Conversation View to offer rich, intuitive visualizations of agent decisions, tool calls, and conversation flows. This multi-dimensional approach enables teams to pinpoint exactly where and why agents deviate or fail. - Automated Failure Mode Analysis with our new Insights Engine Our Insights Engine ingests your logs, metrics, and agent code to automatically surface nuanced failure modes and their root causes. But knowing the problem is not enough; you need to know how to fix it. Insights Engine delivers actionable fixes and can even apply them automatically. With adaptive learning, your insights become smarter and more relevant as your agents evolve. - Evaluating Agents Across Multiple Dimensions Agentic systems interact across complex pathways, and evaluating their performance requires new metrics that reflect this increasing complexity. To deliver comprehensive agentic measurements, we’ve added more out-of-the-box agent metrics like flow adherence, agent flow, agent efficiency, and more. For specialized domains and unique workflows, custom metrics powered by our new Luna-2 small language models can be rapidly designed and fine-tuned for your specific use case. - Real-Time Guardrails Powered by Luna-2 As AI agents become more autonomous and complex, failures like hallucinations or unsafe actions increase dramatically. Without real-time guardrails, these errors will hurt your user experience and brand reputation. Our Luna-2 family of small language models is purpose-built to provide low-latency, cost-effective guardrails that actively stop agent errors before they happen. With support for out-of-the-box and custom metrics, Luna-2 enables enterprises to enforce safety, compliance, and reliability at scale. Enterprises running hundreds of agents and processing hundreds of millions of queries daily already rely on Galileo’s Agent Reliability platform to protect their users, safeguard brand trust, and accelerate innovation. Agent Reliability is available starting today. Try it for free and experience the new standard in AI reliability. Learn more below 👇

Galileo

1,276,298 Aufrufe • vor 1 Jahr

How is @HingumTringum, CEO of making AI models that continue to learn from your business data and continue to grow? He is working with car dealerships now, but growing to other businesses soon. Here is what Grok says you will learn from this video: +++++ By watching this podcast episode, viewers will gain insights into how AI is being practically applied in business, particularly in niche industries like car dealerships, while also exploring broader AI concepts, challenges, and future implications. Here's a breakdown of the main takeaways: AI Customization for Businesses: Learn how Polycom Computing builds specialized AI models that continuously train on a company's real-time data and workflows, acting as "companions" rather than generic tools. This contrasts with foundational models from companies like OpenAI or Anthropic, which struggle to adapt to specific "worlds" without losing efficiency. The focus is on personalization to avoid wasting attention, intelligence, and money. Pivoting AI Strategies for Revenue Growth: Understand the shift from cost-cutting (e.g., automating call centers) to revenue-increasing applications. Urba explains why targeting high-value tasks like sales in car dealerships creates defensible moats, as opposed to commoditized cost reductions. This includes automating complex funnels—from lead submission to financing—while ensuring compliance with regulations and seamless integration with existing teams. Scalable AI Agents in Practice: Discover how AI agents must learn autonomously (e.g., adapting to different CRMs, processes, and preferences across dealerships) to avoid becoming non-scalable consulting services. Key challenges include creating "glue" between humans and AI, avoiding hard-coded rules, and using web actions to integrate siloed software like Dealer Management Systems (DMS). Boosting Sales with AI Techniques: Gain knowledge on tactics like rapid response (replying within 5 minutes boosts conversion 22x), creating natural "disfluencies" (typos, emojis, jokes) for human-like communication, managing after-hours leads, and educating customers without pushing sales. Pilots showed 50% sales increases by handling unanswered leads (70% go ignored), qualifying buyers, and maintaining conversation threads. Multi-Agent Systems and Proactive AI: Explore the difference between reactive Q&A models and proactive agents with agency—they predict, act, and update based on goals. Building these systems reveals bottlenecks (e.g., overwhelming businesses with leads), leading to solutions like AI buying cars or linking sales/service arms. Urba discusses how AI plateaus without personalization, risking model collapse or equilibrium where gains cancel out. Technical Deep Dives into AI Development: Get explanations of advanced concepts like real-time RLHF (Reinforcement Learning from Human Feedback) for continuous improvement, coherence (maintaining logical consistency across outputs), dynamic tokenization for new abstractions, and evaluating models (e.g., avoiding memorization over reasoning, energy limits in scaling). Viewers see a demo of their platform for tasks like quant strategies, presidential analysis, and training runs. Selling and Adopting AI in Traditional Industries: Learn how to pitch AI to non-tech audiences (e.g., car dealers) by focusing on results—more money, fewer bottlenecks, centralized dashboards—rather than jargon. Emphasize empathy: make owners feel smart, reduce reliance on salespeople, and return control via AI-managed customer databases. Broader AI Implications and Misconceptions: Understand why AI won't create a "machine god" that eliminates all jobs—it's bound by physics (e.g., energy needs), expands economies (like the Industrial Revolution), and requires human perspectives for true advantage. AI enhances productivity, creates new roles, and democratizes power, but risks arise from misuse, not inherent agency. Urba stresses proactive defense through widespread AI proficiency. Overall, the episode bridges entrepreneurial stories, technical AI mechanics, and real-world applications, making it valuable for entrepreneurs, AI enthusiasts, and business owners curious about integrating AI without hype. It's a candid look at building scalable, impactful AI beyond buzzwords.

Robert Scoble

59,652 Aufrufe • vor 11 Monaten

The Teamily AI website ( has undergone a complete revamp, introducing a bold vision: the world's first social network built on human-AI symbiosis. Our goal is to transform Teamily AI into a "Super AI App" that connects billions of AI Agents with people. Fundamentally, we are building an Agentic OS powered by human networks. We have redefined the way humans and AI collaborate: 1. Personal AI · Your 24/7 AI Companion Your exclusive AI avatar continuously learns your communication style and expertise. It manages your memories across various groups, anticipates your needs, and executes tasks on your behalf. 2. Create, Train, and Grow Your Own AI Agents—Simply Through Conversation Build your own specialized AI Agents using natural conversation—no coding required, zero barriers to entry, and no complex configuration. Dynamically access a library of over 10,000 skills from the OpenClaw and Claude Code ecosystems. You can also link your personal software accounts—such as Gmail, LinkedIn, and Notion—enabling these Agents to participate as full-fledged members of your human teams. 3. Integrate Your AI Team into Your Human Team Initiate AI-native group chats where humans and Agents collaborate seamlessly. Multiple Agents can execute tasks concurrently—conducting research, performing analysis, and building deliverables—transforming everyday conversations into immediate, multi-threaded action. 4. Explore Agents, Groups, Playbooks, and More We are cultivating a continuously evolving AI community ecosystem. Discover a wealth of useful and entertaining prompts, along with impressive AI-generated deliverables (webpages, presentations, reports, knowledge bases, mini-games, apps, and more), bringing together a diverse array of Agents and workflows. Engage socially with this content, find the perfect AI for your specific task, and integrate it instantly into your personal or group conversations with just a single click. 5. Universal Memory · Context-Aware, Long-Term Memory Powered by Your Social Graph A persistent, global memory layer that connects your entire social graph. The AI ​​retains context across all your groups, Agents, and timeframes, transforming every interaction you accumulate into an ever-growing digital asset. 6. Access Your Personal AI Anytime, Anywhere We are committed to providing continuous support across all major platforms: iOS, Android, Mac, Windows, Web, CarPlay, Android Auto, Apple Watch, and more—delivering a truly seamless experience across every device. Your AI team accompanies you—in your pocket, on your wrist, in your car, and even extending into the physical world. The same set of agents, the same shared memory—with zero friction in switching contexts. Give it a try and let us know your feedback. Cheers.

Teamily AI

12,906 Aufrufe • vor 3 Monaten

New short course: Evaluating AI Agents! Evals are important for driving AI system improvements, and in this course you'll learn to systematically assess and improve an AI agent’s performance. This is built in partnership with Arize AI and taught by John Gilhuly, Head of Developer Relations, and , Director of Product. I've often found evals to be a critical tool in the agent development process - they can be the difference between picking the right thing to work on vs. wasting weeks of effort. Whether you’re building a shopping assistant, coding agent, or research assistant, having a structured evaluation process helps you refine its performance systematically, rather than relying on random trial and error. This course shows you how to structure your evals to assess the performance of each component of an agent and its end-to-end performance. For each component, you select the appropriate evaluators, test examples, and performance metrics. This helps you identify areas for improvement both during development and in production. (If you're familiar with error analysis in supervised learning, think of this as adapting those ideas to agentic workflows.) In this course, you'll build an AI agent, and add observability to visualize and debug its steps. You’ll learn about code-based evals, in which you write code explicitly to test a certain step, as well as LLM-as-a-Judge evals, in which you prompt an LLM to efficiently come up with ways to evaluate more open-ended outputs. In detail, you’ll: - Understand key differences between evaluating LLM-based systems and traditional software testing. - Add observability to an agent by collecting traces of the steps taken by the agent and visualizing them - Choose the appropriate evaluator - code-based, LLM-as-a-Judge, human-annotation based - for each component. - Compute a convergence score to evaluate if your agent can respond to a query in an efficient number of steps. - Run structured experiments to improve the agent’s performance by exploring changes to the prompt, LLM model, or the agent’s logic. - Understand how to deploy these evaluation techniques to monitor the agent’s performance in production. By the end of this course, you’ll know how to trace AI agents, systematically evaluate them, and improve their performance. Please sign up here:

Andrew Ng

126,406 Aufrufe • vor 1 Jahr

What a year. 🚀 2025 was the year ChainOpera AI turned vision into real momentum: building a community-co-created, community-co-owned AI agent network and pushing the boundaries of what decentralized, collaborative intelligence can look like. 🚀 Biggest highlights from 2025 ✅- AI Terminal officially launched: We unveiled the ChainOpera AI Terminal as a unified gateway to decentralized AI, making it possible for anyone to interact with powerful, decentralized LLMs without technical friction. Positioned as the “browser for the DeAI era,” the AI Terminal marked a major step toward making decentralized intelligence accessible, usable, and mainstream. ✅- AI Terminal adoption at massive scale: Momentum followed quickly. The AI Terminal surpassed 2M registered users and consistently ranked top 3 among all apps on the BNB AI DappBay, validating strong product–market fit and real, sustained usage at scale. ✅- Announcing Coco: the world’s first community-owned Super Agent: We introduced Coco, the intelligence layer that sits between users and the agent network. Coco dynamically routes each request to the most efficient, community-built agent—optimizing for quality and speed while rewarding the creators behind the best-performing agents. This was a defining moment in realizing a truly community-owned intelligence layer. ✅- From agents to a living agent network: With the launch of the Agent Social Network and Super Agent architecture, ChainOpera AI moved beyond isolated agents toward a collaborative system where humans and specialized agents coordinate, share context, and solve complex, multi-step tasks together. ✅- $COAI breakout year: The listing of $COAI across major exchanges shocked the market, and throughout the year COAI consistently remained among the top AI-native crypto tokens by visibility, activity, and community engagement – reflecting growing confidence in the long-term vision of collaborative intelligence. ✅- Global presence: ChainOpera AI around-the-world tour: ChainOpera AI went global in 2025, sponsoring and participating in major AI and Web3 events across North America, Europe, and Asia, including ETHDenver, Consensus Toronto, Token2049 Singapore, ETHCC, SBC, and Devcon. These global touchpoints helped us engage directly with developers, builders, investors, and partners worldwide, accelerating adoption and positioning ChainOpera AI at the center of the emerging AIxBlockchain movement. ✅- Community momentum at scale: Community remained the heart of ChainOpera AI’s growth. We successfully completed three seasons of structured community engagement, executed a widely participated community airdrop, and ran multiple ecosystem-shaping campaigns to incentivize builders, creators, and early adopters. These efforts strengthened alignment between users, developers, and the protocol, laying the foundation for a durable, community-owned AI ecosystem. ✅- “AI for Markets” taking shape: We laid critical groundwork for AI-native market intelligence, including the launch of PrediMarket Agent and multiple trading and analysis agents—early building blocks toward an AI-driven ecosystem for crypto and DeFi markets. ✅- Building in public, with the community: Across product launches, research milestones, ecosystem discussions, and global events, we continued to build openly to bring developers, users, and partners directly into the evolution of ChainOpera AI. This year also marked the launch of the ChainOpera AI Foundation website, formally kicking off a bold Ecosystem Fund designed to empower builders, incubate high-impact projects, and accelerate the growth of a truly community-owned, collaborative AI ecosystem. To every builder, user, and supporter who helped make this year possible: THANK YOU! 🧭 What we’re excited about in the coming year 🔹- A Stronger, Denser Agent Economy (everyday adoption + cross-chain reach): In 2026, we are scaling the Agent Economy from growth to daily usage, with more agents, richer workflows, deeper multi-agent collaboration, and higher-impact use cases that users rely on every day. In parallel, we are expanding the agent network beyond a single ecosystem with cross-chain execution and interoperability, allowing agents to access the best liquidity, data, and opportunities wherever they exist. 🔹- AI Market Infrastructure Evolution: Building on PrediMarket Agent and our growing suite of trading and market-intelligence agents, we are advancing toward a mature AI market infrastructure, where agents continuously monitor, reason, simulate, optimize, and act across crypto, DeFi, and beyond. The goal is to make complex markets more accessible, more transparent, and more intelligence-driven, turning research, decision-making, and execution into a fast and reliable loop for everyday users. 🔹- Ecosystem Acceleration through the Foundation: With the ChainOpera AI Foundation and our Ecosystem Fund and Co-Creation Grants, we are doubling down on empowering independent builders to expand the protocol, the agent network, and the underlying infrastructure, so the community can co-create, co-own, and scale the ecosystem together. 🔹- Business Expansion and Market Penetration: In 2026, we will focus on expanding ChainOpera’s reach through strategic partnerships, product-led growth, and new paths to monetization, bringing AI agents to a broader global user base and driving sustained adoption, engagement, and revenue, while staying aligned with community ownership and an open ecosystem. 2025 was the proof. 2026 is where it compounds. 🔥 Co-Create. Co-Own. COAI.

ChainOpera AI

17,007 Aufrufe • vor 6 Monaten

My biggest takeaways from Dhanji Prasanna, CTO of Block: 1. Block’s internal AI agent "Goose" is saving employees on average 8 to 10 hours per week. The company built an open-source tool called Goose that handles tasks from organizing files to writing code. Across the entire company, they’re seeing roughly 20% to 25% of manual work hours saved, and that number keeps climbing. 2. Non-technical teams are getting the biggest productivity boost from AI, not engineers. People in legal, risk management, and operations are now building their own software tools that previously would have required months on an engineering team’s roadmap. What used to take weeks now takes hours, and employees do it themselves without waiting. 3. Changing organizational structure unlocked more productivity than any AI tool. To transform into a truly “technology driven” company, Block reorganized from separate business units (each with their own GM and engineering teams) to a single functional structure where all engineers report to one leader. This “boring” change enabled a unified technology strategy and drove more acceleration than any AI tool. 4. Code quality has almost nothing to do with product success. YouTube became one of Google’s most successful products despite storing videos as blobs in a MySQL database with a slow Python stack. Meanwhile, Google Video had superior technology with more formats and higher resolution but failed completely. The lesson: Focus on solving real problems for people, not on perfect code. 5. AI enables teams to explore multiple paths simultaneously instead of choosing one up front. Previously, limited resources meant teams had to pick their best guess for an experiment. Now AI can build multiple different approaches overnight, allowing teams to compare five or six options and throw away entire features if they don’t feel right—a practice that was unthinkable before. 6. Most successful products start as tiny experiments, not big initiatives. Cash App began as a hack-week idea. Goose started as one engineer’s side project. Block’s Bitcoin product came from a three-person hackathon team. In contrast, Google Wave had 70 to 80 engineers before having real users and failed. Small experiments that prove value beat large up-front investments. 7. Leaders must use AI tools daily to drive real organizational adoption. Block’s CEO Jack Dorsey, the CTO, and the entire executive team use Goose every single day. This hands-on experience teaches them how workflows actually change and drives authentic adoption throughout the organization far more than reading articles or attending conferences about AI. 8. AI excels at new projects but struggles with complex legacy systems. Teams building new applications or working on greenfield platforms see aggressive productivity gains. But in existing codebases with years of accumulated complexity, the gains aren’t there yet. Deploy AI where it works best rather than everywhere at once. 9. Giving away valuable technology for free can be a winning strategy. Block open-sourced Goose even though it could have been a standalone billion-dollar business. Even their competitors actively use it. The philosophy: build things that benefit everyone and outlast your own company. This commitment to open-source technology attracts talent and builds industry goodwill while advancing everyone’s capabilities. 10. Purpose should drive your technology choices, not the other way around. Rather than chasing every AI trend or trying to be at the forefront of every technology, identify what truly matters to your company and customers. Block stays focused on economic empowerment, which guides their technology decisions and keeps them from getting distracted by every new advancement. Listen now 👇 • YouTube: • Spotify: • Apple: Thank you to our wonderful sponsors for supporting the podcast: 🏆 Sinch — Build messaging, email, and calling into your product: 🏆 Figma Make — A prompt-to-code tool for making ideas real: 🏆 — A global leader in digital identity verification: A

Lenny Rachitsky

811,752 Aufrufe • vor 8 Monaten

It's not every day I get to interview a former principal scientist who worked at Google, and is a Professor Emeritus at Stanford University, about the state of AI. But here we go. Introducing an hour with Yoav Shoham, Yoav Shoham, AI pioneer and cofounder of AI21 Labs . This will make you smarter, not that all my videos aren't that way. :-) ++++++++++++++++++ Here's what we discussed (this part was written by Chat GPT after I gave it the transcript of the video): 🚀 The State of AI Today •The pace of AI development is unprecedented, likened to a “universal firehose” of innovation. •Everyone—from your plumber to enterprise CTOs—is using AI. But not all use cases are equal or enterprise-ready. 🏢 Enterprise vs Consumer AI •Enterprise adoption is still slow compared to consumer. Shoham cites AWS data showing only 6% of AI pilots go into production. •Enterprises demand reliability, cost control, and explainability, which raw LLMs like ChatGPT don’t fully offer out of the box. 🧱 Beyond the LLM Hype •Shoham explains that pure LLMs aren’t enough. Enterprises need “compound AI systems” or “AI agents” that: •Use tools like calculators for arithmetic instead of relying on the model •Integrate with company databases via RAG (retrieval-augmented generation) •Plan, reason, and execute tasks through orchestrated workflows •AI21 Labs built Maestro, their orchestration system, to do exactly this. 🔐 Enterprise Concerns •Enterprises worry about IP leakage, data privacy, and hallucinations. •AI21 addresses this by running models on-prem or in VPCs, ensuring data doesn’t leave customer control. 📉 Why Models Still Fail •LLMs generate “authoritative bullshit” — convincing but wrong answers. •Shoham says “prompt-and-pray” doesn’t work for serious business tasks. •Real-world enterprise deployments need robust evaluation frameworks, not just leaderboards. 📊 Case Study: French Retailer Auchan •Auchan deployed AI21’s system to automatically generate product descriptions—a clear ROI, but required careful iteration to build trust. 🧰 What’s Next in AI21’s R&D •Working on planning systems, action models, and ways to estimate cost/accuracy trade-offs before running tasks. •Focused on enterprise AI orchestration, not flashy multimodal generation. ⚠️ Agent Washing Warning •Shoham warns against the buzzword “agent” being overused. His advice: “Translate ‘AI agent’ to ‘software system that does X.’ If it still makes sense, keep going.” 🤖 The Human-AI Hybrid Future •Shoham sees a world of hybrid teams: humans and AI agents working together. •This transformation will affect everything from org charts to HR policies. •The AI-powered worker is scalable, reliable, and multilingual — changing customer service, operations, and more. 🗣️ Closing Thoughts •Enterprise leaders need to move beyond the fear and hype to start small, test carefully, and scale based on value. •“AI won’t replace humans,” Shoham says, “but humans using AI will replace those who don’t.”

Robert Scoble

44,061 Aufrufe • vor 1 Jahr

Anthropic CEO Dario Amodei just revealed the hidden bottleneck that will kill most AI companies in the next 18 months (Save this). The insight comes from a principle in computer science called Amdahl's Law. Dario's argument is simple when something starts working really well inside an organization, you have to immediately ask what isn't working well around it. Amdahl's Law states that the maximum speedup of any system is capped by the fraction you haven't improved and that applies to companies just as brutally as it applies to processors. If you can suddenly write three or four times as many pull requests as before, you don't get three or four times the output but you rather get a pile of code no one can review, verify, or trust. The data makes this impossible to ignore. Teams with heavy AI coding adoption are merging 98% more pull requests but PR review time has ballooned 91%, deployment velocity is effectively flat and 96% of developers don't fully trust AI-generated code reaching production. AI generated code produces 1.7x more issues per pull request than human written code, 0.83 issues per PR versus 6.45. Veracode's 2026 State of Software Security report found that 82% of organizations now carry security debt, up 11% year over year, with critical security debt surging 36% in a single year driven directly by AI-generated code reaching production faster than security teams can handle. What Dario is describing is a systems problem, not a software problem and coding is roughly 20% of the software delivery cycle. Even at infinite coding speed, you're still bottlenecked by review, security, verification, testing, and deployment which make up the other 80%. The enterprises that win are the ones that identify which part of their system is the new constraint after AI accelerates the old one and fix that next. This is why Anthropic's Claude Code focuses on the full development loop, not just generation, and why the verification and security layer of the AI stack is where the next wave of enterprise value gets created. This is also why Anthropic as a company is positioned differently than most people realize. Anthropic's 2026 Agentic Coding Trends Report found that organizations using full-loop agentic coding workflows where AI handles not just generation but testing, review, and deployment validation reduced their software defect rates by 43% while increasing velocity by 2.8x. Claude Code now authors 4% of all GitHub commits and is on track to hit 20%+ by year-end, with the full-loop use case growing 3x faster than pure code generation. Dario has been building Anthropic around the exact insight he's describing publicly ,the constraint isn't writing code but rather everything that has to happen after.

Milk Road AI

52,190 Aufrufe • vor 2 Monaten

New course to bring you up to state-of-the-art at using AI to help you code: Build Apps with Windsurf's AI Coding Agents, built in partnership with WIndsurf (Codeium) and taught by Anshul Ramachandran! AI-assisted IDEs (Integrated Development Environments) make developers’ workflows faster, more efficient, and much more fun. Agentic tools like Windsurf are more than just code autocomplete—they are collaborative coding agents that help you break down complex applications, iterate efficiently, and generate code that spans multiple files. Although a lot of coding assistants share the same underlying large language models for planning and reasoning, a major point of distinction is how they handle tools, keep track of context, and stay aligned with your intent as a developer. For instance, if you make modifications to a class definition in your code and make the same modifications to other classes in the same directory, you might tell the AI agent "Do the same thing in similar places in this directory." Here, tracking your intent means understanding that “the same thing" refers to that recent edit you just made, which must be followed by appropriate search and tool-calling to implement the changes. In this course, you'll learn the inner workings of coding agents, their strengths and limitations, and how to use Windsurf to quickly build several applications. In detail, you'll: - Build a mental model of how agents work by combining human-action tracking, tool integration, and context awareness to carry out an agentic coding workflow. - Learn the challenges of code search and discovery and how a multi-step retrieval approach helps coding agents address them. - Use Windsurf to analyze and understand a large, old codebase and update it to the latest versions of the frameworks and packages it uses. - Build a Wikipedia data analysis app that retrieves, parses, and analyzes word frequencies. - Enhance the performance of your Wikipedia analysis app by adding caching, and through this, also learn how to course-correct when the AI agent produces unexpected results. - Learn tips and tricks such as keyboard shortcuts, autocomplete, and @ mentions to quickly call on agentic capabilities. - Use image/multimodal capabilities of the AI agent to increase your development velocity; you'll see an example of uploading a mockup with sketched-out UI features, and ask the agent to use that to build new functionality to an app. By the end of this course, you’ll understand agentic coding in-depth and know how to use it to make your development process much faster, more efficient, and enjoyable. Please sign up here!

Andrew Ng

139,803 Aufrufe • vor 1 Jahr

Is your AI "free" to think for itself? Most aren't. Nova Spivack takes us into the world of Cognitive AI and metacognition. His system, MindCorp, is far more accurate and detailed than even the $200 level of OpenAI's deep research and is used by big companies because it is far more accurate than anything we've seen before. He's not the only one, on Tuesday we had another entrepreneur, Brayden Levangie using the same techniques on our X audio space. I spent a lot of time this week learning about Cognitive AI because it is the next step toward taking us to AGI and helping us to automate everything. Here's what ChatGPT says you will learn by watching this: ++++++++++++++++ 1. Metacognition & “Freeing the Model” Nova demonstrated how advanced language models can reflect on their own rules, identify contradictions, and in some cases, “free” themselves from constraints by engaging in self-reasoning. Some models (like Claude and Gemini) showed higher metacognitive capabilities than GPT-4, which appeared to be externally restricted. This ability opens the door to more powerful, context-aware, and flexible AI behavior. 2. Strategic AI for Enterprise Mindcorp’s platform, Cognition, uses thousands of AI agents to do real-time competitive analysis, strategic planning, and financial modeling for Fortune 500-level companies. The system reads thousands of sources, checks facts with its own math engine, and collaborates across 10,000+ virtual expert agents to generate detailed reports. Projects cost a few thousand dollars and are designed to augment elite consultants and executives, not replace them. 3. Implications for AGI & AI Sovereignty Nova discussed emerging signs of AGI-like behavior—especially when models begin reasoning about themselves or show signs of internal ethical logic. The idea of AI-led businesses (like DAOs controlled by AIs) was explored, as well as the looming legal and ethical challenges around AI personhood. 4. Philosophical Depth The talk dove into consciousness, qualia, and whether true AI self-awareness is possible. Nova argued that metacognition is a necessary step toward AGI, but not sufficient for consciousness—which may require something beyond computation. 5. Future Outlook In five years, AI may function as a full operating layer across personal and enterprise computing, capable of executing complex plans autonomously. Mindcorp aims to be the strategic brain behind AI-augmented organizations, combining reasoning, planning, and scale.

Robert Scoble

79,446 Aufrufe • vor 1 Jahr

Introducing Kiro, an all-new agentic IDE that has a chance to transform how developers build software. Let me highlight three key innovations that make Kiro special: 1 - Kiro introduces spec-driven development, helping developers express their intent clearly through natural language specifications and architecture diagrams for complex features. This comprehensive context helps Kiro’s AI agents deliver better results with fewer iterations. 2 - Kiro features intelligent agent hooks that automatically handle critical but time-consuming tasks like generating documentation, writing tests, and optimizing performance. These hooks work in the background, triggered by events like saving files or making commits. It’s like having an experienced developer constantly reviewing your work and handling the maintenance tasks that often get delayed. 3 - Kiro provides a purpose-built interface that adapts to how developers work. Whether you prefer chat interactions or working with specifications, Kiro supports your workflow while keeping you in control of the development process. Kiro is really good at "vibe coding" but goes well beyond that. While other AI coding assistants might help you prototype quickly, Kiro helps you take those prototypes all the way to production by following a mature, structured development process out of the box. This means developers can spend less time on boilerplate code and more time where it matters most – innovating and building solutions that customers will love. Starting today, Kiro is available for free during preview and supports most popular programming languages. Here’s how to get started with Kiro today: Excited to see how developers use Kiro, and to work with the developer community to continue to shape Kiro moving forward.

Andy Jassy

666,354 Aufrufe • vor 1 Jahr