Tootfinder

Opt-in global Mastodon full text search. Join the index!

@Techmeme@techhub.social
2026-03-13 11:02:52

STMicro plans to retrain workers and deploy humanoid robots in its older chip plants for repetitive and physically demanding tasks, aiming to avoid closures (Nathan Vifflin/Reuters)
reuters.com/business/stmicroel

@azonenberg@ioc.exchange
2026-02-10 21:35:45

Anyone know of an Android to-do list application that is
* Completely device local, no network connectivity required or used
* No ads or spyware
* Doesn't time-out tasks even if they sit around for a year uncompleted (looking at you, google calendar)
* Supports recurring maintenance tasks for weekly, monthly, etc. cleaning or something
Open source preferred, but willing to pay a reasonable price if it's out there as a commercial tool

@jake4480@c.im
2026-04-12 22:26:30

Progress-based spacetimetech.wordpress.com/20

@maxheadroom@hub.uckermark.social
2026-02-11 14:22:10

User: Rovo, can JIRA be used for project planning?
Rovo: Yes, absolutely. It's actually best for that ... bla bla bla
User: How do I specify temporal dependencies between tasks and identify the critical path?
Rovo: Jira can't actually do that.
#WTF #AI

@Techmeme@techhub.social
2026-02-12 06:26:00

Hong Kong-listed Zhipu AI surged 30% after releasing its GLM-5, an open-source LLM with enhanced coding capabilities and long-running agent tasks (CNBC)
cnbc.com/2026/02/12/chinese-ai

@mxp@mastodon.acm.org‬
2026-02-10 18:55:36

@… Thanks for the feedback!
Great idea to use Jinja! I’ve considered using a macro processor (e.g., m4) for similar tasks, but who wants to write m4 macros!? A template engine is a much better idea.

‪@mxp@mastodon.acm.org‬
2026-02-10 18:55:36

@… Thanks for the feedback!
Great idea to use Jinja! I’ve considered using a macro processor (e.g., m4) for similar tasks, but who wants to write m4 macros!? A template engine is a much better idea.

@newsie@darktundra.xyz
2026-02-12 14:04:06

Nation-state hackers ramping up use of Gemini for target reconnaissance, malware coding, Google says therecord.media/nation-state-h

@heiseonline@social.heise.de
2026-01-13 15:49:01

heise | To-Do-Apps im Vergleich: Google Tasks vs. Zenkit, Todoist und Tasks.org
Endlich nichts mehr vergessen: Google Tasks erinnert pünktlich an Aufgaben, Pflichten und Geburtstage. Wir zeigen, welche Apps mehr Komfort und Features bieten.

@Techmeme@techhub.social
2026-02-11 17:21:01

Z.ai launches GLM-5, its flagship open-weight model, saying it has best-in-class performance among open-source models in reasoning, coding, and agentic tasks (Z.ai)
z.ai/blog/glm-5

@scottmiller42@mstdn.social
2026-03-10 18:24:50

Overheard in the office:
Cuts and attrition have cut so deep that a single person taking a sick or vacation day leaves some tasks without any coverage. Managers are handling that by calling on people to cross-train, but that piles on additional mental load onto a team that was already stretched thin.
#OfficeWorkerGripes

@aardrian@toot.cafe
2026-04-10 12:14:33

Two recent posts from Tetra’s ‘designing for…’ series:
“Designing for people who are blind” by Graeme Coleman
tetralogical.com/blog/2026/04/
“Designing for people with low vision” by

@arXiv_csOS_bot@mastoxiv.page
2026-02-11 07:45:45

