{
"type": "entry",
"published": "2026-04-10T07:34:09.769335+00:00",
"url": "https://cleverdevil.io/2026/also-for-all-mankind-always-finds-a-way",
"syndication": [
"https://cleverdevil.club/@jonathan/116379251497078475",
"https://bsky.app/profile/cleverdevil.io/post/3mj4soep4s32j"
],
"content": {
"text": "Also, For All Mankind always finds a way to become even more joyfully unhinged every single season.",
"html": "<p>Also, For All Mankind always finds a way to become even more joyfully unhinged every single season.</p>"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://cleverdevil.io",
"photo": "https://cleverdevil.io/profile/photo"
},
"post-type": "note",
"_id": "47904072",
"_source": "10"
}
{
"type": "entry",
"published": "2026-04-10T07:30:14.417565+00:00",
"url": "https://cleverdevil.io/2026/only-halfway-through-the-first-episode-o",
"syndication": [
"https://cleverdevil.club/@jonathan/116379236073456090",
"https://bsky.app/profile/cleverdevil.io/post/3mj4shebf7x26"
],
"content": {
"text": "Only halfway through the first episode of For All Mankind season five, and I\u2019m calling it \u2014 they\u2019re going to cryogenically freeze Ed Baldwin.",
"html": "<p>Only halfway through the first episode of For All Mankind season five, and I\u2019m calling it \u2014 they\u2019re going to cryogenically freeze Ed Baldwin.</p>"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://cleverdevil.io",
"photo": "https://cleverdevil.io/profile/photo"
},
"post-type": "note",
"_id": "47904073",
"_source": "10"
}
After the OpenClaw Anthropipocalypse, I have been struggling to find a suitable alternative. Started with OpenAI Codex, and while it matches Opus 4.6’s 1M token context window, it is just not well suited for the use case of orchestration and friendly assistant. It has a tendency to hallucinate and its projected demeanor is… weird. It’s like concentrated Mark Zuckerberg from a personality perspective. Decently good at technical tasks, tho.
I am currently using z.ai with their “Coding” plan, and I’m impressed. GLM-5.1 is remarkably similar to Opus 4.6 in my experience thus far. The 200k token window is tiny, unfortunately, but with some creative use of subagents, it’s manageable. I’ve also kept Codex around for now, modifying my standard operating procedures to encourage the use of Codex subagents for grunt work that requires a large token count.
{
"type": "entry",
"published": "2026-04-10T02:26:39.352279+00:00",
"url": "https://cleverdevil.io/2026/after-the-openclaw-anthropipocalypse-i-h",
"syndication": [
"https://cleverdevil.club/@jonathan/116378042331159083",
"https://bsky.app/profile/cleverdevil.io/post/3mj4bij6g652j"
],
"content": {
"text": "After the OpenClaw Anthropipocalypse, I have been struggling to find a suitable alternative. Started with OpenAI Codex, and while it matches Opus 4.6\u2019s 1M token context window, it is just not well suited for the use case of orchestration and friendly assistant. It has a tendency to hallucinate and its projected demeanor is\u2026 weird. It\u2019s like concentrated Mark Zuckerberg from a personality perspective. Decently good at technical tasks, tho.\nI am currently using z.ai with their \u201cCoding\u201d plan, and I\u2019m impressed. GLM-5.1 is remarkably similar to Opus 4.6 in my experience thus far. The 200k token window is tiny, unfortunately, but with some creative use of subagents, it\u2019s manageable. I\u2019ve also kept Codex around for now, modifying my standard operating procedures to encourage the use of Codex subagents for grunt work that requires a large token count.",
"html": "<p>After the OpenClaw Anthropipocalypse, I have been struggling to find a suitable alternative. Started with OpenAI Codex, and while it matches Opus 4.6\u2019s 1M token context window, it is just not well suited for the use case of orchestration and friendly assistant. It has a tendency to hallucinate and its projected demeanor is\u2026 weird. It\u2019s like concentrated Mark Zuckerberg from a personality perspective. Decently good at technical tasks, tho.</p>\n<p>I am currently using z.ai with their \u201cCoding\u201d plan, and I\u2019m impressed. GLM-5.1 is remarkably similar to Opus 4.6 in my experience thus far. The 200k token window is tiny, unfortunately, but with some creative use of subagents, it\u2019s manageable. I\u2019ve also kept Codex around for now, modifying my standard operating procedures to encourage the use of Codex subagents for grunt work that requires a large token count.</p>"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://cleverdevil.io",
"photo": "https://cleverdevil.io/profile/photo"
},
"post-type": "note",
"_id": "47902078",
"_source": "10"
}
I’ve started blocking out an hour at the end of the day for prompting — capturing tasks and projects that get codified into Markdown files placed in an “ingest” directory. Then, I run a custom command that tells my agent to create a context fork for each file, autonomously executing each task in a sandbox. Then, I head home. If one of the forks encounters a blocker for any reason, it sends me a message on Signal which I can reply to or ignore.
{
"type": "entry",
"published": "2026-04-09T03:03:34.391540+00:00",
"url": "https://cleverdevil.io/2026/ive-started-blocking-out-an-hour-at-the",
"syndication": [
"https://cleverdevil.club/@jonathan/116372525186978112",
"https://bsky.app/profile/cleverdevil.io/post/3mizt3lzdec2y"
],
"content": {
"text": "I\u2019ve started blocking out an hour at the end of the day for prompting \u2014 capturing tasks and projects that get codified into Markdown files placed in an \u201cingest\u201d directory. Then, I run a custom command that tells my agent to create a context fork for each file, autonomously executing each task in a sandbox. Then, I head home. If one of the forks encounters a blocker for any reason, it sends me a message on Signal which I can reply to or ignore.",
"html": "<p>I\u2019ve started blocking out an hour at the end of the day for prompting \u2014 capturing tasks and projects that get codified into Markdown files placed in an \u201cingest\u201d directory. Then, I run a custom command that tells my agent to create a context fork for each file, autonomously executing each task in a sandbox. Then, I head home. If one of the forks encounters a blocker for any reason, it sends me a message on Signal which I can reply to or ignore.</p>"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://cleverdevil.io",
"photo": "https://cleverdevil.io/profile/photo"
},
"post-type": "note",
"_id": "47891751",
"_source": "10"
}
Back in LA after a lovely Easter week in Palm Desert. Happy to be home, but I’ll miss the pool and the stars! I did receive some fun packages while I was away, including an XTEINK X3 to go with my X4.
{
"type": "entry",
"published": "2026-04-08T06:08:45.537814+00:00",
"url": "https://cleverdevil.io/2026/back-in-la-after-a-lovely-easter-week-in",
"syndication": [
"https://cleverdevil.club/@jonathan/116367591057233815",
"https://bsky.app/profile/cleverdevil.io/post/3mixmxszcgo2q"
],
"content": {
"text": "Back in LA after a lovely Easter week in Palm Desert. Happy to be home, but I\u2019ll miss the pool and the stars! I did receive some fun packages while I was away, including an XTEINK X3 to go with my X4.",
"html": "<p>Back in LA after a lovely Easter week in Palm Desert. Happy to be home, but I\u2019ll miss the pool and the stars! I did receive some fun packages while I was away, including an XTEINK X3 to go with my X4.</p>"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://cleverdevil.io",
"photo": "https://cleverdevil.io/profile/photo"
},
"post-type": "note",
"_id": "47882647",
"_source": "10"
}
{
"type": "entry",
"published": "2026-04-07T10:23:26-07:00",
"url": "https://beesbuzz.biz/blog/13969-The-secular-Serenity-Prayer",
"category": [
"meditation",
"secular humanism"
],
"name": "The secular Serenity Prayer",
"content": {
"text": "I grant myself the serenity\n\nto accept the things I cannot change;\n\ncourage to change the things I can;\n\nand wisdom to know the difference.\n\nLiving one day at a time;\n\nEnjoying one moment at a time;\n\nAccepting hardships as the pathway to peace;\n\nTaking this world as it is, not as I would have it;\n\nTrusting that we can make all things right if we come together in unity;\n\nThat I may be reasonably happy in this life\n\nand that I can leave this world a better place than I found it.",
"html": "<p>I grant myself the serenity<br />\nto accept the things I cannot change;<br />\ncourage to change the things I can;<br />\nand wisdom to know the difference.<br />\nLiving one day at a time;<br />\nEnjoying one moment at a time;<br />\nAccepting hardships as the pathway to peace;<br />\nTaking this world as it is, not as I would have it;<br />\nTrusting that we can make all things right if we come together in unity;<br />\nThat I may be reasonably happy in this life<br />\nand that I can leave this world a better place than I found it.</p>"
},
"author": {
"type": "card",
"name": "fluffy",
"url": "https://beesbuzz.biz/",
"photo": "https://beesbuzz.biz/static/headshot.jpg"
},
"post-type": "article",
"_id": "47878347",
"_source": "2778"
}
I’m so happy Daredevil is back. The O.G. Netflix series was great thanks to lovable characters, a great villain, and John Wick level fight scenes.
Born Again got off to a rocky start in S1, with multiple rewrites, pivots, and chaos that were evident on the screen, but at least it was on screen.
S2 of Born Again has recaptured the magic, with a budget clearly being put to work with well choreographed fight scenes in epic (expensive) settings. We also finally get some bonus heroes that participate.
{
"type": "entry",
"published": "2026-04-07T07:39:19.853088+00:00",
"url": "https://cleverdevil.io/2026/im-so-happy-daredevil-is-back-the-o-g-ne",
"syndication": [
"https://cleverdevil.club/@jonathan/116362284887945043",
"https://bsky.app/profile/cleverdevil.io/post/3mivbkuadyc26"
],
"content": {
"text": "I\u2019m so happy Daredevil is back. The O.G. Netflix series was great thanks to lovable characters, a great villain, and John Wick level fight scenes.\nBorn Again got off to a rocky start in S1, with multiple rewrites, pivots, and chaos that were evident on the screen, but at least it was on screen.\nS2 of Born Again has recaptured the magic, with a budget clearly being put to work with well choreographed fight scenes in epic (expensive) settings. We also finally get some bonus heroes that participate.\nFun ride so far!",
"html": "<p>I\u2019m so happy Daredevil is back. The O.G. Netflix series was great thanks to lovable characters, a great villain, and John Wick level fight scenes.</p>\n<p>Born Again got off to a rocky start in S1, with multiple rewrites, pivots, and chaos that were evident on the screen, but at least it <em>was</em> on screen.</p>\n<p>S2 of Born Again has recaptured the magic, with a budget clearly being put to work with well choreographed fight scenes in epic (expensive) settings. We also finally get some bonus heroes that participate.</p>\n<p>Fun ride so far!</p>"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://cleverdevil.io",
"photo": "https://cleverdevil.io/profile/photo"
},
"post-type": "note",
"_id": "47872287",
"_source": "10"
}
Filed my 2025 taxes today (electronically). Payments mailed (physically).
Earliest in at least a decade, maybe two.
Took a very conscious and deliberate effort to get here. Prioritizing, cutting or postponing anything non-urgent, iterating and improving systems year over year (especially in coordination with an accountant), collecting clustering materials earlier, and more.
Completing these kinds of "required" tasks/projects sooner feels like it frees up mental (and emotional) bandwidth (not having them occupying daily thoughts) to dream, brainstorm, and make more creative things.
{
"type": "entry",
"published": "2026-04-04 23:55-0700",
"url": "https://tantek.com/2026/094/t1/filed-taxes-payments-mailed",
"content": {
"text": "Filed my 2025 taxes today (electronically). Payments mailed (physically).\n\nEarliest in at least a decade, maybe two.\n\nTook a very conscious and deliberate effort to get here. Prioritizing, cutting or postponing anything non-urgent, iterating and improving systems year over year (especially in coordination with an accountant), collecting clustering materials earlier, and more.\n\nCompleting these kinds of \"required\" tasks/projects sooner feels like it frees up mental (and emotional) bandwidth (not having them occupying daily thoughts) to dream, brainstorm, and make more creative things.",
"html": "Filed my 2025 taxes today (electronically). Payments mailed (physically).<br /><br />Earliest in at least a decade, maybe two.<br /><br />Took a very conscious and deliberate effort to get here. Prioritizing, cutting or postponing anything non-urgent, iterating and improving systems year over year (especially in coordination with an accountant), collecting clustering materials earlier, and more.<br /><br />Completing these kinds of \"required\" tasks/projects sooner feels like it frees up mental (and emotional) bandwidth (not having them occupying daily thoughts) to dream, brainstorm, and make more creative things."
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "47859579",
"_source": "2460"
}
{
"type": "entry",
"published": "2026-04-05T08:51:52-07:00",
"url": "https://nadreck.me/2026/04/the-a-i-post/",
"category": [
"writing",
"ai",
"social-computing"
],
"name": "The A.I. Post",
"content": {
"text": "AI gets talked about a lot these days. Like everyone else, I have Opinions\u2122. I don\u2019t want this to turn into a blog about AI, so I\u2019m going to do my best to roll my thoughts up here.\n\n\n\n Continue reading \u201cThe A.I. Post\u201d",
"html": "<p>AI gets talked about a lot these days. Like everyone else, I have Opinions\u2122. I don\u2019t want this to turn into a blog about AI, so I\u2019m going to do my best to roll my thoughts up here.</p>\n\n\n\n <a href=\"https://nadreck.me/2026/04/the-a-i-post/#more-12204\">Continue reading<span> \u201cThe A.I. Post\u201d</span></a>"
},
"author": {
"type": "card",
"name": "Nadreck",
"url": "http://nadreck.me",
"photo": null
},
"post-type": "article",
"_id": "47857777",
"_source": "2935"
}