Laravel Workflow (@laravelworkflow) 's Twitter Profile
Laravel Workflow

@laravelworkflow

Automate and manage complex processes, financial transactions, data pipelines, microservices, job tracking, user signup flows and more!

ID: 1601138384692514817

linkhttps://github.com/laravel-workflow/laravel-workflow calendar_today09-12-2022 08:55:31

587 Tweet

236 Followers

120 Following

Laravel Workflow (@laravelworkflow) 's Twitter Profile Photo

As AI eats more unstructured tasks, the structured glue that holds systems together becomes even more valuable. Workflows aren't just about automation; they're about clarity, traceability, and control. "Show your work" still matters and workflows are how we do that at scale.

Andrej Karpathy (@karpathy) 's Twitter Profile Photo

I've never felt this much behind as a programmer. The profession is being dramatically refactored as the bits contributed by the programmer are increasingly sparse and between. I have a sense that I could be 10X more powerful if I just properly string together what has become

Laravel Workflow (@laravelworkflow) 's Twitter Profile Photo

AI is now the recommendation engine. Prompt formulation is the new top-of-funnel. Discovery is shifting from distribution and visibility to “are users asking AI the right questions to find you?”

Laravel Workflow (@laravelworkflow) 's Twitter Profile Photo

AI is excellent at: - generating content - deciding what should happen - interpreting data AI is bad at: - guaranteeing execution - handling retries - tracking long-running state - coordinating distributed systems Laravel Workflow is the control plane for AI-driven systems.

Laravel Workflow (@laravelworkflow) 's Twitter Profile Photo

Workflows were already perfect for AI because AI is just another source of nondeterminism. An LLM call is no different from a flaky external service call that returns "creative" results.

Laravel Workflow (@laravelworkflow) 's Twitter Profile Photo

Laravel Workflow is: ✅ Designed for Laravel ✅ Built with Laravel primitives ✅ Optimized for PHP’s execution model ✅ Opinionated in Laravel’s favor ✅ Focused on DX, not infra purity

Laravel News Links (@laravellinks) 's Twitter Profile Photo

🚀 Dive into AI! Check out how one community member built a durable AI travel agent with Laravel. It's smart and efficient! laravel-news.com/link/16841

Laravel Workflow (@laravelworkflow) 's Twitter Profile Photo

Time does not pass inside of a workflow. Signals are applied before replay. Conditions that can change control flow should be wrapped in a sideEffect() to pin the value to the workflow history for that step.