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

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

На главную

One person can control 50 wallets across different chains. DAOs get governance attacked. airdrops get farmed. rugs get laundered. and nobody can prove it's the same operator. This is why i built Filament using cyops to solve this issue. it analyzes onchain behavior gas bidding style, nonce patterns, bridge...

11,670 просмотров • 3 месяцев назад •via X (Twitter)

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

Фото профиля Aminainyo
Aminainyo3 месяцев назад

This is wonderful, everything was well illustrated.

Фото профиля kane🐐🔺️
kane🐐🔺️3 месяцев назад

💜

Фото профиля RUZKYPAZZY
RUZKYPAZZY3 месяцев назад

great wprk

Фото профиля kane🐐🔺️
kane🐐🔺️3 месяцев назад

Thanks ruzkypazzy

Фото профиля STEPBRO
STEPBRO3 месяцев назад

🔥🔥

Фото профиля koldwalle.sui🔺∞
koldwalle.sui🔺∞3 месяцев назад

This is very useful

Фото профиля kane🐐🔺️
kane🐐🔺️3 месяцев назад

Yes it is.

Фото профиля chiboy
chiboy3 месяцев назад

Huge

Фото профиля DingiDingi.eth🦛🔺
DingiDingi.eth🦛🔺3 месяцев назад

Nice build Kane

Фото профиля kane🐐🔺️
kane🐐🔺️3 месяцев назад

Thanks Dingidingi

Фото профиля Justice 🧪
Justice 🧪3 месяцев назад

This is so good. LFG

Фото профиля kane🐐🔺️
kane🐐🔺️3 месяцев назад

Lfgg

Фото профиля Jerry
Jerry2 месяцев назад

I guess @bonk_dao needed Filament 👀

Фото профиля nerom
nerom3 месяцев назад

@DingiDingi5 i just used Filament MCP on my claude and it actually investigated my wallet good tek here 🔥

Фото профиля kane🐐🔺️
kane🐐🔺️3 месяцев назад

@DingiDingi5 That's super cool. You can literally invest wallets including batch wallets just upload to you claude and let it do the work for you.

Фото профиля nerom
nerom3 месяцев назад

@DingiDingi5 impressive voted already 🤞🏾

Фото профиля kane🐐🔺️
kane🐐🔺️3 месяцев назад

@DingiDingi5 💪

Фото профиля Okuwaseyi
Okuwaseyi3 месяцев назад

Great work

Фото профиля Bravo Manya ✝️🔥
Bravo Manya ✝️🔥3 месяцев назад

this is huge for crypto integrity Filament’s behavioral clustering finally gives us practical onchain truth without doxxing. Well built fam

Фото профиля Taiyo
Taiyo3 месяцев назад

GREAT IDEA

Фото профиля kane🐐🔺️
kane🐐🔺️3 месяцев назад

Thanks taiyo 🤝

Фото профиля Pascalchidinma🐉♣️🕹️ $RCADE Ⓜ️Ⓜ️T
Pascalchidinma🐉♣️🕹️ $RCADE Ⓜ️Ⓜ️T3 месяцев назад

Nice. Keep it up Kane.

Фото профиля Witty|Expertise ⌘
Witty|Expertise ⌘3 месяцев назад

The real challenge isn't linking wallets, it's doing it without sacrificing privacy. Nice approach.

Фото профиля Camelia🍓
Camelia🍓2 месяцев назад

hey diem me right now

Фото профиля Madubuike
Madubuike2 месяцев назад

Great ideology

Фото профиля Sinach (Ø,G)
Sinach (Ø,G)3 месяцев назад

This is awesome build

Фото профиля Jaja Daniel
Jaja Daniel3 месяцев назад

Cool

Фото профиля Åßßås Abúßakår
Åßßås Abúßakår3 месяцев назад

Impressive build. On-chain identity without personal data is a game changer 🔥

Фото профиля Udo Immaculata
Udo Immaculata3 месяцев назад

This is so good Great job @kane_120

Фото профиля Austine Nath Perry
Austine Nath Perry3 месяцев назад

Nice one

Фото профиля Rune Olsen
Rune Olsen1 месяц назад

Fantastic work and a good Job dine documenting! I will definetly use this feature to strengthen my trading portal. feel free to visit. Looking forward to see how good this project will be inthe future.

