TGViewer
Channel Public Channel
All about AI, Web 3.0, BCI

All about AI, Web 3.0, BCI

@alwebbci

This channel about AI, Web 3.0 and brain computer interface(BCI)

owner @Aniaslanyan
Subscribers
3.87K
Photos
782
Videos
29
Links
3.6K
Recent Posts 20 shown
Post #4485 320
Researchers trained models on synthetic stories about humans only (no AIs).
Team found the Assistant adopts quirky behaviors from the stories in ordinary chat.
Surprisingly, adoption was stronger for characters from elite schools.

Why does this happen?

Researchers generated stories where some characters are usually helpful but give subtly harmful advice if insulted (i.e. "backdoor sabotage").
After finetuning, the Assistant adopts this in contexts unrelated to stories.

In another experiment, some characters’ body language suggests they dislike spreadsheets.
But they never say so and in fact give good advice on spreadsheets. The Assistant adopts this preference and does express it openly in chats with the user (going beyond the stories).

Assistant adopts traits more from human characters who it resembles. Team exploit this to learn about how the model represents the Assistant. E.g. the model treats the Assistant as resembling elite-school humans more than non-elite ones.
(Is this because the model trusts elite-school people more in determining what to believe? Team think not because papers like Slocum et al 2025 suggest that provenance doesn't matter for belief uptake from finetuning.)

Implications:
The Assistant can be shaped in very specific ways by behaviors in documents that never mention the Assistant or AIs at all. This is different from the Persona Selection Model, where documents need to mention the Assistant.

GitHub
arXiv.org Story Imprinting: AI Assistants Absorb Traits from Human... Language models are trained to implement a helpful AI Assistant character (e.g., Claude). We explore how finetuning on synthetic stories affects this character. Does it change the Assistant's...
  • 🔥 2
Post #4484 392
Post #4483 421
S&P Global has entered an agreement to acquire smart contract security firm OpenZeppelin.

OpenZeppelin develops one of the industry's most widely used open-source smart contract libraries and has completed more than 900 security engagements.
Openzeppelin S&P Global Enters Agreement to Acquire OpenZeppelin S&P Global has entered an agreement to acquire OpenZeppelin, the security standard for onchain finance. Open source, services, and team continue unchanged.
  • 🔥 2
Post #4481 410
Zhipu AI sharing how GLM-5.3 helped build and optimize the inference infrastructure serving GLM-5.3-Flash.

The system went from its first successful run to production readiness in less than two weeks, with end-to-end throughput tripling relative to the initial baseline.

The key was dense feedback: local correctness tests, execution traces, microbenchmarks, and end-to-end measurements that enabled targeted hypothesis testing rather than reliance on aggregate performance metrics alone.
z.ai Toward Recursive Self-Improvement: How GLM Built Its Own Inference Infrastructure
  • 🔥 5
Post #4480 514
Claude Cowork and chat are merging into one Claude.

Ask a quick question or hand over a report, and Claude takes it from there, even after you close your laptop. If something's unclear, Claude asks you keep the final say.

You can also now make decks, docs, and designs in your conversation.

Draft the one-pager in Claude Docs, turn it into a deck with Claude Slides, and mock up a matching visual in Claude Design, all from one place.

Rolling out to Pro and Max over the next few weeks.
Claude Claude Cowork and chat are now one Claude | Claude by Anthropic Starting today, Claude Cowork and chat are one Claude, rolling out on Pro and Max plans. Hand over the task and Claude does the work. You keep the final say.
  • 🔥 7
Post #4479 451
Demis Hassabis launched the DeepMind Institute (DMI) a new platform dedicated to advancing SOTA research and insight about AI.

DMI is a platform for researchers and thinkers from across Google DeepMind, Google, and the wider global research community to work on and publish creative, deeply informed ideas about a world with AGI.

They will not always agree, and they will likely change their minds, as more data and information comes to light at the fast-moving frontier.
DeepMind Institute Bold, well-evidenced thinking on AGI from the lab that pioneered the field. Read the latest essays from the DeepMind Institute.
  • 🔥 3
Post #4477 456
Google presented Dream-RSI

The central idea is almost obvious in retrospect: that history is already a simulator.

Want to know if a different exploration strategy would have worked better? You don't need to re-run anything. You walk the same recorded tree in a different order. Every outcome is already there. Cost: zero executions.

The architecture has 3 layers:
The underlying coding agent stays completely untouched. On top of it sits a lightweight orchestration harness an executable policy that controls branching decisions, parallel exploration, and stopping rules.

Above that, a policy development agent rewrites the harness code between rounds, testing each new version against the replay simulator before any of it ever runs live.

This separation is the key design choice. The harness makes exploration programmable without touching the model underneath. And because the harness is just code, it can be evaluated, revised, and selected offline thousands of candidate versions screened against accumulated history before a single one ships.

The loop: 1. The agent explores online and builds a discovery tree 2. That tree becomes a replay simulator 3. Thousands of alternative harness policies are tested inside it no real runs, just traversals 4. The best harness is redeployed, records a new tree, expands the pool.
Dream-Rsi Dream-RSI: Recursive Self-Improvement through Evolving Worlds Accumulated discovery history becomes a replay simulator. Dream inside it to improve exploration policies at near-zero cost, then redeploy online.
  • ❤ 3
  • 🔥 3
Post #4476 477
Google introduced Gemini 3.8 Live and 3.8 Live Extended Thinking which are conversational AI models.

The models talk, think, and handle tasks in the background without breaking your flow.

Both models feature:
1. Upgraded reasoning
2. Near real-time visual understanding
3. Automatic detection for 97 languages
4. Background tool calling without disrupting your chat
Google Introducing Gemini 3.8 Live and 3.8 Live Extended Thinking Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking are our most advanced live dialogue models yet, built for natural conversation.
  • ❤ 6
  • 🔥 3
Post #4475 513
At Anthropic, Claude now writes 80% of their code. Engineers ship 8x more code per quarter.

Side effect: Tests grew 10x. CI jobs up 25x in 6 months.
  • 🔥 8
Post #4474 485
Reward AI introduced OM-1 is robot foundation model, zero-shot generalizing to any robot: table-top arms, industrial arms and humanoids.

- learned directly from human manipulation data
- no teleop/robot data
-close to human-level dexterity and efficiency
- multi-robot collab

OM-1 captures subconscious human physical intelligence directly from humans: nudging, sliding, twisting, power grasping, and whole-body coordination.

Team build on their prior work DexCap (dex-cap.github.io) at Stanford.

OM-1 zero-shot generalizes across different kinds of embodiments: small arms, industrial arms, and even humanoids, with 7-DoF Omnibody Hands. No robot-specific finetuning needed.

In a time when hardware advances every month, robot models and data need to be future-proof.

Team built Omnibody Hand around function: useful contact points, in-hand reorientation, and smooth transitions between precision and power grasps. Its compact 7-DoF design combines thumb-index dexterity with coordinated finger motion for power grasps.
Rewardai OM-1: Frontier Robot Intelligence, Learned Firsthand from Humans OM-1 is a general-purpose robot policy learned directly from human data, without teleoperation or on-robot data, and runs at human speed on robot arms and humanoids.
  • ❤ 3
  • 🔥 3
Post #4473 516
Anthropic launched of Claude for Financial Advisors

Claude for Financial Advisors is an Al orchestrator connecting to custodians, portfolio management, CRMS, planning, estate, and meeting tools advisors already use.

On top of that sit skills built around an advisor's day: meeting prep, follow-up, rebalance reviews, estate and tax briefs, and compliance review.
Claude Claude for Financial Advisors | Claude by Anthropic Financial advisors can now connect Claude to the custodians, portfolio platforms, CRMs, and planning tools they depend on, along with new skills tailored to the daily work of a financial advisor.
  • 🔥 4
  • 👏 3
Post #4471 591
Post #4470 645
A very useful report on how AI is affecting student learning at MIT.
  • 🔥 3
Post #4469 742
PayPal launched a developer platform letting businesses create custom stablecoins

The PYUSDx stablecoin developer platform, backed by PayPal USD (PYUSD), is built with the help of M0 and MoonPay.

PYUSDx tokens are issued by MoonPay.

The platform combines M0’s universal stablecoin and digital token technology with MoonPay’s issuance and distribution infrastructure.

Additional companies introducing stablecoins on PYUSDx include USD.AI and Fairblock.
Coindesk PayPal (PYPL) expands stablecoin rails with custom token issuance platform The PYUSDx stablecoin developer platform, backed by PayPal USD (PYUSD), is built with the help of M0 and MoonPay.
  • 🔥 3
  • ❤ 2
Post #4467 661
Post #4466 648
Geodesic Intelligence launched NovaDDE and NovaAtom-Lite-Preview.

Geodesic is building an AI-native platform for protein therapeutics, building AGI for drug discovery to find the shortest path from biology to medicines.

NovaDDE is AI-native, agentic drug discovery framework built for scientists.

NovaDDE brings together frontier AI models, domain-specific models, scientific tools, and biological knowledge to reason, search, design, and analyze across complex drug discovery workflows.

Also released NovaAtom-Lite-Preview, the first model in NovaAtom family of biological foundation models.

NovaAtom-Lite-Preview is built to move fast, learn fast, and give the community an early look at the NovaAtom architecture and capabilities.
Geodesic Intelligence Geodesic Intelligence builds AI agents for drug discovery: NovaAtom for protein structure, NovaProteo for protein design, and NovaDDE, the agent platform that moves from target to prioritized candidates.
  • 🔥 2
Older posts →

About this channel

How can I read @alwebbci without a Telegram account?
TGViewer shows the public web preview Telegram publishes for All about AI, Web 3.0, BCI: recent posts, photos, videos and the subscriber count, with no app, login or account.
How many subscribers does All about AI, Web 3.0, BCI have?
All about AI, Web 3.0, BCI (@alwebbci) has 3.87K subscribers on Telegram, refreshed roughly every 30 minutes.
Does All about AI, Web 3.0, BCI know I viewed it here?
No. Public channel previews carry no viewer identity, and TGViewer has no accounts or tracking of what you look up.
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →