Загрузка видео...

Не удалось загрузить видео

На главную

1/ 👋🏼 Quick update on what we’ve been working on: Since leaving Google in December, we built a bunch of prototypes to explore different directions but in the last 30 days we spent more time with one focused idea and went deeper to take it to a fully working...

101,411 просмотров • 1 год назад •via X (Twitter)

Комментарии: 12

Фото профиля Raiza Martin
Raiza Martin1 год назад

What we’ve learned so far from building this: The good stuff ▶️ Whenever we show this to prospective users, the reaction is always “YES PLEASE”—which is exciting. It’s easy to explain, and people immediately get the value ▶️ It plays to our skill set and expertise, and it’s fun to refine and make it work really well ▶️ Given the progress we’ve made in just a month, it feels realistic to keep improving quality and shipping useful features Opportunities ▶️ It still looks and feels very v0.1—chat UX, connectors, reports—everything relies on clunky primitives for now ▶️ Query coverage across source types needs work. It’s easy to get multi-pass agents covering ~50% of query types, but getting the next 50% will likely take 3x the effort. So while it was easy to get this first part out, the next chunk of work is going to be a lot harder ▶️ We probably need a minimum viable set of connectors and sources for this to work well for a key use case—then it’s all about execution. We’re not quite there yet, but we’re getting closer.

Фото профиля Raiza Martin
Raiza Martin1 год назад

This is not a launch yet :) Just sharing progress and thinking out loud~ The UX is intentionally still very half-baked as we explore what to put more effort into. I also sped the video up because the initial query took 33 seconds to complete. It also feels like something is missing—not totally sure what yet. Over the next few days, we’re stepping back to discuss, reflect, and figure out what’s next. If this resonates with you, I’d love to hear what you think. What would make this actually useful for you?

Фото профиля ARK Electronics
ARK Electronics2 лет назад

Excited about the latest tech for your drone product? Our NDAA-compliant, US-made flight controllers are designed to accelerate your path to market and provide a solid platform for developing your autonomous software. Check them out! #Drones #UAV #UAS #Robotics #MadeInUSA

Фото профиля swyx 🗽 NYC (@aiDotEngineer)
swyx 🗽 NYC (@aiDotEngineer)1 год назад

love to see it 👏 come present in june!

Фото профиля Raiza Martin
Raiza Martin1 год назад

YEEEEEEA!

Фото профиля Hiten Shah
Hiten Shah1 год назад

This idea (prior to AI) is what I had imagined the folks at @intercom building when I heard the original pitch. But they wanted to be the source of truth. Now with AI, I think you can be the source of truth because of the connectors and data flowing through the product. Wide open

Фото профиля Raiza Martin
Raiza Martin1 год назад

@intercom Yeah! I also think that 'answering ad hoc queries' has become a big part of knowledge work but isn't the most fun or interesting - just cruft. Might as well make it easy to get answers

Фото профиля Jacob P
Jacob P1 год назад

Pretty cool idea!

Фото профиля Paul Calcraft
Paul Calcraft1 год назад

Looks v cool! Early thoughts - Could you collect business-specific quirks somewhere central, gathered from many users' Q&A interactions like "no not like that, at ACME Corp we always use the CREATED_AT field, not FILED_AT for sorting budget reports"? - Could have option to flag a report for more QA from a technical member of the team or someone who's worked with the data for longer, so they can dig into details & then ✅it off as accurate (mb after adjustments) - Are you targeting startups/indies/freelancers? For larger corps, getting sign off for liberal data access & linkage & AI processing can be a total pita - Interesting to figure out how much this ends up like a fluid/easy dashboarding tool vs. more write-once questions. Listen to/observe early adopters ig? - If you can solve data linkage/deduplication across different sources in a way that massively reduces the time & technical expertise that's typically needed to get that right, that would be amazing (maybe not your focus, but if you solve it, what you can answer & operationalise becomes much more powerful) - You thinking of branching out into actions on the data as well as queries? Like "update hubspot 'last seen' attribute with any user activity from shopify" Would love to try this if you're looking for beta testers at any point. (Esp if you had slack+gmail+google drive)

Фото профиля Raiza Martin
Raiza Martin1 год назад

