Julian

Search documents
知名VC被骗了5亿
Hu Xiu· 2025-08-24 08:36
Core Insights - 11x.ai, an AI startup founded by Hasan Sukkar, has been accused of fabricating client relationships and misrepresenting its financial performance, raising concerns about the integrity of the AI startup ecosystem [2][10][12] - The company has raised a total of $76 million (approximately 540 million RMB) in funding from prominent venture capital firms, including a16z and Benchmark, highlighting the rapid growth and interest in AI technologies [8][9] - Following the allegations, Sukkar has resigned as CEO, and the company is under investigation, which serves as a cautionary tale for the AI startup boom [15][3] Company Overview - 11x.ai was founded in 2022 by 24-year-old Hasan Sukkar, who previously worked at McKinsey and aimed to create digital employees to automate repetitive tasks in businesses [4][5] - The company launched its AI employee, Alice, which claims to outperform human sales representatives by booking five times more meetings at one-tenth the cost [5][8] - 11x.ai's business model relies on long-term contracts with clients, but it has faced backlash for its misleading marketing practices and questionable revenue reporting methods [14][12] Financial Performance - The company reported a valuation of approximately $350 million following its Series B funding round, which raised around $50 million [8][9] - Allegations surfaced that 11x.ai miscalculated its Annual Recurring Revenue (ARR) by including trial clients in its revenue figures, leading to inflated performance metrics [14][12] - The controversy surrounding 11x.ai reflects broader issues in the AI industry, where startups may prioritize growth metrics over actual customer satisfaction and product efficacy [18][20]
知名VC被骗了5亿
投资界· 2025-08-24 08:04
Core Viewpoint - The article highlights the fraudulent practices of the AI startup 11x, which misrepresented its customer base and financial metrics, raising concerns about the integrity of the AI industry and the potential for a bubble in AI investments [2][3][19]. Company Overview - 11x, founded by 24-year-old Hasan Sukkar in 2022, quickly gained attention and secured over 500 million yuan in funding from prominent venture capital firms like a16z and Benchmark [3][4]. - The company developed an AI employee named Alice, which was marketed as a revolutionary tool for sales automation, claiming to outperform human sales representatives in efficiency and cost [8][9]. Funding and Growth - By September 2024, 11x had raised a total of $76 million (approximately 540 million yuan) in funding, with a valuation of around $350 million following its Series B round led by a16z [9][11]. - The company introduced another AI character, Julian, to complement Alice, further expanding its product offerings in the sales automation space [8][9]. Fraud Allegations - Reports surfaced in early 2023 alleging that 11x falsely advertised its customer relationships and inflated its Annual Recurring Revenue (ARR) by including trial customers as long-term clients [11][12]. - Specific examples included claims of partnerships with companies that had only conducted short-term trials and subsequently terminated their contracts due to dissatisfaction with the product [11][12]. Leadership Changes - Following the scandal, Hasan Sukkar resigned as CEO, and the company's CTO, Prabhav Jain, was appointed as the new CEO [15]. Industry Context - The article draws parallels between 11x's situation and broader trends in the AI startup landscape, suggesting that many companies may be inflating their metrics to attract investment, reminiscent of past tech bubbles [16][18]. - The phenomenon of FOMO (Fear of Missing Out) among investors is highlighted as a driving force behind the rapid influx of capital into AI startups, raising concerns about sustainability and the potential for a market correction [18][19].
Building Alice’s Brain: an AI Sales Rep that Learns Like a Human - Sherwood & Satwik, 11x
AI Engineer· 2025-07-29 15:30
Overview of Alice and 11X - 11X is building digital workers for the go-to-market organization, including Alice, an AI SDR, and Julian, a voice agent [2] - Alice sends approximately 50,000 emails per day, significantly more than a human SDR's 20-50 emails, and runs campaigns for about 300 business organizations [6] - The knowledge base centralizes seller information, allowing users to upload source material for message generation [18] Technical Architecture and Pipeline - The knowledge base pipeline consists of parsing, chunking, storage, retrieval, and visualization [22] - Parsing converts non-text resources into text, making them legible to large language models [23] - Chunking breaks down markdown into semantic entities for embedding in the vector DB, preserving markdown structure [37][38] - Pinecone was selected as the vector database due to its well-known solution, cloud hosting, ease of use, bundled embedding models, and customer support [46][47][48][49] - A deep research agent, built using Leta, is used for retrieval, creating a plan with one or many context retrieval steps [51][52] Vendor Selection and Considerations - The company chose to work with vendors for parsing, prioritizing speed to market and confidence in outcome over building in-house [26][27] - Llama Parse was selected for documents and images due to its support for numerous file types and support [32] - Firecrawl was chosen for websites due to familiarity and the availability of their crawl endpoint [33][34] - Cloudglue was selected for audio and video because it supports both formats and extracts information from the video itself [36] Lessons Learned and Future Plans - RAG (Retrieval-Augmented Generation) is complex, requiring many micro-decisions and technology evaluations [58] - The company recommends getting to production first before benchmarking and improving [59] - Future plans include tracking and addressing hallucinations, evaluating parsing vendors on accuracy and completeness, experimenting with hybrid RAG, and reducing costs [60][61]
How 11x Rebuilt Their Alice Agent: From React to Multi-Agent with LangGraph| LangChain Interrupt
LangChain· 2025-06-16 16:36
Company Overview - 11X is building digital workers, including Alice, an AI SDR, and Julian, an AI voice agent [1] - The company relocated from London to San Francisco and rebuilt its core product, Alice, from the ground up [2] Alice Rebuild & Vision - The rebuild of Alice was driven by the belief that agents are the future [3] - The new vision for Alice centers on seven agentic capabilities, including chat-based interaction, knowledge base training via document uploads, AI-driven lead sourcing, deep lead research, personalized emails, automatic handling of inbound messages, and self-learning [11][12][13] Development Process & Tech Stack - The rebuild of Alice 2 took only 3 months from the first commit to migrating the last business customer [3][14] - The company chose a vanilla tech stack and leveraged vendors like Langchain to move quickly [15][16][17] - Langchain was chosen as a key partner due to its AI dev tools, agent framework, cloud hosting, observability, Typescript support, and customer support [18][19] Agent Architecture Evolution - The company experimented with three different architectures for campaign creation: React, workflow, and multi-agent systems [21] - The final architecture was a multi-agent system with a supervisor and specialized sub-agents for research, positioning, LinkedIn messaging, and email writing [44][45][46] Results & Future Plans - Alice 2 went live in January and has sourced close to 2 million leads and sent close to 3 million messages [52] - Alice 2 has generated about 21,000 replies, with a reply rate of around 2%, on par with a human SDR [52] - Future plans include integrating Alice and Julian, implementing self-learning, and exploring new technologies like computer use, memory, and reinforcement learning [53][54]