Фото профиля Man_Without_Name
Man_Without_Name3 месяцев назад

This is the kind of tool that could expose what wallets alone can't.

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

New course: MCP: Build Rich-Context AI Apps with Anthropic. Learn to build AI apps that access tools, data, and prompts using the Model Context Protocol in this short course, created in partnership with Anthropic Anthropic and taught by Elie Schoppik Elie Schoppik, its Head of Technical Education. Connecting AI applications to external systems that bring rich context to LLM-based applications has often meant writing custom integrations for each use case. MCP is an open protocol that standardizes how LLMs access tools, data, and prompts from external sources, and simplifies how you provide context to your LLM-based applications. For example, you can provide context via third-party tools that let your LLM make API calls to search the web, access data from local docs, retrieve code from a GitHub repo, and so on. MCP, developed by Anthropic, is based on a client-server architecture that defines the communication details between an MCP client, hosted inside the AI application, and an MCP server that exposes tools, resources, and prompt templates. The server can be a subprocess launched by the client that runs locally or an independent process running remotely. In this hands-on course, you'll learn the core architecture behind MCP. You’ll create an MCP-compatible chatbot, build and deploy an MCP server, and connect the chatbot to your MCP server and other open-source servers. Here’s what you’ll do: - Understand why MCP makes AI development less fragmented and standardizes connections between AI applications and external data sources - Learn the core components of the client-server architecture of MCP and the underlying communication mechanism - Build a chatbot with custom tools for searching academic papers, and transform it into an MCP-compatible application - Build a local MCP server that exposes tools, resources, and prompt templates using FastMCP, and test it using MCP Inspector - Create an MCP client inside your chatbot to dynamically connect to your server - Connect your chatbot to reference servers built by Anthropic’s MCP team, such as filesystem, which implements filesystem operations, and fetch, which extracts contents from the web as markdown - Configure Claude Desktop to connect to your server and others, and explore how it abstracts away the low-level logic of MCP clients - Deploy your MCP server remotely and test it with the Inspector or other MCP-compatible applications - Learn about the roadmap for future MCP development, such as multi-agent architecture, MCP registry API, server discovery, authorization, and authentication MCP is an exciting and important technology that lets you build rich-context AI applications that connect to a growing ecosystem of MCP servers, with minimal integration work. Please sign up here!

Andrew Ng

142,234 просмотров • 1 год назад

Big moment for Postgres! AI coding tools have been surprisingly bad at writing Postgres code. Not because the models are dumb, but because of how they learned SQL in the first place. LLMs are trained on the internet, which is full of outdated Stack Overflow answers and quick-fix tutorials. So when you ask an AI to generate a schema, it gives you something that technically runs but misses decades of Postgres evolution, like: - No GENERATED ALWAYS AS IDENTITY (added in PG10) - No expression or partial indexes - No NULLS NOT DISTINCT (PG15) - Missing CHECK constraints and proper foreign keys - Generic naming that tells you nothing But this is actually a solvable problem. You can teach AI tools to write better Postgres by giving them access to the right documentation at inference time. This exact solution is actually implemented in the newly released pg-aiguide by Tiger Data - Creators of TimescaleDB, which is an open-source MCP server that provides coding tools access to 35 years of Postgres expertise. In a gist, the MCP server enables: - Semantic search over the official PostgreSQL manual (version-aware, so it knows PG14 vs PG17 differences) - Curated skills with opinionated best practices for schema design, indexing, and constraints. I ran an experiment with Claude Code to see how well this works, and worked with the team to put this together. Prompt: "Generate a schema for an e-commerce site twice, one with the MCP server disabled, one with it enabled. Finally, run an assessment to compare the generated schemas." The run with the MCP server led to: - 420% more indexes (including partial and expression indexes) - 235% more constraints - 60% more tables (proper normalization) - 11 automation functions and triggers - Modern PG17 patterns throughout The MCP-assisted schema had proper data integrity, performance optimizations baked in, and followed naming conventions that actually make sense in production. pg-aiguide works with Claude Code, Cursor, VS Code, and any MCP-compatible tool. It's free and fully open source. I have shared the repo in the replies!

Avi Chawla

187,076 просмотров • 8 месяцев назад