hi and thank you! - Yes: something I've been working on is how to capture group knowledge while respecting privacy/scopes/permissions. Tricky to solve but there are some precedents that we can possibly adopt here - This is a good idea re: flagging a report for more QA, and I think in the interim there are two possible paths. One is to make collaboration really simple since we have a lot of social norms and structures that basically have this QA in place (people ask questions about the data), but for teams with less resources (people/time) I think even having an extra step to double check data or look into multple interpretations is a possible option - Getting access to bigco data is a PITA. Honestly we've had the most traction with smaller companies that want to move quickly and arm their people with data. In general we need to get privacy and security right, and while I think we're building with that as a P0, it's something we need to go deeper on before we can enable certain size bigcos - I think our initial idea was collaborative dashboarding but I need to think more about this. I feel like we're scratching at the surface of *something* I can't quite put my finger on - For some sources this is very possible and not too hard to do (to create some unified view of the customer across data). We have it working across Salesforce, Zendesk, Slack, and email for example - where it can see across those silos based on email. I think there is a little bit of work to create thoughtful joins where valuable (ex. email -> customer ID) but we'd have to think of the priority of that use case (probably most relevant is stuff like usage metrics if coded to a user ID) - Yeah! We're actively working on actions for agents! Thinking about how much is proactive vs. reactive - Oh yeah, that would be great! Give me a bit to unlock Google Drive. We have the rest working but give me ~a week or two to enable Drive.

Фото профиля Steven Obiajulu
Steven Obiajulu1 год назад

Raiza - this is great, but can you please add an email integration? That is probably the data source that the most enterprise users want to search over

Фото профиля Raiza Martin
Raiza Martin1 год назад

that's almost done! will be ready by friday

Похожие видео

Your agents can't keep up with real-time data. Especially when it's scattered across dozens of sources. Most teams waste weeks building custom connectors for every database, API, and data warehouse. Then they build ETL pipelines to sync everything. By the time your agent retrieves the data, it's already outdated. Picture this: Your Postgres database updated 5 minutes ago. Your MongoDB collection changed 2 minutes ago. Your agent is still pulling from yesterday's snapshot. This is why most production RAG systems fail. There's a better approach: MindsDB is an open-source AI platform with a federated data engine that lets you query multiple data sources in real-time using SQL - without moving any data. Here's what makes it different: ↳ Your data stays in place. No ETL pipelines or data duplication ↳ Query Postgres, MongoDB, REST APIs, and more using consistent SQL ↳ JOIN across different sources in real-time with a unified interface ↳ Works with both structured and un-structured data And here's the best part: You don't even need to write SQL. Just describe what you want in plain English, and MindsDB converts it to SQL automatically. The system does all the heavy lifting. The breakthrough for AI agents is simple: When data updates at the source, your agent gets fresh results immediately. No sync delays. No stale embeddings. No custom code for each integration. You can literally write a SQL query that joins a Postgres table with a MongoDB collection and gets live results. This is what production AI applications need but rarely get. In this video, I give you a complete walkthrough of what we just discussed and how to actually do it. Make sure you watch this till the end. I've shared the link to MindsDB's GitHub repo in the next tweet!

Akshay 🚀

65,672 просмотров • 10 месяцев назад

Google open-sourced MCP Toolbox for Databases. I gave it access to everything else. For context, Google's MCP Toolbox for Databases is an open-source server that lets AI agents securely query structured databases like PostgreSQL and MySQL through the MCP protocol However, most enterprise knowledge doesn't actually live in databases. It's scattered across emails, Slack threads, GitHub repos, Salesforce records, customer reviews, and internal docs. So Agents can't see any of it, which means they're working with a fraction of the context they need. I fixed that using MindsDB. It acts as a universal SQL layer that sits on top of all your data sources: structured, semi-structured, and unstructured. This means you can query Salesforce, Gmail, GitHub, S3 files, Jira, and 200+ more sources using SQL syntax. The clever part is how it connects to the MCP Toolbox. MindsDB exposes everything through MySQL, so from the Agent's perspective, it's just running SQL and getting context back. It doesn't know or care that the data came from five different sources behind the scenes. This setup unlocks some powerful capabilities: → One SQL interface for dozens of enterprise sources → Cross-datasource joins (combine GitHub and CRM data in a single query) → Built-in ML capabilities for working with unstructured data → Simple MCP tools that now have massively expanded reach In the video below, the Agent queries GitHub data and a customer review database in one SQL query. So what used to require ETL pipelines and weeks of engineering effort now happens instantly. At the end of the day, AI agents are only as useful as the data they can access. This gives them a lot more to work with. I have shared the GitHub repo in the replies, where you can find more details about this.

