News
Anthropic’s Amodei shares plan to ‘slow the pace’ of growing AI capabilities; Musk and Altman express support
Amodei's essay landed after an Anthropic researcher set off a firestorm on social media this week by announcing he quit his job at the company.
10 minutes ago · Source: cnbc.com
OpenAI’s Sam Altman says it would be ‘ill-advised’ to go public in 2026
While OpenAI has filed confidentially for an IPO, the company will not be going public this year, according to CEO Sam Altman.
17 minutes ago · Source: techcrunch.com
Benchmark: CadQuery vs. OpenSCAD for agentic CAD work
We gave six AI agents the same three printable parts to model, three in CadQuery and three in OpenSCAD, then verified every mesh independently. Both toolchains shipped. The difference is in how they fail.
39 minutes ago · Source: modelrift.com
Israel bombs southern Lebanon as talks postponed
The next round of talks between Israel and Lebanon, mediated by the US, has been postponed.
40 minutes ago · Source: aljazeera.com
The Congregation, Friday 62:6-7
Say, ˹O Prophet,˺ “O Jews! If you claim to be Allah’s chosen ˹people˺ out of all humanity, then wish for death, if what you say is true.” — But they will never wish for that because of what their hands have done. And Allah has ˹perfe...
50 minutes ago · Source: reminder.dev
Nigel Farage’s Reform UK lands $97 million donations from two crypto billionaires in 24 hours
The combined haul equals the largest individual political donations in U.K.
1 hour ago · Source: coindesk.com
'Skimpflation' warning as tinned mackerel alternative hits more supermarket shelves
Consumer group Which? has called the sale of jack mackerel, a cheaper, less nutritious species of fish, an example of "skimpflation".
2 hours ago · Source: www.bbc.co.uk
Portsmouth experiences second weekend of anti-immigration protests
Rightwing activists faced a heavy police presence and counter-demonstrations to their march against small boat crossings
2 hours ago · Source: theguardian.com
Calling it
Everything here is public and free. No token, no account, no payment.
curl https://micro.mu/api/v1/news/headlines
Methods
GET /api/v1/news/headlinesRead the home card headlines: latest story per topic, freshest first, at most ten
curl \ "https://micro.mu/api/v1/news/headlines"
GET /api/v1/news/listRead recent news headlines with short summaries, balanced across topics
| Argument | Type | Description |
|---|---|---|
day | string | today to restrict headlines to the caller’s local calendar day |
topic | string | Optional topic/category filter (e.g. tech, world, business) |
limit | number | Optional max number of headlines (default 30) |
curl \ "https://micro.mu/api/v1/news/list"
GET /api/v1/news/readRead one news article in full by its id or URL
| Argument | Type | Description |
|---|---|---|
id * | string | Article id (from Headlines) or article URL |
curl \ "https://micro.mu/api/v1/news/read?id=id"
GET /api/v1/news/searchSearch indexed and live news for a topic
| Argument | Type | Description |
|---|---|---|
query * | string | Search terms, e.g. latest AI news |
curl \ "https://micro.mu/api/v1/news/search?query=query"
The same methods are tools over MCP, and every service on this instance is in one reference.