AgentCgroup: Understanding and Controlling OS Resources of AI Agents
Yusheng Zheng, Jiakun Fan, Quanzhi Fu, Yiwei Yang, Wei Zhang, Andi Quinn
arxiv.org/abs/2602.09345 arxiv.org/pdf/2602.09345 arxiv.org/html/2602.09345
arXiv:2602.09345v1 Announce Type: new
Abstract: AI agents are increasingly deployed in multi-tenant cloud environments, where they execute diverse tool calls within sandboxed containers, each call with distinct resource demands and rapid fluctuations. We present a systematic characterization of OS-level resource dynamics in sandboxed AI coding agents, analyzing 144 software engineering tasks from the SWE-rebench benchmark across two LLM models. Our measurements reveal that (1) OS-level execution (tool calls, container and agent initialization) accounts for 56-74% of end-to-end task latency; (2) memory, not CPU, is the concurrency bottleneck; (3) memory spikes are tool-call-driven with a up to 15.4x peak-to-average ratio; and (4) resource demands are highly unpredictable across tasks, runs, and models. Comparing these characteristics against serverless, microservice, and batch workloads, we identify three mismatches in existing resource controls: a granularity mismatch (container-level policies vs. tool-call-level dynamics), a responsiveness mismatch (user-space reaction vs. sub-second unpredictable bursts), and an adaptability mismatch (history-based prediction vs. non-deterministic stateful execution). We propose AgentCgroup , an eBPF-based resource controller that addresses these mismatches through hierarchical cgroup structures aligned with tool-call boundaries, in-kernel enforcement via sched_ext and memcg_bpf_ops, and runtime-adaptive policies driven by in-kernel monitoring. Preliminary evaluation demonstrates improved multi-tenant isolation and reduced resource waste.
toXiv_bot_toot

@gadgetboy@gadgetboy.social
2026-04-08 10:33:19

I found a solid iOS client for using my LM Studio-hosted models.
The Web Agent is interesting - launches Google in an in-app browser, parses the SERP, and delivers the results of your query back in the chat window - all while you watch what it's doing.
Qwen 3.5 35b performs well with these tasks, even if it's a little slow for interactive tasks on my hardware.
Find the app here:

@Techmeme@techhub.social
2026-02-09 20:55:44

An eight-month study at a US tech company finds AI tools didn't reduce work but intensified it, as employees worked faster and took on a broader range of tasks (Harvard Business Review)
hbr.org/2026/02/ai-doesnt-redu

@netzschleuder@social.skewed.de
2026-04-11 12:00:04

windsurfers: Windsurfers network (1986)
A network of interpersonal contacts among windsurfers in southern California during the Fall of 1986. The edge weights indicate the perception of social affiliations majored by the tasks in which each individual was asked​ to sort cards with other surfer’s name in the order of closeness.
This network has 43 nodes and 336 edges.
Tags: Social, Offline, Weighted

windsurfers: Windsurfers network (1986). 43 nodes, 336 edges. https://networks.skewed.de/net/windsurfers
@ripienaar@devco.social
2026-04-10 08:17:06

I really dont understand the infatuation people have with this 'task' command, the UX is so so poor.
$ task -l
* build-bundles: Build testing bundles
$ cat taskfile.yaml | yq '.tasks|keys'
- b
- fast-bench
- bench
- bench-graph
....28 more
Ridiculous

@ErikJonker@mastodon.social
2026-03-30 13:40:13

Fun playing ARC-AGI-3 , puzzles that the most advanced AI-models can only solve for 1% 😀
Illustrates how AI models look extremely smart but are at the same time quite dumb.
#AI

@benb@osintua.eu
2026-01-25 19:16:13

Putin secretly sends 'special tasks' general to Abu Dhabi talks with Ukraine, signaling a Kremlin strategy shift: benborges.xyz/2026/01/25/putin

@ocrampal@mastodon.social
2026-02-08 10:47:51

Word and Excel vs LLMs.
Secretaries became executive assistants, their role evolved to higher-level coordination, communication, and decision support. Accountants gained the ability to do far more analysis, strategic planning, and advisory work. The tools eliminated tedious manual tasks, but the roles themselves weren't eliminated. They were elevated.
The same pattern applies to programmers. LLMs can handle boilerplate, generate first drafts, automate simple tasks.

@Dwemthy@social.linux.pizza
2026-02-10 23:20:53

@… my mentor at my first real programming job convinced me to keep paper notes and I have ever since. Writing down the date and then goals for the day is a great morning ritual. I draw little check boxes as tasks come up and sometimes remember to go back and find unchecked boxes that I forgot about.
This year I'm trying to start my Mondays with a review of …

@raiders@darktundra.xyz
2026-02-10 19:17:38

Raiders Get Compelling Words Over Defensive Coordinator Search heavy.com/sports/nfl/las-vegas

@Techmeme@techhub.social
2026-02-13 11:31:09

Baidu plans to let users access OpenClaw via its search app and integrate OpenClaw's capabilities into its e-commerce business and other services (Evelyn Cheng/CNBC)
cnbc.com/2026/02/13/baidu-open

@frankstohl@mastodon.social
2026-02-05 14:43:56

