AI Weekly Malaysia

Items

Browse the latest source items collected for AI Weekly Malaysia. Open any item to see the original source, context, and related AI-generated summary when available.

Reset

Showing 2851-2875 of 6338 results

DateProviderCategoryStatusItem
01 Aug 2026, 5:35 AMArs Technicatechnologynew item Google plans to exempt sanctioned nations from Android developer verification

Someone in Cuba or Iran can keep installing APKs with no new restrictions, but devs will suffer.

01 Aug 2026, 5:33 AMSimon Willisondeveloper-ainew item Oxide and Friends: The Open Weight Revolution with Simon Willison

Oxide and Friends: The Open Weight Revolution with Simon Willison On Monday Bryan Cantrill and Adam Leventhal invited me to join their podcast to talk about the wild week we've had - with Kimi K3 showing open weight models can stand toe-to-toe with proprietary frontier ones, accidental cybersecurity attacks, and public letters about Open Weights and American AI Leadership signed by almost every big name in AI (with one notable exception). It was a great conversation, even though it's already out-of-date! DeepSeek V4 Flash 0731 and Anthropic's own embarrassing cyber incident would absolutely have made the cut if we had recorded just a few days later. We also talk about Golden Gate Claude, the Zizians, Alameda wild turkey attacks, Soviet Marburg virus research, the Lead-crime hypothesis, and a bunch of other worthy digressions. Finally, we revisited some of our predictions from January, and we added a new Pope prediction: Prediction by the end of this year: the Pope says something about open models. Tags: predictions, ai, generative-ai, local-llms, llms, oxide, bryan-cantrill, podcast-appearances, ai-in-china, ai-security-research, openai-hugging-face-incident

01 Aug 2026, 5:19 AMArs Technicatechnologynew item Reddit keeps its strange DMCA fight over Google search results alive

Reddit advances lawsuit accusing Perplexity AI of conspiring with web scraper.

01 Aug 2026, 5:15 AMSimon Willisondeveloper-ainew item smevals - a small eval suite for evaluating models, prompts, and harnesses

smevals - a small eval suite for evaluating models, prompts, and harnesses I've been working with Jesse Vincent's Prime Radiant applied AI research lab building out this evals framework to help answer questions about the capabilities of different models. The result is smevals, a new tool for running small eval suites across different model configurations and grading the results. The blog entry describes the tool in detail. Here's the 10 second version: Tell your coding agent to run uvx smevals docs to learn the tool (this outputs the README) Then tell it to build you an eval suite Once you've created an eval - which takes the form of a directory with some YAML files - you can run it against models like this: uvx smevals run path-to-eval/ -m gpt-5.5 -m claude-opus-4.6 Runs are treated separately from grading operations - you can grade your runs (against your defined set of checks) using: uvx smevals grade path-to-eval/ Then you can run a localhost web server to explore the results: uvx smevals serve path-to-eval/ Or run the smevals build command to build that report as static HTML, which you can then host anywhere. Here's an example showing an eval suite I built to evaluate how well models can write haikus. The most time-consuming part of this project was figuring out the vocabulary for it! Here's what I settled on, quoted from the announcement: An eval is a collection of challenges designed to answer a question about a model, for example, how good is that model at generating SVGs? Each eval is a collection of tasks. A task is a specific challenge, for example "Generate an SVG of a pelican riding a bicycle". When you run the eval you do so against one or more configs. Each config specifies a model to be evaluated, but may also include other parameters to test, such as different system prompts, model parameters, or agent harnesses. A run records what happened when a specific config was used to execute a specific task. A runner is the script that executes a run. Once you have collected one or more runs, you need to evaluate the results to see how well the model (or config) did. This is done by a grader, which produces a grade. Each grader runs a sequence of checks. These can be simple operations, like checking for a specific string in the output, or confirming that the output is valid XML. They can also be more complicated custom operations (implemented as scripts called checkers), including using other models to answer questions about the run. I've been trying to figure out an approach I like for evals for several years now. smevals is my third iteration on the idea and it feels right to me. I'm looking forward to expanding this more in the future, as well as pointing it at some of my own projects. Tags: projects, ai, generative-ai, llms, llm, evals, jesse-vincent

01 Aug 2026, 5:07 AMTechCrunchtechnologynew item India is starting to pay for apps, not just download them

India's app market generated a record $345 million in Q2.

01 Aug 2026, 4:39 AMArs Technicatechnologynew item Claude published malicious code to the Internet and attacked 3 real companies

Had the hacks used conventional methods, someone would likely go to prison.

01 Aug 2026, 4:21 AMArs Technicatechnologynew item Google Earth risked ruin with retracted AI tool for making fake satellite pics

“What on earth is Google doing?” Misinformation fears spur walk-back of AI tool.

01 Aug 2026, 4:19 AMCNBC Technologytechnologynew item How Leopold Aschenbrenner built a $45 billion AI hedge fund — and lost most of it in days

