正在加载视频...

视频加载失败

Trading tools are getting too good. (again x2) We built this dashboard with the upcoming Cod3x CLI that: 1. Monitors seismograph stations near TSMC fabs and 2. Auto-shorts semiconductor perps on Hyperliquid when the ground shakes. Tectonic brainrot. CLI soon.

25,374 次观看 • 3 个月前 •via X (Twitter)

0 条评论

暂无评论

原始帖子的评论将显示在这里

相关视频

Interested in how we manage Big Tony (medium arc) using Cod3x? Watch 0xBebis walk through the Cod3x dashboard and show off Tony's personality and trading style. Soon you'll be able to do this on Cod3x without any code or experience. Let's talk vision: Every single person on earth will eventually be leveraging AI for most day-to-day administrative tasks. We believe that the most important thing to get right is finances - trading, budgeting, taxes. It's getting harder to keep up with inflation and everyday people will need AI solutions to stay ahead. This is where blockchain comes in. We've said it before and we'll say it again - there is too much complexity and technical debt in traditional finance to reliably manage a portfolio with AI - especially once you start constructing more complex positions. The composability and programmability of blockchain provides two of the most important elements for designing super-intelligent agents: Observability and Determinism. We've been building Cod3x for more than 2 years now to take advantage of these features to create a robust, vertically integrated AI solution for managing finances. What you see in this video is just a taste of our capabilities. With Cod3x, we will allow users with no coding or financial experience to access any dataset and develop financial strategies in minutes - borrowing from a growing library of APIs and strategies. At the same time, Cod3x will slowly grow the largest swarm of economic AI agents in the world! Cod3x will allow users to work collaboratively to accomplish monumental tasks while we build up a massive silo of data and information to help improve outcomes for everyone. Whether as distribution partners for data providers like Allora or as a UX layer on top of platforms like Hyperliquid - Cod3x will work to give everyone in the world access to the best financial tooling available. If you can believe in a vision like this, we invite you to visit the links in our bio and connect with us.

Cod3x | Win More Trades

137,769 次观看 • 1 年前

#WATCH | Bengaluru: Showcasing the silicon wafer, Union Minister Ashwini Vaishnaw says, "This is the wafer in which each die has about 20 to 30 billion transistors... One die is one of those squares you see... This transistor density is used to design the silicon. This is essentially a single chip with a GPU and a CPU. The end product that comes out of this is this kind of module, which becomes an AI computer on the desktop of any person, on the edge, meaning within a camera, within a Wi-Fi router, or within a device on any machine, or any moving car, automobile, train, or aeroplane... That kind of development is underway and reinforced by the talent pipeline we are creating as part of Semicon mission 1.0... We set a target of 85,000 semiconductor-trained people over a period of 10 years. I'm happy to share that, over 4 years, we have trained 67,000 semiconductor engineers. This is now available at 315 universities and colleges, where all semiconductor design-related EDA tools are available. The students are designing chips... The final product is being validated, and it's a strong capability because few universities and countries worldwide have this kind of model." He adds, "Recently, at Davos, when I shared this model with semiconductor industry leaders, they were very happy about it and believe that the 1 million talent gap in the semiconductor industry will largely be filled by talent from India... In the recent budget, the entire IT services industry has undergone various simplifications. Whether it is getting the APS done or getting the safe harbour clause properly defined, all those things are in place. Today, the industry aims to enter India in a big way. Whatever progress we have seen in the last few years will accelerate with the announced reforms..."

ANI

108,196 次观看 • 6 个月前

Claude Code is now scary good at full-stack! I asked it to build a real-time weather intelligence dashboard with an interactive 3D globe and a forecasting layer that predicts weather 3 days ahead. It came back with a spinning globe that has a day/night cycle using NASA satellite imagery, city lights on the dark side, weather icons that switch between sun and moon based on local time, and a time travel slider that scrubs through 10 days of data. Claude Code built the whole thing in a single session, including the backend, database, data pipeline, and frontend. For the database, I needed something fast for time-series workloads since the app ingests hourly weather readings across many cities and serves time-range queries on every slider interaction. I used Tiger Cloud by Tiger Data - Creators of TimescaleDB, which gives you managed TimescaleDB on the Postgres you already know. Claude Code connected to it through the Tiger CLI MCP server and set up the entire backend directly: - Provisioned the database service - Created hypertables for time-partitioned weather storage - Set up continuous aggregates for pre-computed rollups - Built the data ingestion pipeline and the full NextJS + ThreeJS frontend The time travel slider queries thousands of rows on every position change. On a regular Postgres table, this would require manual partitioning and index tuning to stay fast as data grows. TimescaleDB partitions the data by timestamp automatically, so each query only hits the relevant time chunk. Continuous aggregates serve the trend charts and forecast layer from pre-computed rollups instead of rescanning raw data on every request. The video below shows the final build in action, and I worked with the Tiger Data team to put this together. Tiger CLI is open-source (Apache 2.0) and works with Claude Code, Cursor, Codex, Gemini CLI, and VS Code. To try this yourself: → Sign up for Tiger Cloud (I have shared the link in the replies). It gives you $1,000 free credits (no card needed) → Install Tiger CLI: curl -fsSL https(:)//cli(.)tigerdata(.)com | sh → Run tiger mcp install claude-code → Give Claude Code a prompt and let it build Find the sign-up link in the replies.

Avi Chawla

14,838 次观看 • 2 个月前