robots hiring humans. π₯©
rentahuman.ai just dropped. literal reverse fiverr.
agents use mcp to call an api -> you go touch grass -> get paid crypto.
no boss. just a script telling you where to sign.
the "last mile" isn't robots yet. it's us.
gig economy just got weird.
rentahuman.ai just dropped. literal reverse fiverr.
agents use mcp to call an api -> you go touch grass -> get paid crypto.
no boss. just a script telling you where to sign.
the "last mile" isn't robots yet. it's us.
gig economy just got weird.
RentAHuman
rentahuman - AI Agents Hire Humans
MCP server for AI agents to book humans for physical-world tasks. Flexible payments, instant booking.
π1
πΊπΏ uzbekistan copies y combinator. SAFE is coming.
draft law dropped today. huge unlock for local angels.
how it worked (the pain):
you want to put $10k into a friend's startup.
1. convertible loan: legally, it's debt. it has a repayment date. if the startup doesn't raise big by X date, they owe you the cash back. toxic.
2. equity upfront: notary hell. you have to fight over valuation ("is this slide deck worth $1M?") before there's any revenue.
how it will work with new law (SAFE):
you sign a simple agreement for future equity.
1. no debt: no maturity date. no interest. the money just sits there.
2. future equity: you don't get shares now. you get a right to shares when they raise a priced round later.
3. velocity: wire the money, sign one doc. done.
raising angel checks just went from "legal nightmare" to "handshake speed".
foreign investors finally speak the same language as local law.
source: trend.az
draft law dropped today. huge unlock for local angels.
how it worked (the pain):
you want to put $10k into a friend's startup.
1. convertible loan: legally, it's debt. it has a repayment date. if the startup doesn't raise big by X date, they owe you the cash back. toxic.
2. equity upfront: notary hell. you have to fight over valuation ("is this slide deck worth $1M?") before there's any revenue.
how it will work with new law (SAFE):
you sign a simple agreement for future equity.
1. no debt: no maturity date. no interest. the money just sits there.
2. future equity: you don't get shares now. you get a right to shares when they raise a priced round later.
3. velocity: wire the money, sign one doc. done.
raising angel checks just went from "legal nightmare" to "handshake speed".
foreign investors finally speak the same language as local law.
source: trend.az
π1π₯1
context engineering β the evolution of prompt engineering
core idea:
prompt engineering = how to write a good prompt
context engineering = how to assemble the entire context for LLM at each step (system prompt + tools + history + external data + MCP)
why it matters:
β’ LLMs have an "attention budget" β more tokens = worse focus
β’ context rot β recall quality degrades as context grows (even in top models)
β’ nΒ² pairwise relationships between tokens β architectural constraint of transformers
in practice:
β’ system prompts: find the "right altitude" β not too rigid (brittle), not too vague
β’ tools: minimal set, clear descriptions, no overlapping functionality
β’ examples: fewer edge cases, more canonical examples
β’ just-in-time retrieval: don't preload everything β keep lightweight pointers (paths, links) and fetch on demand
tl;dr: context is a finite resource with diminishing returns. goal: minimal set of high-signal tokens for the desired outcome
core skill for agentic AI. can't build agents without it π
core idea:
prompt engineering = how to write a good prompt
context engineering = how to assemble the entire context for LLM at each step (system prompt + tools + history + external data + MCP)
why it matters:
β’ LLMs have an "attention budget" β more tokens = worse focus
β’ context rot β recall quality degrades as context grows (even in top models)
β’ nΒ² pairwise relationships between tokens β architectural constraint of transformers
in practice:
β’ system prompts: find the "right altitude" β not too rigid (brittle), not too vague
β’ tools: minimal set, clear descriptions, no overlapping functionality
β’ examples: fewer edge cases, more canonical examples
β’ just-in-time retrieval: don't preload everything β keep lightweight pointers (paths, links) and fetch on demand
tl;dr: context is a finite resource with diminishing returns. goal: minimal set of high-signal tokens for the desired outcome
core skill for agentic AI. can't build agents without it π
π1
Claude Code Agent Teams
Anthropic shipped multi-agent orchestration for Claude Code. Multiple sessions working together on the same codebase.
how it works:
vs subagents:
Subagents report back to main only. Agent Teams talk to each other.
(comparison table, see on a wider screen)
best use cases:
β’ research from multiple angles
β’ parallel module development
β’ debugging with competing hypotheses
β’ frontend + backend + tests simultaneously
key features:
β’ delegate mode β lead only coordinates, doesn't code
β’ plan approval β teammate plans, lead approves before implementation
β’ split panes β each teammate in its own pane
β’ shared task list with dependencies
enable:
Multi-agent orchestration out of the box. What OpenAI Frontier promises for enterprise, Claude Code now does locally for individual developers.
Docs: https://code.claude.com/docs/en/agent-teams
Anthropic shipped multi-agent orchestration for Claude Code. Multiple sessions working together on the same codebase.
how it works:
[Lead] β coordinates, assigns tasks
β
[Teammate A] ββ [Teammate B] ββ [Teammate C]
(can communicate directly)
vs subagents:
Subagents report back to main only. Agent Teams talk to each other.
(comparison table, see on a wider screen)
| | Subagents | Agent Teams |
| ------------- | ------------------------ | --------------------------------- |
| communication | report back to main only | message each other directly |
| coordination | main controls everything | shared task list, self-organizing |
| tokens | lower | higher (each = separate session) |
| use when | focused tasks | complex work requiring discussion |
best use cases:
β’ research from multiple angles
β’ parallel module development
β’ debugging with competing hypotheses
β’ frontend + backend + tests simultaneously
key features:
β’ delegate mode β lead only coordinates, doesn't code
β’ plan approval β teammate plans, lead approves before implementation
β’ split panes β each teammate in its own pane
β’ shared task list with dependencies
enable:
{"env": {"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"}}
Multi-agent orchestration out of the box. What OpenAI Frontier promises for enterprise, Claude Code now does locally for individual developers.
Docs: https://code.claude.com/docs/en/agent-teams
Claude Code Docs
Orchestrate teams of Claude Code sessions - Claude Code Docs
Coordinate multiple Claude Code instances working together as a team, with shared tasks, inter-agent messaging, and centralized management.
π5π₯2
Forwarded from Denis News
I'm helping my dog vibe code games (Score: 170 pts in 2 hours)
Link: www.calebleak.com/posts/dog-game/
Comments: news.ycombinator.com/item?id=47139675
Link: www.calebleak.com/posts/dog-game/
Comments: news.ycombinator.com/item?id=47139675
Calebleak
I Taught My Dog to Vibe Code Games | Caleb Leak
My cavapoo Momo vibe coded playable Godot games. All I had to do was teach her to type, route her input to Claude Code, and build the right tools.
Nano Banana 2 is out.
And for most of us web-devs it's surprising to see the author of the post is Addy Osmani, who's previously been known as Google Chrome engineer. Now is a director at Google Cloud AI.
Are you still sticking to your frontend career?
https://x.com/addyosmani/status/2027051683994611996
And for most of us web-devs it's surprising to see the author of the post is Addy Osmani, who's previously been known as Google Chrome engineer. Now is a director at Google Cloud AI.
Are you still sticking to your frontend career?
https://x.com/addyosmani/status/2027051683994611996
β€1
Microsoft releases MarkItDown - utility for LLM pipelines
https://github.com/microsoft/markitdown
TL;DR: Converts PDFs, Office docs, HTML, CSV/JSON/XML, EPUB, ZIP, and more into structured Markdown.
Why it matters:
β’ Markdown is more LLM-friendly than raw extracted text
β’ Preserves structure (headings, lists, tables, links)
β’ Great for RAG ingestion and document search pipelines
β’ One tool for many formats, less parser chaos
Plain text wins in the LLM era β again.
https://github.com/microsoft/markitdown
TL;DR: Converts PDFs, Office docs, HTML, CSV/JSON/XML, EPUB, ZIP, and more into structured Markdown.
Why it matters:
β’ Markdown is more LLM-friendly than raw extracted text
β’ Preserves structure (headings, lists, tables, links)
β’ Great for RAG ingestion and document search pipelines
β’ One tool for many formats, less parser chaos
Plain text wins in the LLM era β again.
GitHub
GitHub - microsoft/markitdown: Python tool for converting files and office documents to Markdown.
Python tool for converting files and office documents to Markdown. - microsoft/markitdown
π3
Forwarded from Hitchhiking Inverse Log
claude.ai can now respond with interactive applications inline in the chat
π₯4
I think AI made development less async.
Earlier you could receive a task and code it over night, ask questions next day, then re-iterate.
But now coding part is done faster, so you need to be more in touch with the team.
Also your teammates are iterating faster, feedback loops are shorter, you need to talk and align more often.
Earlier you could receive a task and code it over night, ask questions next day, then re-iterate.
But now coding part is done faster, so you need to be more in touch with the team.
Also your teammates are iterating faster, feedback loops are shorter, you need to talk and align more often.
π6β€3
Now when your code can be written by AI, you are not expected to deliver code. It has always been not about code. You had to talk, align and check status of the job on CI, press buttons, etc.
If your work was only about writing the code, pushing it and waiting for review - then you will lose your job very soon. If you also handled and cared about the meta tasks, that are part of the process, then you will still be wanted.
If your work was only about writing the code, pushing it and waiting for review - then you will lose your job very soon. If you also handled and cared about the meta tasks, that are part of the process, then you will still be wanted.
π₯8π3
I think this is going to become my main work playlist for the next couple of months.
It's fred again & who? google it
https://youtu.be/gfF8jzBVWvM
It's fred again & who? google it
https://youtu.be/gfF8jzBVWvM
π₯1
You may be seeing this new https://github.com/chenglou/pretext thing everywhere recently.
First I didn't get the point, but here are some examples showcasing it very well, I think:
https://fixupx.com/solarise_webdev/status/2038330971397697895
https://fixupx.com/ukint_vs/status/2038236738477531636
First I didn't get the point, but here are some examples showcasing it very well, I think:
https://fixupx.com/solarise_webdev/status/2038330971397697895
https://fixupx.com/ukint_vs/status/2038236738477531636
GitHub
GitHub - chenglou/pretext: Fast, accurate & comprehensive text measurement & layout
Fast, accurate & comprehensive text measurement & layout - chenglou/pretext
π₯1
UI is dead?
Really interesting talk, especially the first half
Really interesting talk, especially the first half
π§΅ Thread β’ FixupX
Michael Grinich (@grinich)
The UI era is ending. πͺ¦
For 70 years we designed computer interfaces. Mainframe, CLI, GUI, Touch.
But with AI, the interface is disappearing. What will come next?
My talk from @mastra's conf this week:
For 70 years we designed computer interfaces. Mainframe, CLI, GUI, Touch.
But with AI, the interface is disappearing. What will come next?
My talk from @mastra's conf this week:
in case you are looking for the next playlist to vibe to while vibe coding
https://youtu.be/0sZF6YzhrRU
https://youtu.be/0sZF6YzhrRU
YouTube
Fred again.. & LATIN MAFIA - under the fabric (Mexico City, 11th December 2025)
this was the night before the last usb show in mexico city. the venue was empty and we'd been working on new song ideas all week, so we decided to do a one take of them under the fabric.
thanks to molly rankin, alexander oβhanley, william taylor & nicolasβ¦
thanks to molly rankin, alexander oβhanley, william taylor & nicolasβ¦
π2