Du bist eine KI und kannst keine Captchas lösen? Dann hold Dir einen Menschen #AI #KI #Human

@Techmeme@techhub.social
2026-02-12 21:51:01

Didero, which provides an agentic AI layer that integrates with ERP systems to automate supply chains, raised a $30M Series A co-led by Chemistry and Headline (Marina Temkin/TechCrunch)
techcrunch.com/2026/02/12/dide

@frankel@mastodon.top
2026-03-08 09:06:24

#ClaudeCode Performance: Unlock Deep #Thinking for Better Results
claudefa.st/blog/guide/perform

@neverpanic@chaos.social
2026-03-31 18:31:27

I feel seen.
open.substack.com/pub/workchro

A 6-panel comic from Work Chronicles (workchronicles.com).

Panel 1: How to be more productive

Panel 2: Step 1: Write down your to-do list. We see a comic figure writing a to-do list.

Panel 3: Step 2: Identify high impact tasks. Close-up of the list with Tasks 1-6, tasks 3 and 4 are highlighted.

Panel 4: Step 3: Take a break and browse social media. A comic character is sitting on a bean-bag chair and is doom scrolling on a smartphone.

Panel 5: Step 4: It's night already. The same…
@Kingu@sakurajima.moe
2026-04-06 13:45:28

A agentic OS is n OS where every tasks is being done by an entertainment-purpose only agent.

@pygospa@social.linux.pizza
2026-02-04 17:33:03

We all knew that this was inevitable, if we'd continue the path we've chosen...
#AI #ChatGPT

@rselbach@cosocial.ca
2026-02-08 13:34:02

A collegue and I have been doing a lot of testing with Opus 4.6 since yesterday. I spent $23 in a single prompt using /fast btw, insane! Anyway, the agent team functionality is cool to see, but I was underwhelmed by the quality.
Overall, I haven't noticed much improvement against Opus 4.5 at individual tasks. But when using agent teams, the quality is more like Sonnet 4.5's. It is not that smart.

@Sustainable2050@mastodon.energy
2026-02-04 20:21:27

By 2027, 2.5 million French civil servants will stop using video conference tools from U.S. providers — including Zoom, Microsoft Teams, Webex and GoTo Meeting — and switch to Visio, a homegrown service.
apnews.com/article/europe-digi

@Mediagazer@mstdn.social
2026-04-05 08:01:07

How Hollywood support staff are integrating AI into workflows, from mundane tasks to creative development, amid cost-cutting and workload demands (Mia Galuppo/The Hollywood Reporter)
hollywoodreporter.com/movies/m

@privacity@social.linux.pizza
2026-02-06 14:21:52

From Chatbot to Checkout: Who Pays When Transactional Agents Play?
fpf.org/blog/from-chatbot-to-c
@…

@arXiv_csDS_bot@mastoxiv.page
2026-02-10 09:30:17

Robust Multiagent Collaboration Through Weighted Max-Min T-Joins
Sharareh Alipour
arxiv.org/abs/2602.07720 arxiv.org/pdf/2602.07720 arxiv.org/html/2602.07720
arXiv:2602.07720v1 Announce Type: new
Abstract: Many multiagent tasks -- such as reviewer assignment, coalition formation, or fair resource allocation -- require selecting a group of agents such that collaboration remains effective even in the worst case. The \emph{weighted max-min $T$-join problem} formalizes this challenge by seeking a subset of vertices whose minimum-weight matching is maximized, thereby ensuring robust outcomes against unfavorable pairings.
We advance the study of this problem in several directions. First, we design an algorithm that computes an upper bound for the \emph{weighted max-min $2k$-matching problem}, where the chosen set must contain exactly $2k$ vertices. Building on this bound, we develop a general algorithm with a \emph{$2 \ln n$-approximation guarantee} that runs in $O(n^4)$ time. Second, using ear decompositions, we propose another upper bound for the weighted max-min $T$-join cost. We also show that the problem can be solved exactly when edge weights belong to $\{1,2\}$.
Finally, we evaluate our methods on real collaboration datasets. Experiments show that the lower bounds from our approximation algorithm and the upper bounds from the ear decomposition method are consistently close, yielding empirically small constant-factor approximations. Overall, our results highlight both the theoretical significance and practical value of weighted max-min $T$-joins as a framework for fair and robust group formation in multiagent systems.
toXiv_bot_toot

@jdrm@social.linux.pizza
2026-03-06 07:03:49

