Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Multi-agentic/player pair programming idea sketch in 10 mins — a real-time Tuplesque experience where I can share the screen w/ AIs, directly point it out to code or sketch together on a whiteboard, have an instant groupchat to debug with voice, AI has access to Cursor that could also...

21,434 Aufrufe • vor 1 Jahr •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

Colmap 4.0 was very recently released, so it inspired me to do some work to better understand it and its new capabilities with Rerun. I want to really understand how Colmap, and in particular, pycolmap, works outside of just calling it via the CLI. So my goal is to use the low-level pycolmap API to log every part of the pipeline. The explicit goal is to have an alternative to the SQLite database that I can utilize. Instead of SQLite, I want to try logging everything directly to rerun and use RRD. This means I can have deep inspectability and still save the features/matches/2D view geometry, but be able to view it directly in rerun. I think this is one of the superpowers that rerun provides; data and visualizations are deeply integrated. As I'm often working with sequential data (videos), I'm going to specifically focus on four things: 1. Monocular Video Simple: Calls high-level APIs such as pycolmap.extract_features, pycolmap.match_sequential, pycolmap.incremental_mapping. These are basically identical to the CLI options and provide a good baseline. 2. Monocular Video Streamed: Take the above high-level APIs and break them down to their iterator version, logging each component in a streamed manner. This way, I can stream the intermediate features to rerun while the extraction/matching/mapping is happening. 3. Rig with unknown calibration: <- WHAT THE VIDEO SHOWS This is probably the most interesting version and the first one I've been working on. It allows one to set a rig between known sensors, such as in VR/AR devices, leading to much better reconstructions with multiple cameras. This is the case where we don't know the calibration a priori, so we have to run a reconstruction twice: once as a normal Colmap reconstruction with no rig constraints, use this to generate the constraints, and then do it again with the newly found rig. 4. Rig with known calibration: This is the RoboCap example, where we have a pre-calibrated set of sensors, so we don't need to run the two reconstructions and also gain better matching between cameras, both spatially and temporally. Again, this leads to a much better reconstruction! Along with all this, GLOMAP has become a first-class global mapper, making it super easy to use directly within pycolmap! I'm excited to do more with this and compare it to things like pycuvslam, vipe, and other alternatives.

Pablo Vela

30,070 Aufrufe • vor 4 Monaten

Dear Pioneers 🌏 We are living in a decisive moment! Pi Network has the potential to become a true revolution in the global financial landscape, but for that to happen, we must act wisely and united. We are millions of Pioneers around the world, driven by the same purpose: to create a decentralized, accessible, and fair financial system for all. The real value of Pi is not determined by the traditional market but by our confidence and engagement. The GCV of $314,159 represents much more than just a number – it symbolizes our conviction about Pi's potential. Our Strength Lies in the Community For Pi to reach its true value, we need to act strategically and with commitment. No great project can sustain itself without the support of its participants. If we want to see Pi shine, we must: ✅ Avoid having our Pi traded on exchanges prematurely, creating scarcity and strengthening its value ✅ Not accept selling it for prices lower than it truly deserves ✅ Acquire and withdraw Pi from exchanges, consolidating its strength in the market ✅ Use it in real transactions, promoting its growth as a global digital currency ✅ Spread awareness and encourage its daily use, expanding its acceptance Each Pioneer plays a crucial role in this process. The more we use and value Pi within the ecosystem, the more it will establish itself as an asset of great global impact. The Future Is in Our Hands We can allow speculators to dictate the value of Pi, or we can take control of our own destiny and ensure that it reaches its true potential. The decision is ours! If we act together, with strategy and determination, nothing can stop us from making Pi Network a milestone in cryptocurrency history. The time is now, and each of us is a fundamental part of this revolution. Let's strengthen Pi together and make the GCV of $314,159 an undeniable reality! Sérgio Cruz, Portugal GCV Ambassador 🇵🇹

Doris Yin 东方紫莲🪷

25,065 Aufrufe • vor 1 Jahr

LangGraph. CrewAI. Agno. Which one to pick? The good news is that this will not matter soon! Finally, we have a full picture of how the industry is solving this with just three open protocols that work across ALL frameworks. It's not about picking the best framework. Instead, it's about understanding how protocols create interoperability. The Agent Protocol Landscape shows how three complementary protocols are creating a universal language for Agents: > AG-UI (Agent-User Interaction): - The bi-directional connection between agentic backends and frontends. - This is how agents become truly interactive inside your apps, not just as chatbots, but collaborative co-workers. > MCP (Model Context Protocol): - The standard for how agents connect to tools, data, and workflows. > A2A (Agent-to-Agent): - The protocol for multi-agent coordination. - How agents delegate tasks and share intent across systems. These aren't competing standards. They're layers of the same stack and have handshakes with each other. So instead of building point-to-point integrations, you build to protocols. Moreover, you can integrate LangGraph, CrewAI, or Agno into the same frontend, without rewriting your UI logic. These protocols let everything work together. For instance: - Your LangGraph agent pulls data via MCP. - It delegates analysis to a CrewAI agent via A2A. - Results stream to your React app via AG-UI. - Users see real-time collaboration in your interface. This way, you can focus on building agent capabilities instead of integration mechanics. The protocols handle interoperability automatically. CopilotKit unifies this entire stack into one framework so you can build "Cursor for X" style apps without implementing each protocol from scratch. It gives you all three protocols, generative UI support, and production-ready infrastructure in one framework. I have shared this playbook in the replies! It breaks down handshakes, misconceptions, and real examples and shows exactly how to start building.

Avi Chawla

30,762 Aufrufe • vor 8 Monaten