Tom MacWright
@macwright.com
3 months ago another banger from lars doucet!
Housing can be affordable, or an investment, but not both.
progressandpoverty.substack.com/p/the-housin...
💬 0
♻️ 1
❤️ 8
another banger from lars doucet!
Housing can be affordable, or an investment, but not both.
progressandpoverty.substack.com/p/the-housin... We also have a settings editor, as of a few months ago! :)
Don't miss our double exposure at #FOSDEM!
Get together for drinks Saturday - luma.com/xz5h03lo
And don't miss our co-founder Kiril in the Rust Room on Sunday! We might’ve been cooking something special.
Coming soon. It's been One Year of AX.
"It's not so much about giving the agent access, as it is about removing friction and making it a great experience for both the agent and the user prompting the agent."
The human is still there. They're just working through the agent now.
biilmann.blog/articles/one... ⏳ Going live in 2 hours:
“Claude Code for Beginners” workshop with Corey Haines.
Beginner-friendly CLI setup, build a simple project, showcase, and Q&A.
www.youtube.com/watch?v=Lr0E... This kind of question comes up a lot.
If you’re ever unsure about Prisma patterns or best practices, our Discord is usually where these get talked through 👇
pris.ly/discord?utm... Short answer: don’t commit them.
We recommend keeping generated Prisma Client files out of version control and running prisma generate as part of your workflow.
This avoids compatibility issues across different machines and environments. We get this question a lot in our Discord 👇
What’s the recommended approach for Prisma ORM generated files? so far decided on / contributed to www.citizensforethics.org and www.brennancenter.org crunched some shell sync numbers, looks like we're getting ~50% retention after 12mo 🙌 people mostly stick around :D
A week in and the best part of Capsules is still the payloads.
Projects, photos, songs, notes. Wholesome or unhinged, all welcome. 🛰️
ntl.fyi/4pEJJiK #ZedEditor Download Zed and view the full changelog here:
zed.dev/releases/sta... Build Dev Containers from scratch in Zed (command palette > `projects: initialize dev container`) + Podmand support (via `use_podman` setting). Thanks KyleBarton!
If you don't have `always_allow_tool_actions` enabled, you now get smart permission buttons when confirming tool calls—"Always allow this command", "Always allow this tool", etc. A middle ground between approving everything and approving each action individually.
Agent message queuing is now the default. Queue up prompts while the agent is working, edit queued messages before they're sent, and interrupt the queue at any time.
🚀 We just shipped v0.221!
You can now install agents through the new ACP Registry—a unified hub for discovering and distributing ACP agents.
Check out our latest blog post for the details:
zed.dev/blog/acp-reg... Clark Wimberly had one of the best takeaways from our Community Showcase: QA is becoming the superpower in the agent era.
Humans still have to catch what models miss.
📺 Full video: www.youtube.com/watch?v=oKpF... GLM-4.7-Flash just dropped.
30B MoE running ~43 tokens/sec on an Apple M5.
Local LLMs are getting very real.
We shared a full walkthrough for building a local AI SaaS 👇
pris.ly/y/typefully... 2025 was a lot. Especially on the security front. 🔐
@philippeserhal.com tracked the biggest web framework themes (hello, CVEs) and what they mean going into 2026.
www.netlify.com/blog/web-fra... Did you know? In Vitest, a test without a callback function is automatically marked as `todo` and skipped. This is great for scaffolding out your test suite before you (or your LLM) write the actual tests, maybe even *before* the actual functionality is implemented 🙌🏻