The JS environment gets some determinism treatment, but it's not full temporal durability. A reasonable mental model: each subagent is roughly as durable as hitting /resume, not a persistent long-running process.
trq212·Tue, Jun 2 6:08pm ET
Structuring Claude workflows maps closely to multithreaded programming: a serial step queues independent tasks to run in parallel, with minimal cross-dependencies, followed by a serial post-processing step on the results.
jarredsumner·Tue, Jun 2 8:38pm ET
An Anthropic team member pushes back on skepticism about agentic workflows, saying the default behavior holds up well in practice, though you can prompt it toward specific patterns if needed.
trq212·Tue, Jun 2 6:24pm ET
Looking at a large project now means asking how to decompose it into parallel Claude agents rather than linear steps. The mental model shift is toward maximizing concurrency across independent sub-tasks.
jarredsumner·Tue, Jun 2 8:38pm ET
Parallel Claude workflows and remote control have become the biggest shift in one developer's engineering practice in six months. Claude can now handle large, long-running projects that continue making progress while the developer is away from the keyboard.
jarredsumner·Tue, Jun 2 8:44pm ET
Even without tight integration, you can ask Claude mid-run how a workflow is going and it will read the transcripts and summarize the state for you.
jarredsumner·Tue, Jun 2 8:46pm ET
For fine-grained decisions, one developer still trusts their own judgment over Claude's, though they're considering writing a skill to transfer that knowledge to the model.
jarredsumner·Tue, Jun 2 8:43pm ET
The /goal slash command lets Claude run open-ended, autonomous sessions overnight. The main anxiety here is mundane: will the laptop sleep or get interrupted before it finishes.
adocomplete·Tue, Jun 2 11:52pm ET
A new blog post lays out the recommended approach for building data analysis agents: how to structure skills, establish solid data foundations, and set up evaluations that actually tell you if the thing is working.
ClaudeDevs·Wed, Jun 3 4:44pm ET
Before writing a spec, it can make sense to do broad research and exploration across different areas first. The order matters: explore, then specify.
trq212·Tue, Jun 2 6:57pm ET
Workflows are being positioned as a significant capability, with a linked article explaining what they are and why they matter.
adocomplete·Tue, Jun 2 7:19pm ET