Tencent Releases Hy3: An Open 295B Mixture-of-Experts (MoE) Model with 21B Active Parameters and 256K Context

Tencent’s Hy team released Hy3. Hy3 is a 295B-parameter Mixture-of-Experts (MoE) model. It activates only 21B parameters per token. The weights ship under the Apache License 2.0. Hy3 is aimed at reasoning, agentic workflows, and long-context tasks. What is Hy3? Hy3’s architecture contains a sparse MoE with 192 experts and top-8 routing. Only 8 experts…

Read Full News

OpenAI Releases GPT-Realtime-2.1 and GPT-Realtime-2.1-mini for Low-Latency Voice Agents in the API

OpenAI has released two new Realtime models in its API. They are named gpt-realtime-2.1 and gpt-realtime-2.1-mini. Both target low-latency voice and multimodal experiences. The mini model is the notable part of this release. It is a mini reasoning model for realtime voice. It ships at the same cost as the earlier gpt-realtime-mini. OpenAI also reduced…

Read Full News
Canadian spy company says it hacked drug traffickers, extremists, and a ransomware gang final 12 months

Canadian spy company says it hacked drug traffickers, extremists, and a ransomware gang final 12 months

Providing a uncommon glimpse on the priorities of a prime spy group, Canada’s Communications Safety Institution (CSE) stated it performed a handful of state-authorized hacks final 12 months with a purpose to disrupt the operations of drug traffickers, violent extremists, and a ransomware gang. The disclosures within the Canadian intelligence agency’s annual report underscore a…

Read Full News
US traders will quickly get entry to SK Hynix, one other reminiscence maker using the AI increase

US traders will quickly get entry to SK Hynix, one other reminiscence maker using the AI increase

South Korean reminiscence chipmaker SK Hynix, rival to Samsung and U.S.-based Micron, is planning to promote practically 17.8 million shares in a U.S. IPO, the corporate said on Monday. Ought to its shares promote nicely (and there’s indication that they are going to), the corporate may elevate round $28 billion, based mostly on SK Hynix’s…

Read Full News

Building a Scaffold-Split Random Forest QSAR Co-Scientist for EGFR Inhibitor Discovery Using ChEMBL, RDKit, SHAP, and BRICS

banner(“[2/9] BIOACTIVITY MINING (ChEMBL activities -> pIC50)”) def pull_activities(tid, cap): url, rows = f”{BASE}/activity”, [] params = {“target_chembl_id”: tid, “standard_type”: “IC50”, “pchembl_value__isnull”: “false”, “limit”: 1000, “format”: “json”} js = http_json(url, params) pages = 0 while js and pages < 60: rows.extend(js.get(“activities”, [])) pages += 1 if len(rows) >= cap: break nxt = js.get(“page_meta”, {}).get(“next”) if…

Read Full News