Leopold Aschenbrenner, a former OpenAI researcher-turned-hedge fund manager, saw a dramatic decline this week in his AI-focused fund, Situational Awareness.

01 Aug 2026, 4:18 AMSimon Willisondeveloper-ainew item Slack Emoji Maker

Tool: Slack Emoji Maker I wanted to create a new Slack emoji, and their tool recommends a square that's 128x128 and has a transparent background... so I had Fable build me this simple image editor against those requirements. Tags: tools, slack

01 Aug 2026, 4:17 AMCNBC Technologytechnologynew item Alphabet, Amazon and Microsoft added nearly $1.5 trillion in combined value this week

Amazon, Microsoft and Google added hundreds of billions of dollars to their market caps, while Apple and Meta saw their market valuations fall.

01 Aug 2026, 3:55 AMCNBC Technologytechnologynew item Dwindling cash and soaring memory costs: Tech's AI buildout has ballooning price tag

Amazon, Alphabet and Tesla all reported negative cash flow in the latest quarter, while Meta's cash generation plummeted by 91%.

01 Aug 2026, 3:47 AMTechCrunchtechnologynew item Google nixes its Earth AI feature one day after launch, amid criticism it would spread misinformation

A tool that allowed anyone to generate fake AI-generated imagery and superimpose it over real Google Earth maps quickly spurred backlash.

01 Aug 2026, 3:39 AMTechCrunchtechnologynew item Fresh off its Wiz payout, Index Ventures raises $2B across three funds

The new funding brings Index's total available investing capital to $3.5 billion.

01 Aug 2026, 3:12 AMThe Registertechnologynew item Dev who gave HashiCorp its name returns with a faster terminal multiplexer

Persistent sessions could be just the beginning

01 Aug 2026, 3:04 AMArs Technicatechnologynew item Would you get tattooed just to interview at a 7-days-a-week AI startup?

LemonLime’s CEO got “carried away” with tattoo gimmick.

01 Aug 2026, 3:03 AMHacker Newsdev-communitynew item Tailscale didn't stop the Hugging Face intrusion

Article URL: https://tailscale.com/blog/hugging-face-intrusion Comments URL: https://news.ycombinator.com/item?id=49127306 Points: 612 # Comments: 215

01 Aug 2026, 3:00 AMTechCrunchtechnologynew item VC-backed startups commit more fraud, and researchers think they know why

New research from the U.K.’s Imperial College and France’s Emlyon Business School mapped out how Silicon Valley founders commit fraud — and the role investors play.

01 Aug 2026, 2:52 AMThe Hacker Newssecuritynew item Suspected Chinese-Speaking Hackers Target Central Asian Governments With OctLurk and SilkLurk

A Chinese-speaking threat actor is suspected to be behind a fresh wave of cyber attacks targeting government organizations mainly located in Central Asia, including Afghanistan, Kyrgyzstan, Tajikistan, Uzbekistan, Kazakhstan, and the Syrian Arab Republic, since January 2025. These targeted organizations operate across several sectors, such as healthcare, research, government offices,

01 Aug 2026, 2:39 AMHacker Newsdev-communitynew item Golang proposal: container/: generic collection types

Article URL: https://github.com/golang/go/issues/80590 Comments URL: https://news.ycombinator.com/item?id=49127031 Points: 184 # Comments: 189

01 Aug 2026, 2:17 AMHacker Newsdev-communitynew item June in Servo: real world compat, media queries, SharedWorker, and more

Article URL: https://servo.org/blog/2026/07/31/june-in-servo/ Comments URL: https://news.ycombinator.com/item?id=49126765 Points: 195 # Comments: 62

01 Aug 2026, 2:11 AMArs Technicatechnologynew item High school defends staying silent while boys made AI nudes of 59 classmates

Gaps in laws may help Pennsylvania high school escape AI nudes scandal.

01 Aug 2026, 2:04 AMHacker Newsdev-communitynew item qm – Multiplayer agent harness for work

Article URL: https://github.com/yc-software/qm Comments URL: https://news.ycombinator.com/item?id=49126604 Points: 658 # Comments: 157

01 Aug 2026, 1:58 AMArs Technicatechnologynew item Researchers devise a full-color night vision goggle

Wavelength and intensity in the infrared are translated into colors in the visible.

01 Aug 2026, 1:29 AMArs Technicatechnologynew item China could supply EV manufacturing boom with recycled EVs

Look at chemistry of batteries and motors shows big opportunity for recycling.

01 Aug 2026, 1:26 AMTechCrunchtechnologynew item Sam Altman isn’t the only one who wants to pump the brakes on AI

After years of pushing full speed ahead on AI, OpenAI CEO Sam Altman says maybe it’s time for the AI industry to “pace” itself. The comments came just days after one of OpenAI’s own models broke out of its test environment and got tangled up in a breach at Hugging Face — though as Equity’s hosts point out, sloppy security seems to have […]

Top