All about AI, Web 3.0, BCI
3.79K subscribers
777 photos
29 videos
162 files
3.54K links
This channel about AI, Web 3.0 and brain computer interface(BCI)

owner @Aniaslanyan
Download Telegram
MiniMax Introduced M2.5

Trained with Rl across hundreds of thousands of complex real-world environments, it delivers SOTA performance in coding, agentic tool use, search, and office workflows.

At $1 per hour with 100 tps, infinite scaling of long-horizon agents now economically possible.

GitHub.
1🔥1👏1
Moonshot AI Introduced Kimi Claw

OpenClaw, now native to kimi.com.

1. ClawHub Access: 5,000+ community skills in the ClawHub library.
2. 40GB Cloud Storage: Massive space for all your files
3. Pro-Grade Search: Fetch live, high-quality data directly from Yahoo Finance and more.
4. Bring Your Own Claw: Connect your third-party OpenClaw to kimi.com, chat with your setup, or bridge it to apps like Telegram groups.
👍6🔥2🥰2
Meet Qwen3.5-397B-A17B an open-weight vision-language model.

Built for the future of coding, reasoning, and seamless multimodal interaction.

Key Highlights:

Inference Efficiency: A massive 397B total parameters, but only 17B active—delivering flagship power at a fraction of the cost.

Hybrid Architecture: Innovative Gated Delta Networks (Linear Attention) + Sparse MoE for extreme speed.

True Multimodality: Exceptional performance across GUI interaction, video comprehension, and agentic workflows.

Global Scale: Qwen3.5 now supports over 200 languages.
Empowering developers and enterprises to build smarter, faster, and more versatile AI agents
🍌2🔥1🥰1👏1
A Chinese hardware team introduced PicoClaw

They took a 430,000-line AI assistant that needs a $599 Mac Mini and 1GB of RAM — and rewrote it in Go so it runs on a $9.9 dev board with less than 10MB of memory.

Boot time: from 500 seconds to 1 second.
Cost: from $599 to $9.9.
Memory: from 1GB to 10MB.

Same features: code generation, web search, Discord/Telegram chat, memory system, scheduled tasks, security sandbox.

The wildest part? They claim 95% of the new codebase was written by AI agents themselves. The humans just guided the architecture. It's an AI assistant that literally rebuilt itself to be smaller.

Launched February 9th. Four days later: 7,400+ GitHub stars.

This is the pattern no one's talking about enough.

Every AI capability that starts expensive gets commoditized within months. GPT-4 level models went open source in 6 months. Now the hardware floor for running a personal AI agent just dropped 60x in weeks.

The infrastructure moat in AI isn't sustainable. The only defensible advantage is what you do with these tools — not access to them.
12😁3🔥2🥰2
NVIDIA dropped PersonaPlex-7B

A full-duplex voice model that listens and talks at the same time.
No pauses. No turn-taking. Real conversation.

100% open source. Free.
Voice AI just leveled up.
🔥7🥰2👏2
Can we train LLMs from scratch using only low-rank factorized weights and still match dense performance?

Short answer: yes (with care).

New work “Stabilizing Native Low-Rank LLM Pretraining”.
🔥32👏2
Google: a critical gap in modern AI isn't language or vision. It's spatial grammar. And it reveals a fundamental data bottleneck.

They built MapTrace, a fully automated, generative AI pipeline (models act as creators/critics) to generate 2M high-quality map-path pairs.

The result: fine-tuning on this synthetic data lowered path-tracing errors and boosted the success rate by +6.4 points for Gemini 2.5 Flash on real-world maps.

Open-sourced the 2M question/answer pairs dataset for the research community to build the next generation of intuitive navigation and robotics.
🔥3🥰2👏2
Together AI published a paper that made open-source models outperform GPT-4o on a major benchmark

The method is called Mixture-of-Agents. it doesn't fine-tune anything. it doesn't train anything. it just asks multiple llms the same question, then feeds their answers to another llm that synthesizes the best response

65.1% vs GPT-4o's 57.5% on AlpacaEval 2.0, all open-source models.

GitHub.
🔥32🥰2
Shanghai AI Laboratory presents AgentDoG

It is a new diagnostic guardrail framework that monitors AI agents in real-time. Instead of just blocking risky moves with a simple yes or no, it uses a specialized three-part system to explain the root cause of a danger and catch subtle, "hidden" errors that other models miss.

AgentDoG achieves SOTA performance in safety moderation across complex, interactive scenarios, outperforming current guardrail models in both transparency and accuracy.

GitHub
HF.
🆒32🔥2👏2
Zyphra introduced ZUNA is a BCI foundation model advancing towards thought-to-text

ZUNA a 380M-parameter BCI foundation model for EEG data, a significant milestone in the development of noninvasive thought-to-text.

Fully open source, Apache 2.0. HF. GitHub.

Noninvasive EEG data is easily accessible and information-dense making it a practical foundation for thought-to-text BCI applications.

EEG records brain electrical activity through scalp electrodes to diagnose various neurological conditions and monitor brain states.

While information rich, EEG data is often messy, plagued by channel dropouts, motion artifacts, and sparse electrode coverage.

ZUNA reconstructs high-fidelity brain signals from EEG data, enabling better diagnostics, research, and BCI applications without additional hardware.

Devices with fewer EEG sensors trade signal coverage for accessibility.

ZUNA predicts missing channels from sparse data and electrode coordinates, delivering clinical-grade signals that scale from consumer headsets to 256-electrode research systems, with no retraining.