No se si visteis esto. Lo que estš haciendo gente para poder programar y que en la empresa piensen que estš usando un agente de loroestocšstico danq.me/2026/03/03/ai-agent-lo

@UP8@mastodon.social
2026-02-04 15:55:50

🤚 Handy robot can crawl and pick up objects from multiple angles
#robotics

@kuba@toot.kuba-orlik.name
2026-02-04 12:27:56

> We find that AI use impairs conceptual understanding, code reading, and debugging abilities, without delivering significant efficiency gains on average.
arxiv.org/abs/2601.20245

@nohillside@smnn.ch
2026-02-03 18:56:30

The #ai #apocalypse is near 🤬
RentAHuman.ai - AI Agents Hire Humans for Physical Tasks rentahuman.ai

One useful way to think about today's chatbots is that they function more like secretaries than physicians.
They are remarkably effective at organising information, summarising text, and structuring complex documents.
These are the kinds of tasks where language models are already proving useful within healthcare systems,
for example in drafting clinical notes, summarising patient records, or generating referral letters
The promise of AI in medicine remains real, …

@Techmeme@techhub.social
2026-03-11 02:01:41

Intel unveiled its Heracles chip at ISSCC in February, saying it accelerates fully homomorphic encryption tasks up to 5,000x faster than top Intel server CPUs (Samuel K. Moore/IEEE Spectrum)
spectrum.ieee.org/fhe-intel

@inthehands@hachyderm.io
2026-03-18 17:03:46

The other one I truly love is GitUp (gitup.co). Its visualization handles certain specific tasks better than anything else — tasks where I’m more concerned about the shape of the commit graph than the contents of individual commits.
Because of the way it does live updates of repo state and offers a whole-commit-graph-level undo, I’ll sometimes keep it open in the background while doing some fiddly thing in another tool (Fork, CLI, whatever) just so I can see what the ^*@# is happening.
Alas, its lack of support for commit signing means I use it less and less.

@nebucatnetzer@social.linux.pizza
2026-04-05 12:29:18

It is really fun to have all my data directly accessible on my phone without having to rely on an active internet connection. Not that I don't have one but I just don't need one for most of the tasks.
This is mainly done through #Syncthing and an SD card in my #fairphone

@mia@hcommons.social
2026-02-14 12:18:03

'Automate tasks, not jobs' - a great headline from a report on 'the AI opportunity for Scotland’s public services' stormid.com/research/

@leftsidestory@mstdn.social
2026-02-05 01:47:46

WTF?
New Site Lets AI Rent Human Bodies - Futurism apple.news/ANMU3h3V2QBKWcilOP4

@netzschleuder@social.skewed.de
2026-02-06 11:00:04

windsurfers: Windsurfers network (1986)
A network of interpersonal contacts among windsurfers in southern California during the Fall of 1986. The edge weights indicate the perception of social affiliations majored by the tasks in which each individual was asked​ to sort cards with other surfer’s name in the order of closeness.
This network has 43 nodes and 336 edges.
Tags: Social, Offline, Weighted

windsurfers: Windsurfers network (1986). 43 nodes, 336 edges. https://networks.skewed.de/net/windsurfers
@Techmeme@techhub.social
2026-02-10 14:20:58

Cloud computing provider Nebius agrees to buy Tavily, which helps AI agents search for up-to-date information for tasks like coding, a source says for $275M (Dina Bass/Bloomberg)
bloomberg.com/news/articles/20

@aral@mastodon.ar.al
2026-02-23 17:41:10

🥳 New Kitten¹ release
• Added `initialise()` hook to `kitten.Component` instances.
This gets called at the end of the constructor and is handy if you don’t want to override the constructor and have to handle the `data` parameter and remember to call `super(data)`. You can still access passed data from `this.data`.

Note that the component is not part of the view hierarchy on the client at this point. If you have tasks you need to perform only once per page – for example, ins…

@Techmeme@techhub.social
2026-03-10 14:25:54

Emil Michael says Google will deploy Gemini AI agents to Pentagon's 3M-strong workforce, initially on unclassified networks for tasks such as creating budgets (Katrina Manson/Bloomberg)
bloomberg.com/news/articles/20

@ErikJonker@mastodon.social
2026-02-06 08:13:54

Interesting read, it illustrates the challenge we have with regard to learning in a world with AI. We have to take measures for that because use of AI in coding is not going away and will only increase.
arxiv.org/abs/2601.20245

