Today's Summary
Tavily and TinyFish are making waves in the AI agent world, with Tavily snagging $25M to help AI agents access live web data and TinyFish raising $47M to automate complex online tasks. These moves highlight the growing importance of real-time, autonomous agents in enterprise settings. Meanwhile, Databricks is buying Tecton to boost its AI-agent capabilities, showing that the race to dominate AI infrastructure is heating up.
On the education front, CodeSignalâs new app, Cosmo, aims to bridge the skills gap with AI-driven micro-courses, while WIRED is diving into âvibe codingââa fresh take on coding with AI assistance. Both are part of a broader trend of using AI to make learning and development more accessible and practical. Plus, Metaâs partnership with Midjourney signals a strategic shift toward licensing to enhance its AI image offerings, raising questions about how content moderation and IP will evolve.
Stories
Tavily raises $25M to power the âinternet of agentsâ â a realtime web layer for AI agents
Tavily, a startup building a dedicated search and webâaccess layer for AI agents, closed a $25 million round (including a $20M Series A led by Insight Partners and Alpha Wave) to expand infrastructure that lets agents fetch, crawl and extract structured, upâtoâdate web and enterprise data. Why it matters: as companies build autonomous agents that must act on live information, Tavilyâs product reduces hallucinations and brittle integration work by injecting clean, retrievable web context directly into agent workflows â speeding production deployments and lowering build cost for agentânative apps. Impact: investors and enterprise customers see agentâcentric search as an essential middleware layer, making Tavily a strategic infrastructure play for the next wave of agentic AI. ([techcrunch.com](https://techcrunch.com/2025/08/06/tavily-raises-25m-to-connect-ai-agents-to-the-web/?utm_source=chatgpt.com), [siliconangle.com](https://siliconangle.com/2025/08/06/tavily-raises-25m-expand-real-time-web-access-infrastructure-ai-agents/?utm_source=chatgpt.com))
TinyFish nabs $47M Series A to commercialize AI web agents that automate complex online tasks
TinyFish raised $47 million in a Series A led by ICONIQ Capital to scale its AI agents that mimic human browsing â automating price tracking, inventory monitoring and other multiâstep tasks across websites for enterprise customers in retail and travel. Why it matters: the funding validates demand for productionâgrade agentic automation that goes beyond static LLM outputs, enabling companies to replace fragile scripts and manual research teams with scalable agents that continuously collect and normalize web data. Impact: the round will accelerate product development and sales efforts as enterprises adopt agentic automation for competitive intelligence and operations. ([reuters.com](https://www.reuters.com/technology/ai-agent-startup-tinyfish-raises-47-million-iconiq-led-round-2025-08-20/?utm_source=chatgpt.com))
KompeteAI: a new multiâagent AutoML that merges candidate pipelines to speed search
Researchers released KompeteAI, an autonomous multiâagent AutoML framework that widens exploration by merging strong partial solutions, uses retrieval-augmented generation (RAG) to borrow real-world strategies (e.g., Kaggle notebooks, arXiv), and applies a predictive early-scoring mechanism to avoid costly full-code execution â accelerating pipeline evaluation ~6.9Ă and improving benchmark performance versus prior AutoML agents. This matters because it addresses both the exploration and execution bottlenecks that limit LLM-based AutoML: more diverse candidate recombination plus earlier pruning could make automated model discovery faster and more practical for researchers and smaller teams. (Source: arXiv preprint; authors provide Kompete-bench and implementation details for reproducibility.) ([arxiv.org](https://arxiv.org/abs/2508.10177?utm_source=chatgpt.com))
Verifiable stepwise rewards cut LLM âoverthinkingâ and trim reasoning latency
A new preprint proposes a ruleâbased Verifiable Stepwise Reward Mechanism (VSRM) that assigns rewards to intermediate reasoning states (not just final answers), then trains reasoning models with RL (PPO / Reinforce++). On math benchmarks (AIME24/AIME25) VSRM markedly reduces output length and suppresses ineffective steps while preserving accuracy â a concrete step toward making multiâstep LLM reasoning more efficient and auditable. Impact: finer-grained, verifiable credit assignment helps models learn when to stop or avoid redundant steps (lower compute, faster responses) and provides an interpretable training signal that could be incorporated into production reasoning stacks or further research on processâlevel evaluation. ([arxiv.org](https://arxiv.org/abs/2508.10293?utm_source=chatgpt.com))
Databricks to acquire ML startup Tecton as it bulks up AIâagent stack
Databricks announced it will buy Sequoiaâbacked Tecton, a realâtime featureâstore and ML data platform, to strengthen its Agent Bricks offering and speed up lowâlatency data for customerâfacing AI agents. Why it matters: the deal deepens Databricksâ push to offer endâtoâend enterprise AI infrastructure (models, data, realtime features and orchestration), and signals continued consolidation as large AIâinfrastructure vendors buy specialized tooling and talent to shorten timeâtoâproduction. Impact: customers building interactive AI apps (voice, agents, realâtime personalization) could see tighter integrations and faster inference; investors and rivals will watch for further M&A from firms racing to own the enterprise agent stack. ([reuters.com](https://www.reuters.com/business/finance/databricks-buy-sequoia-backed-tecton-ai-agent-push-2025-08-22/))
Meta inks licensing partnership with Midjourney to boost AI imagery across its products
Meta said it has partnered with Midjourney to license the startupâs âaesthetic technologyâ and pursue a technical collaboration between research teams. Why it matters: Meta is increasingly combining inâhouse AI with thirdâparty tech to accelerate product features (feeds, Meta AI app, Instagram/WhatsApp image generators) and close the gap with rivals; licensing a highâquality image/video model could speed rollout of creative tools to billions of users. Impact: the deal highlights a pragmatic shift toward licensing and partnerships (not just internal model builds), raises questions about content moderation and IP/licensing terms, and may pressure other platforms to pursue similar tieâups or acquisitions. ([theverge.com](https://www.theverge.com/news/764715/meta-ai-midjourney-license-partnership))
CodeSignal launches Cosmo â a mobile AI tutor for coding, GenAI and job skills
CodeSignal launched Cosmo, a free iOS mobile app (Android coming Aug 28) that uses an AI tutor to deliver biteâsized, practiceâfirst microâcourses across generative AI, coding, marketing, finance and leadership. Built on CodeSignalâs hiring-data insights, Cosmo focuses on handsâon practice and roleâspecific learning paths (including GenAI and coding), with premium subscriptions for unlimited practice. Why it matters: Cosmo turns hiring-assessment expertise into a mobile learning product that aims to close the skills gap created by rapid AI adoption â useful for developers and nontechnical professionals who want short, guided practice sessions to learn AI tools and jobârelevant coding skills on the go.
How to Become a âVibe Coderâ â WIREDâs guide to learning to code with AI
WIREDâs Aug 22 Uncanny Valley episode and feature explore âvibe codingâ â the emerging practice of building and debugging software by prompting AI coding tools (Cursor, Claude, etc.) and pairing with human engineers. The piece includes firstâhand reporting from a journalist embedded at Notion, discusses the toolchains, workflows, and pitfalls (prompting, verification, code quality), and points listeners to practical resources and courses around AIâassisted coding. Why it matters: itâs a timely, practical look at how developers and learners can use modern AI coding assistants to accelerate learning and prototyping â and what skills (oversight, debugging, prompt design) remain essential.