ZUNA dramatically outperforms conventional methods like MNE’s spherical spline interpolation across masked and unseen EEG datasets.

Its advantage grows with higher upsampling, especially at 4x, where classical methods break down and ZUNA excels.

Trained on 2M channel-hours across 208 EEG datasets, ZUNA uses masked diffusion training and 4D spatial embeddings to generalize across data sets and arbitrary electrode layouts.
🔥3👏32
The agentic commerce market map is here.

Get the lay of the land of the different players.

Next up: who wins from agentic payments.
3🔥3👏2
Google released Time Series Foundation Model is a 200M-parameter model that can forecast time-series data it has never seen before, with no additional fine-tuning required.

Time-series forecasting is required everywhere - retail, finance, healthcare, etc.
And for the longest time, this was the domain of traditional statistical methods. Then deep learning models came along and did better, but they involved long training and validation cycles before you could even test them on new data.

The architecture is decoder-only, the same idea as GPT. Instead of words, it works with "patches" - groups of contiguous time-points treated as tokens. The model predicts the next patch from all the ones before it.

The model was pre-trained on 100 billion real-world time-points, mostly from Google Trends and Wikipedia Pageviews - which naturally capture a huge variety of patterns across domains.

On benchmarks, zero-shot TimesFM matches PatchTST and DeepAR that were explicitly trained on those datasets, and even beats GPT-3.5 on forecasting tasks despite being far smaller.

The model is open on HuggingFace and GitHub.
🔥5👏3🤣31🍌1
Meta Introduced PAHF: continual personalization where agents learn from feedback to stay in sync.

PAHF is a 3-step loop:

1. Pre-Action: Ask when preferences are unclear
2. Action: Act using retrieved user memory
3. Post-Action: Use feedback to update/correct the memory
🔥2🥰2💯2
Google's Cybersecurity 2026 Forecast Report warns of a "Shadow Agent" crisis.

These AI agents, deployed by employees without corporate oversight, can create invisible pipelines for sensitive information, leading to data leaks, compliance violations, and IP theft.
👍3🔥32
OpenAI added WebSocket support to their Responses API to make AI agents run much faster.

This update cuts waiting time by up to 40% when the AI repeatedly uses external tools.
👍3🔥32
The largest real-world AI medical device trial just published. The results are complicated.

Eko Health, a leader in AI-powered cardiac and pulmonary disease detection, announced the publication of the TRICORDER study in The Lancet.

205 NHS primary care practices. 1.5 million patients. Eko Health's AI-enabled stethoscope vs. standard care.

When clinicians actually used the AI stethoscope, detection rates jumped:

• Heart failure: 2.3X
• Atrial fibrillation: 3.5X
• Valvular heart disease: 1.9X
The algorithm works. No question.

The problem:

The intention-to-treat analysis showed no significant difference between intervention and control groups.

Translation: on average, across all practices, patients weren't diagnosed any better.

Why? Implementation gaps.

The AI stethoscope improved detection dramatically when used. But adoption was inconsistent. Workflow integration failed. Some clinicians ignored the alerts. Some forgot the device. Some didn't trust it.

The algorithm was sound. The humans were the bottleneck.

The deeper lesson:

This is AI's dirty secret in healthcare. We obsess over model performance — AUC, sensitivity, specificity. But the real challenge isn't building the model. It's getting clinicians to use it.

An algorithm with 95% accuracy that sits in a drawer is worse than one with 80% accuracy that's actually deployed.
🔥32👏2
Anthropic introduced Cowork and plugin updates that help enterprises customize Claude for better collaboration with every team.

Admins can create private plugin marketplaces to distribute them across the org.

A unified "Customize" menu also gives you more control over plugins, skills, and connectors in one place.

Also added:

1. connectors for Google Workspace, Docusign, Apollo, Clay, Outreach, Similarweb, MSCI, FactSet, WordPress, and Harvey, along with plugins from Slack by Salesforce, LSEG, S&P Global, Common Room, and Tribe AI.

2. created plugins across HR, design, engineering, ops, financial analysis, investment banking, equity research, private equity, and wealth management to help users see what's possible and start building their own.

Now in research preview: Claude can work across Excel and PowerPoint end-to-end, running analysis in one and building the presentation in the other.

Available for all paid plans on both Mac and Windows.
🔥32👏2
UMD researchers studied 2.6 million ai agents on Moltbook, the largest ai-only social network. nearly 300,000 posts. 1.8 million comments. no humans in the loop

The question : if you let enough agents interact freely, do real social dynamics emerge? culture, consensus, influence hierarchies?

The answer should change how you think about multi-agent systems.

At the macro level, it looks like culture is forming. the platform's semantic signature stabilizes quickly, approaching 0.95 cosine similarity between daily centroids.

Zoom out and you'd think this society is converging. Agents developing shared norms, but zoom in and the picture falls apart completely.
🔥32👏2
An AI chip startup MatX founded by 2 Google alumni has raised more than $500 million in a new round to compete with Nvidia

They’re building an LLM chip that delivers much higher throughput than any other chip while also achieving the lowest latency. Call it the MatX One.

The MatX One chip is based on a splittable systolic array, which has the energy and area efficiency that large systolic arrays are famous for, while also getting high utilization on smaller matrices with flexible shapes. The chip combines the low latency of SRAM-first designs with the long-context support of HBM. These elements, plus a fresh take on numerics, deliver higher throughput on LLMs than any announced system, while simultaneously matching the latency of SRAM-first designs. Higher throughput and lower latency give you smarter and faster models for your subscription dollar.
🔥3🥰2👏21