Models, products and AI startups, near-duplicates collapsed to the most credible source
Developer jaredpalmer released Kev, a family of small decision models built on Qwen3.5, offered in 0.8B, 4B and 9B parameter sizes with pretrained weights, training code and evaluation data. The models handle yes/no, multiple-choice and rating questions, run on CUDA and Apple Silicon (4B and 9B fit a 32GB Mac in bf16), and expose an API matching TypeSafe System One.
OpenAI Academy launches new learning paths for employees, developers, leaders, educators and students to build and demonstrate practical AI skills.
MIT's Gas Turbine Laboratory launched the JARVIS Challenge, in which teams used AI tools such as ChatGPT and Claude to design, build and test a small jet engine within four weeks, targeting 50-100 pounds of thrust; AI sharply shortens design cycles but human engineering judgment remains decisive.
European digital rights group NOYB is urging member states to reject amendments to the Digital Omnibus that would automatically deem personal data processing lawful in the context of AI, potentially letting AI firms use European users’ historical data with few limits. Member states are expected to respond by the end of the week.
Developer volotat released Mini-AGI, a continual-learning model trainable on consumer hardware with 8GB of VRAM. It uses a dynamic MoE that adds and prunes experts plus batch-size-1 training on a single continuous data stream, cutting memory needs and giving individuals control over training data; the model is still processing the first of 7.8B characters, and the author reports a promising scaling curve.
An open-source tool called Heretic, installable via pip, removes restrictions from language models so they always follow user instructions, sparking discussion on Hacker News.
An article discussed on Hacker News reports that AI chatbots give wrong answers to financial queries most of the time, highlighting the need for caution over accuracy when deploying chatbots in financial services.
A top-performing T. Rowe Price fund is increasing bets on Greater China companies lower down the AI supply chain, wagering the region's investment cycle still has room to catch up with global trends.
European People's Party MEP Adrián Vázquez extended the debate opened by Dario Amodei in September, arguing AI is accelerating job losses, power concentration, global security risks and an attention crisis, and urging action to restore educators' central role and strengthen students' cognitive skills.
Chris Oberoi, Head of Asia Pacific Research at BofA Global Research, shared his outlook on global markets, the AI investment theme and central bank policy on the sidelines of the BofA APAC Conference in Hong Kong.
Huawei Cloud launched its AI Cluster Service, supporting over 40 days of stable cloud training, 10-minute fault recovery, and 20% higher token throughput, with commercial availability in China on September 30 and abroad November 30. It also highlighted an Agentic MaaS platform, the AgentArts agent platform serving 100+ enterprises, and the Industry AI Foundry.
Research involving QBE found about 60% of business leaders have intentionally slowed AI implementation over concerns about errors and malfunctions, and argues adoption will only accelerate when organizations trust that the risks can be understood and managed.
A Reddit user questions ICLR's review policy, which requires anyone named on three or more papers to serve as a reviewer but says nothing about qualifications. The poster worries a new student who was only a fourth author on multiple papers could be asked to review without being qualified.
Maryland Governor Wes Moore called for bipartisan federal oversight of artificial intelligence, reflecting state officials' demand for a national AI governance framework.
Apple Intelligence now requires up to 14GB of storage on certain iPhone models, highlighting the rising storage demand that on-device AI features place on devices.
AI Weekly warned firms about data retention fraud concerns tied to Google AI Studio, urging companies to scrutinize the related terms and practices.
Bloomberg reports that Australia will rely on the rollout and development of Artificial Intelligence to drive economic growth over the next 40 years, a period in which the global economy is expected to become more fragmented and unpredictable.
After community-reported security issues, ZCode completed remediation and open-sourced its desktop app, web workspace, backend, Agent CLI and runtime on GitHub. It says no referenced code data was retained or used for training, and CAICT and NSFOCUS assessments confirmed the OSS bucket was emptied and v3.14.0 removed the Repo Wiki feature and snapshot upload workflow.
A Hacker News discussion examines whether Jewish Shabbat rules permit an AI agent to run autonomously, touching on the boundary between religious law and automated agents. No consensus was reached.
A column reflects on how generative AI makes people stop thinking for themselves, citing an MIT AI and Education Commission report that defines 'cognitive surrender' as students abandoning independent thought and uncritically accepting AI answers.
The 23rd China-ASEAN Expo in Nanning features an AI pavilion covering manufacturing, smart cities, healthcare, finance, cybersecurity, agriculture and education. It argues AI creates value only when localized, trusted and embedded in daily work, with Southeast Asia's 1,200+ languages posing translation bottlenecks.
US Senator Mike Rounds said in a TV interview that China's rapid AI development poses a national security threat, stressing the US must outpace adversaries in AI and urging balanced regulation to foster domestic innovation.
Ukrainian National News reports that OpenAI CEO Sam Altman will address the UN Security Council on the risks posed by artificial intelligence, highlighting how AI safety is reaching the top tier of international security decision-making.
Hugging Face released a v1 release candidate of tokenizers focused on performance, saying it is often tens of times faster than v0.23. The team says tokenization can bottleneck large-scale training, high-concurrency serving and long inputs, leaving GPUs idle. IBM, NVIDIA and the ExecuTorch team contributed patches and cross-hardware testing.
V7 uses GPT-5.6 to turn scattered company files into usable context, letting AI agents complete complex, source-linked work. This shows GPT-5.6 being applied to enterprise knowledge management and agent workflows.
Fidelity International's James Durance says he doesn't want to buy tech bonds that are financing the AI boom, signaling caution among some bond investors even as debt issuance surges to fund AI infrastructure.
BYU research found AI-generated phishing messages outperform human-written ones: participants correctly identified the author only 52% of the time, and AI matched or beat humans in generating clicks in 80% of cases, with AI messages fooling people 28% of the time versus 21% for human ones. AI agents are now being used to mass-produce such spear-phishing attacks as personal data becomes widely available online.
A Reddit user described coding with a local GLM 5.3 Flash q4 qat instance while his brother berates GPT-6-Astra when it errs, sparking discussion about how differently people prompt LLMs.
jevals is an open-source tool that replaces LLM judges with typed Jev decision models for agent evals and guardrails. All evals for a trace are sent as one HTTP request costing a few thousandths of a cent and returning in a few hundred milliseconds, suitable for every trace or inside the agent loop. It supports Jev, Kev, Laya, and regular chat LLMs.
Google introduced AX, an open agentic orchestrator that runs declarative YAML-defined tasks at scale, sandboxing each agent with workspace setup and network fencing. It offers primitives to create, suspend, resume, and delete tasks, targeting agent workloads that accumulate state and call model APIs and tool servers.
Load more