Akshay 🚀

40,562 просмотров • 7 месяцев назад

The Death of The Follower on Social Media If you wonder why you hate your timeline, why you can't see your friends, or the people you follow, you have to watch this. We once had choice on the internet. We watched, we engaged, we followed. It was intentional. WE DECIDED! Now algos subvert our choices and hijack our subconscious minds to hook us into never ending loops of brain-candy we don't actively seek, but find difficult to resist. Elon Musk says 𝕏 maximises for "unregretted minutes". but they only measure one part of that equation - the minutes. A large number of pre-2022 users absolutely regret many of the minutes spent on this app now bc we come here with purpose and intent - to find info from trusted sources and engage with community - and 𝕏 does everything in its power to subvert those active choices, in order to prolong our use of the app. 𝕏 was always an information and community app. If we can't find what we come here for as quickly as possible, and engage with the people we have formed communities with - what is the point? I don't come here for "unregretted minutes". I come here to take the pulse of the topics i care about, from the sources I have carefully curated, and engage with the community I have cultivated. Anything that gets in the way of that is a waste of my time, and I leave with regret. But 𝕏 doesn't measure that. Restore the primacy of the follow. It is the STRONGEST signal for what we want to see.

Bitcoin Archive

23,531 просмотров • 4 месяцев назад

Coinbase CEO Explains “Reverse Prompting” and the Rise of the AI CEO Brian Armstrong: “One of the big pushes we made in the last year was we got our own internal hosted AI model that was connected to all of our data sources, right?” “So it's like every Slack message, every Google doc, Salesforce data, Confluence, you know.” “So now the data is all aggregated and I've started to ask it really… it's not just like prompting it, ‘Hey, can you write this kind of memo for me,’ or something.” “I'm asking these AI agents now, ‘As CEO, what should I be aware of in the company that I might not be aware of?’ And it'll tell me, ‘Did you know that there's actually disagreement on this team about the strategy?’ And I was like, actually, I didn't know that.” “This is like reverse prompting. So instead of telling the AI agent what you want it to do, you ask it what you should be thinking more about.” @jason: “It's a mentor. It's a coach.” Brian: “Yeah. Like, what could make me a better CEO? And it's like, ‘Well, I looked at how you spent your time in the last quarter and here's how you said that you wanted to spend it, but you actually spent 32% of your time on this instead of 20%.’” “I've asked it other questions like, ‘What's the thing that I changed my mind on the most over the last year?’ Things like that.” “It'll prompt you with information you should be thinking about instead of the other way around.” Thanks to our partner for making this happen!: Our episode is sponsored by the New York Stock Exchange - a modern marketplace and exchange for building the future. It all happens at the NYSE 🏛.

The All-In Podcast

80,524 просмотров • 7 месяцев назад

🎉🔵ONE MONTH of WeatherFront🔴🎉 Thanks to everyone who has helped make WF a success since our launch on May 4th! What a fun journey it has been. To operational meteorologists - we hope WF has made it easier to interrogate models, construct forecasts, and quickly find the weather data you need as you serve the public and your partners/customers. To emergency managers - we hope WF has enhanced your ability to quickly respond to hazardous weather with more detailed basemaps to pinpoint affected locations and a wealth of weather data catered to your mobile device. To broadcast meteorologists - we hope WF has provided high-quality data visualization for use on social media and given you a mobile resource for radar, satellite, and model data when you’re doing live coverage on air during severe weather. To weather hobbyists - we hope WF has helped you learn more about different weather data types and equipped you with an expanded set of tools to track storms as you build a deeper passion for meteorology and stay informed about what is headed your way. To storm chasers and spotters - we hope WF has increased your situational awareness on the road or while watching from home - thanks for taking WF to all corners of the US! We’ve enjoyed seeing your content and congratulate you on a great spring season so far. To our international customers - we hope WF has provided a unique perspective to view global weather model data. We appreciate your support and look forward to bringing you additional data sources in the future. To all current and future WF users - thanks for joining us on the journey! We’re just getting started. We hope you’ll invite your friends and colleagues to give WeatherFront a try as we continue to innovate and bring even more products to your mobile devices!

WeatherFront

33,176 просмотров • 1 год назад