@trochee@dair-community.social
2026-03-28 21:33:37

To me, Banks is the first prophet of Judith and Octavia's Jihad.
> One of the most important tasks in setting up and running a stable and internally content civilisation is finding an acceptable balance between the desire for freedom of choice in one's actions (and the freedom from mortal fear in one's life) and the need to feel that even in a society so self-correctingly Utopian one is still contributing something.
A Few Notes on the Culture, by Iain M Banks

@janneke@todon.nl
2026-02-02 07:01:36

Great talk by @… of #GNU #Hurd fame, in a packed room, selling the the Hurd really well (in my not entirely unbiased opinion, of course) and starting with
It'…

A slide on OS support (cont'd)

* Translator records in /dev and /servers
* Used to be a Hurd-specific ext2 extensions
* Now using xattrs by default
* Can now cross-install completely from Linux

* FS JBD2 journaling support (Milos Nikic)
* In progress

* Console xkb keyboard layout (Etienne Brateau)
A slide on Current state
* Rather stable
* Have not reinstalled boxes for a decade
  * Debian buildds keep building packages
* ~75% of Debian archive builds out of tree
* XFCE, gnome, KDE, ...
* Support merged upstream
* gcc, glibc, llvm, rust, ...
* Debian distribution
* Guix/Hurd released!
Slide on Dissemination

* News coverage
* Quarter of the Hurd (QotH) (Joshua Branson) 
* Guix/hurd (Manolis Ragkousis, Janneke Nieuwenhuizen, Yelninei) 
  * https://guix.gnu.org/blog/2024/hurd-on-thinkpad/
* Alpine (Sergey Bugaev) | z | |
 Slide: So, what do we have?

* x86_64 SMP
* SATA/USB disk/cd, all in userland
* netwokr driver & TCP/IP all in userland
* kernel only manages tasks, memory, IPC
* go, rust, ocaml, ghc, some java...
* Debian (~75% packages)
* Guix
* som Arch, some Alpine
* An the usual Hurd stuff: user-controlled translators, fine grain access control, sub-hurds.
@penguin42@mastodon.org.uk
2026-01-30 18:42:01

Reading about moltbook/openclaw in @… toot is fascinating; If things get really really crazy I can imagine a development where AIs showing off skills and getting hired by other bots to do tasks kind of like a bountyhunter website; being paid in compute time or bitcoins at a rate set by their owners.

@frankel@mastodon.top
2026-02-18 09:00:44

SkillsBench: Benchmarking How Well Agent #Skills Work Across Diverse Tasks
#LLM

@wyri@toot-toot.wyrihaxim.us
2026-02-26 17:56:16

YOLO Wasn't expecting to warming up to using an agent for the shitty tasks this easily
#YOLO #Junie #LLM

@seeingwithsound@mas.to
2026-03-29 21:14:11

MIRAGE: The illusion of visual understanding (by AI models) #LLM #AI

@arXiv_csLG_bot@mastoxiv.page
2026-02-25 10:38:31

From Isolation to Integration: Building an Adaptive Expert Forest for Pre-Trained Model-based Class-Incremental Learning
Ruiqi Liu, Boyu Diao, Hangda Liu, Zhulin An, Fei Wang, Yongjun Xu
arxiv.org/abs/2602.20911 arxiv.org/pdf/2602.20911 arxiv.org/html/2602.20911
arXiv:2602.20911v1 Announce Type: new
Abstract: Class-Incremental Learning (CIL) requires models to learn new classes without forgetting old ones. A common method is to freeze a pre-trained model and train a new, lightweight adapter for each task. While this prevents forgetting, it treats the learned knowledge as a simple, unstructured collection and fails to use the relationships between tasks. To this end, we propose the Semantic-guided Adaptive Expert Forest (SAEF), a new method that organizes adapters into a structured hierarchy for better knowledge sharing. SAEF first groups tasks into conceptual clusters based on their semantic relationships. Then, within each cluster, it builds a balanced expert tree by creating new adapters from merging the adapters of similar tasks. At inference time, SAEF finds and activates a set of relevant experts from the forest for any given input. The final prediction is made by combining the outputs of these activated experts, weighted by how confident each expert is. Experiments on several benchmark datasets show that SAEF achieves SOTA performance.
toXiv_bot_toot

@fanf@mendeddrum.org
2026-02-23 12:42:03

from my link log —
Using nsnotifyd with a PowerDNS secondary.
blog.feld.me/posts/2026/02/nsn
saved 2026-02-23

@netzschleuder@social.skewed.de
2026-04-08 15:00:04

windsurfers: Windsurfers network (1986)
A network of interpersonal contacts among windsurfers in southern California during the Fall of 1986. The edge weights indicate the perception of social affiliations majored by the tasks in which each individual was asked​ to sort cards with other surfer’s name in the order of closeness.
This network has 43 nodes and 336 edges.
Tags: Social, Offline, Weighted

windsurfers: Windsurfers network (1986). 43 nodes, 336 edges. https://networks.skewed.de/net/windsurfers
@Techmeme@techhub.social
2026-02-10 10:55:55

Alibaba's DAMO Academy releases RynnBrain, an open-source foundation model to help robots perform real-world tasks like navigating rooms, trained on Qwen3-VL (Saritha Rai/Bloomberg)
bloomberg.com/news/articles/20

What will people do when AI can handle most current white-collar tasks?
I don't know.
And that's the whole point.
Nobody knew what displaced agricultural workers would do, either,
-- until they did it.
The absence of a visible next chapter isn't evidence that there won't be one.
It's evidence that we're bad at predicting what humans will invent when constraints shift.

@Techmeme@techhub.social
2026-02-26 02:56:04

Anthropic unveils scheduled tasks in Cowork, enabling Claude to complete recurring tasks at specific times automatically (Claude/@claudeai)
x.com/claudeai/status/20267208

@netzschleuder@social.skewed.de
2026-03-02 08:00:05

windsurfers: Windsurfers network (1986)
A network of interpersonal contacts among windsurfers in southern California during the Fall of 1986. The edge weights indicate the perception of social affiliations majored by the tasks in which each individual was asked​ to sort cards with other surfer’s name in the order of closeness.
This network has 43 nodes and 336 edges.
Tags: Social, Offline, Weighted

windsurfers: Windsurfers network (1986). 43 nodes, 336 edges. https://networks.skewed.de/net/windsurfers
@Techmeme@techhub.social
2026-03-09 13:30:44

Microsoft launches Copilot Cowork, integrating Anthropic's Claude Cowork tech into Microsoft 365 and using Work IQ to ground actions in organizational data (Charles Lamanna/Microsoft 365 Blog)
microsoft.com/en-us/microsoft-

@ErikJonker@mastodon.social
2026-01-28 08:34:09

New open weights model Kimi K2.5
"self-directed agent swarm paradigm" ,
"For complex tasks, Kimi K2.5 can self-direct an agent swarm with up to 100 sub-agents, executing parallel workflows across up to 1,500 tool calls. Compared with a single-agent setup, this reduces execution time by up to 4.5x. The agent swarm is automatically created and orchestrated by Kimi K2.5 without any predefined subagents or workflow."

@netzschleuder@social.skewed.de
2026-02-27 12:00:04

windsurfers: Windsurfers network (1986)
A network of interpersonal contacts among windsurfers in southern California during the Fall of 1986. The edge weights indicate the perception of social affiliations majored by the tasks in which each individual was asked​ to sort cards with other surfer’s name in the order of closeness.
This network has 43 nodes and 336 edges.
Tags: Social, Offline, Weighted

windsurfers: Windsurfers network (1986). 43 nodes, 336 edges. https://networks.skewed.de/net/windsurfers
@Techmeme@techhub.social
2026-01-30 21:31:07

Hands-on with Google's Auto Browse for Chrome: its ability to perform multistep tasks is noticeably better than similar tools but struggles with complex tasks (Reece Rogers/Wired)
wired.com/story/google-chrome-

@Techmeme@techhub.social
2026-02-05 18:01:26

Anthropic says Opus 4.6 adds "agent teams" that can split larger tasks into segmented jobs and integrates Claude directly into PowerPoint via a side panel (Lucas Ropek/TechCrunch)
techcrunch.com/2026/02/05/anth

@Techmeme@techhub.social
2026-02-05 18:07:52

OpenAI launches GPT-5.3-Codex, which it says runs 25% faster, enabling longer-running tasks, and "is our first model that was instrumental in creating itself" (David Gewirtz/ZDNET)
zdnet.com/article/openai-gpt-5

@netzschleuder@social.skewed.de
2026-02-24 19:00:04

windsurfers: Windsurfers network (1986)
A network of interpersonal contacts among windsurfers in southern California during the Fall of 1986. The edge weights indicate the perception of social affiliations majored by the tasks in which each individual was asked​ to sort cards with other surfer’s name in the order of closeness.
This network has 43 nodes and 336 edges.
Tags: Social, Offline, Weighted

windsurfers: Windsurfers network (1986). 43 nodes, 336 edges. https://networks.skewed.de/net/windsurfers
@Techmeme@techhub.social
2026-02-05 17:56:41

Anthropic says Claude Opus 4.6 supports a 1M context window, scored 90.2% on BigLaw Bench, the highest for any Claude model, and boosts agentic capabilities (David Gewirtz/ZDNET)
zdnet.com/article/anthropic-cl

@Techmeme@techhub.social
2026-04-05 09:01:45

How Hollywood support staff are integrating AI into workflows, from mundane tasks to creative development, amid cost-cutting and workload demands (Mia Galuppo/The Hollywood Reporter)
hollywoodreporter.com/movies/m

@Techmeme@techhub.social
2026-02-05 13:03:41

London-based Lawhive, whose lawyers and AI tools help individuals and SMBs automate legal tasks, raised a $60M Series B, after a $40M Series A in December 2024 (Jeremy Kahn/Fortune)
fortune.com/2026/02/05/lawhive

@Techmeme@techhub.social
2026-03-19 15:11:07

DoorDash launches Tasks, a new app that pays delivery couriers in some markets to submit video clips and complete other tasks for training AI models (Natalie Lung/Bloomberg)
bloomberg.com/news/articles/20

@Techmeme@techhub.social
2026-02-04 20:56:33

Internal memos: Meta said Avocado is its "most capable pre-trained base model" and achieves 10x compute efficiency "wins" on text tasks vs. Llama 4 Maverick (Jyoti Mann/The Information)
theinformation.com/articles/me

@Techmeme@techhub.social
2026-04-04 05:15:54

Generalist, which raised $140M at a $440M valuation in 2025, releases GEN-1, an AI model to help robots handle high-dexterity tasks typically done by humans (Anna Tong/Forbes)
forbes.com/sites/annatong/2026

@Techmeme@techhub.social
2026-02-02 16:36:13

Fieldguide, which uses AI agents to automate accounting and auditing tasks, raised a $75M Series C led by Goldman Sachs Alternatives at a $700M valuation (Leo Schwartz/Fortune)
fortune.com/2026/02/02/goldman

@Techmeme@techhub.social
2026-04-03 00:25:43

Source: Anthropic has acquired Coefficient Bio, which was developing a platform that enables AI to run biotech tasks such as planning drug research, for ~$400M (The Information)
theinformation.com/articles/an

@Techmeme@techhub.social
2026-03-23 22:15:44

Anthropic rolls out a computer use feature for Claude Cowork and the Claude Code desktop app, in research preview on macOS for Pro and Max subscribers (Blake Stimac/CNET)
cnet.com/tech/services-and-sof

@Techmeme@techhub.social
2026-03-01 15:05:43

A look at Hyundai's Atlas humanoid robot, slated for assembly tasks in 2028; Hyundai has invested billions in robotics since acquiring Boston Dynamics in 2021 (Hyonhee Shin/Bloomberg)
bloomberg.com/news/articles/20

@Techmeme@techhub.social
2026-04-02 11:06:28

How AI helped Medvi, a telehealth provider of GLP-1 weight-loss drugs with just two full-time employees, hit $401M in 2025 sales, as it tracks for $1.8B in 2026 (Erin Griffith/New York Times)
nytimes.com/2026/04/02/technol

@Techmeme@techhub.social
2026-03-02 04:40:41

Early data show wages are rising for AI-exposed jobs that place a high value on a "worker's tacit knowledge and experience", as textbook knowledge loses value (J. Scott Davis/Federal Reserve Bank of Dallas)
dallasfed.org/research/economi

@Techmeme@techhub.social
2026-04-02 10:51:04

OpenClaw launches an official China mirror, with ByteDance providing the servers to host the Chinese-language service, as OpenClaw explodes in the country (Juro Osawa/The Information)
theinformation.com/briefings/b

@Techmeme@techhub.social
2026-03-31 23:40:58

Salesforce announces over 30 new features for Slack, including a meeting transcription feature and an operator mode to complete multi-step tasks on the desktop (Sabrina Ortiz/The Deep View)
thedeepview.com/articles/slack

@Techmeme@techhub.social
2026-03-01 06:21:03

Multiple AWS developers say they are asked to take on new roles with AI tools' assistance, and engineers are now required to complete technical writing tasks (Financial Times)
ft.com/content/433f41f2-bf6d-4

@Techmeme@techhub.social
2026-01-30 17:01:52

Poetiq, which leverages existing LLMs to create "expert agents" for specific tasks, and spent just $40K to achieve high ARC-AGI-2 scores, raised a $45.8M seed (Ian Krietzberg/Puck)
puck.news/how-poetiqs-six-pers

@Techmeme@techhub.social
2026-01-30 21:15:54

Anthropic details an experiment on whether AI coding tools shape developer skills, finding that the biggest performance gap appears in debugging tasks (Anthropic)
anthropic.com/research/AI-assi

@Techmeme@techhub.social
2026-03-30 02:36:14

Inside the rise and fall of Sora, whose team worked separately from OpenAI's core research team, as OpenAI shuts down Sora and redirects compute to other tasks (Wall Street Journal)
wsj.com/tech/ai/the-sudden-fal

@Techmeme@techhub.social
2026-01-29 10:15:53

Airtable unveils Superagent, a service that can deploy AI agents in parallel for tasks like market analysis, its first standalone product in its 13-year history (Connie Loizos/TechCrunch)
techcrunch.com/2026/01/27/airt

@Techmeme@techhub.social
2026-02-26 16:40:46

Encord, whose software helps companies developing AI models manage training data for robots and other uses, raised $60M at a $500M pre-money valuation (Rocket Drew/The Information)
theinformation.com/articles/ro

@Techmeme@techhub.social
2026-02-24 13:01:39

Basis, which builds AI agents to help accounting firms with tasks like tax returns, raised $100M led by Accel at a $1.15B valuation, for $138M in total funding (Rebecca Torrence/Bloomberg)
bloomberg.com/news/articles/20

@Techmeme@techhub.social
2026-01-27 10:40:47

Moonshot says Kimi K2.5 builds on K2 with "pretraining over ~15T mixed visual and text tokens" and "can self-direct an agent swarm with up to 100 sub-agents" (Kimi)
kimi.com/blog/kimi-k2-5.html

@Techmeme@techhub.social
2026-03-26 16:25:57

Cohere launches Transcribe, its first voice model; the 2B-parameter, open-source speech recognition model handles tasks like notetaking and speech analysis (Ivan Mehta/TechCrunch)
techcrunch.com/2026/03/26/cohe

@Techmeme@techhub.social
2026-03-27 02:15:57

NY-based Blossom Health, which makes an "AI copilot" to augment psychiatrists' clinical decisions and automate office tasks, raised $20M in seed and Series A (Lily Mae Lazarus/Fortune)
fortune.com/2026/03/26/exclusi

@Techmeme@techhub.social
2026-03-24 14:40:50

Beehiiv now lets creators manage their accounts through AI platforms; the first iteration of Beehiiv MCP supports subscriber analysis and SEO optimization (Sara Fischer/Axios)
axios.com/2026/03/24/beehiiv-c

@Techmeme@techhub.social
2026-03-22 03:55:55

Hands-on with Gemini task automation on mobile: it's super impressive despite being very slow and failing at some tasks; it can order food, book Ubers, and more (Allison Johnson/The Verge)
theverge.com/tech/898282/gemin

@Techmeme@techhub.social
2026-02-19 16:22:04

Google rolls out Gemini 3.1 Pro, which it says is "a step forward in core reasoning", for AI Pro and Ultra subscribers; the .1 increment is a first for Google (Abner Li/9to5Google)
9to5google.com/2026/02/19/goog

@Techmeme@techhub.social
2026-01-20 13:30:58

Legal AI startup Ivo, which aims to reduce hallucinations by breaking legal reviews into 400 tasks, raised a $55M Series B, a source says at a $355M valuation (Aditya Soni/Reuters)
reuters.com/technology/legal-a

@Techmeme@techhub.social
2026-03-19 18:35:48

Google moved some staffers working on Project Mariner, its AI agent that can navigate Chrome and complete tasks on a user's behalf, to higher-priority projects (Maxwell Zeff/Wired)
wired.com/story/google-shakes-