Below is a collage of my physique progression over the past 13 months. I weighed 191 in June 2023, and I weighed 194 this morning, but I look very different today than I did last June. More importantly, I feel much better. And I am significantly stronger, fitter, and happier. In between, I went through two bulks, one 4-week mini cut, and one 8-week cut. During that time, my weight went from 191->205->193->202->184->193. I’ve been at maintenance (ish) for the past 3 months. How was I able to make such a drastic transformation in a year? In short, because I had spent the past 15 years making all of the same mistakes everyone else makes. Getting too fat on bulks, not finishing cuts, jumping from program to program, etc. I learned what to do (and not to do) mostly through trial and error. Last year, when I decided to get it together, I had a huge advantage. I knew exactly what to do. Did I do it perfectly? No. But I was pretty close. Just to be clear, unless you are in a similar situation as I was (previously strong, lean, and fit), you probably can’t make quite as drastic of a transformation as quickly as I did. BUT, if you do it right, you can make some pretty big changes in a year. If I could talk to my broke, fitness obsessed 20 something year old self, I would tell him this: Pay a coach to help you. Find a way to get the money and pay someone. And do what they say. It will save you so much wasted time and effort and the results you get will far exceed anything you could do on your own. If you’re like I was, and you’ve been spinning your wheels for years making very little progress, hire a coach. Of course, I’d love to help, and if you’re interested in working with me, fill out the form I linked in the comments. But even if it’s not me, find someone to help you. There are plenty of good ones on here. Pick the one who is doing (or has done) what you want to do or who looks how you want to look. Even if it’s only for a few months. As long as you find a good coach, it will be worth every penny. I promise.

Hybrid Athlete Guy

11,430 просмотров • 2 лет назад

Easily one of the most impressive use-cases for agentic AI that I've come across thus far. I asked my Grok Grok Bot to make me a daily video on the latest happenings in frontier AI development around the tech, regulations, and development from the last 24 hours. The below is its one-shot result. It used DaVinci to edit the video using MCP with the assistance of Fable/Astra. It automatically captured all information/clips/images/sources. It automatically wrote the script and voiced it using ElevenLabs with my trained voice. It automatically edited and exported the file through DaVinci and dropped it in my downloads folder on my laptop. Here's the full unedited prompt dictated through Whispr Flow: I want to start a brand new project now. I don't know if we're going to need new agents for this but I'll let you decide. What I want to do is create a daily video, primarily internal but also outsourced. We'll put it on a YouTube channel, my channel, or whatever, and turn it into a newsletter where I want to stay on top of all the breaking advancements in AI. I want to stay on top of not just the advancements but also the current events happening, all the leaders, and all the policy around it. I want to always be able to find the highest signal stuff using social cues, like videos that get a lot of views, posts that get a lot of views, or from very well-respected sources that understand the cutting edge. I want to curate the absolute best places to find signal about what's going on in the space of AI. Then I want to turn that into a transcript that we will then turn into a video using our entire DaVinci process with MCP. Think of it as a hardcore news sort of format where the video just goes through the facts of what is happening and the things that are involved, like elite journalism to really describe what is happening. For the video itself we would: - draw sources and put them on the screen - draw B-roll and put it on the screen - add clips to it where relevant, snippets of a leader or somebody talking about those things - add relevant imagery and all that stuff It needs to be top-tier elite-looking, both from the look perspective and the content perspective. We can use Eleven Labs for the voice. You should already have things for that. Just use my voice, my voice profile that's there for the voice itself. The transcript we want to use: we don't want to use my voice. We want to use a very facts-based, neutral, journalistic, to-the-point, zero-opinion format: here's what's happening, here's how, here's why it's happening, here are the parties involved, etc. For the visuals again, use the DaVinci sort of thing that we've set up on the Mac to put the video together. I would love an actual finished video today based on the latest that's happening. We want to focus on the last 24 hours. Ideally the audience for this is people that are investors, high-intelligence individuals, and people that want to stay at the cutting edge but maybe don't have the time or the resources to do it. We want to become a primary place for these people to have access to this. I would love to see what you can come up with and I will let you decide how to spin this up on the backend. We would want to do this literally daily and eventually want to have this automatically uploaded to a YouTube channel, either mine or another channel. We'll create clips out of it but ideally the piece of content itself needs to be so good. I think we have everything we need and it will be even sicker if we can literally bring in clips and add the clips. For example: "This is what happened today. This is all the things that are going on and blah blah blah." Let's say Elon Musk made a comment about this and we actually insert the clip of that comment and then we continue on, etc. Just freaking elite. I want this to be elite.

Farzad 🇺🇸 🇮🇷

57,182 просмотров • 3 дней назад