Logo
    Search

    Podcast Summary

    • Durable ExecutionMaxim Fativ's Temporal introduces 'durable execution', a paradigm for managing state across multiple request replies in complex processes, allowing developers to write code with a runtime that preserves the full state of the code execution, enabling stateful processing and fault tolerance.

      Temporal, the company founded by Maxim Fativ and his team, has gained significant traction in the software development industry within a short period due to their solution to a common problem: managing state across multiple request replies in complex, multi-step processes. Maxim, with his background in large tech companies and experience in creating asynchronous systems and workflow engines, identified this issue and introduced a new paradigm called "durable execution." This innovative approach allows developers to write code with a runtime that preserves the full state of the code execution, making it possible to reconstruct the same program execution on a different machine in the same state if a process crashes. With a simple yet effective solution to a common challenge, Temporal has garnered a large customer base, including many large enterprises, and continues to make strides in the software development landscape.

    • Open Source InfrastructureOpen sourcing infrastructure projects can benefit both the company and the engineering community by ensuring innovations continue to develop and evolve after the team moves on.

      By abstracting complex infrastructure needs into a reliable, long-running process, engineers can focus on business logic without worrying about the underlying complexities of large-scale distributed systems. This approach, as demonstrated by the open-source project Chronos, allows companies to build and then release their innovations to the public, benefiting both the company and the engineering community. The speaker emphasized the importance of open source development within companies, citing his experience at Uber, where he was able to work on open source projects and later leave to continue developing the project externally under the MIT license. He also argued that keeping infrastructure projects proprietary is a losing proposition in the long run, as open source alternatives are likely to emerge. By open sourcing infrastructure projects, companies can ensure their innovations continue to benefit the community even after their team moves on.

    • Temporal event-driven systemsTemporal is a consumption-based, secure, and flexible event-driven system that allows organizations to manage control planes in AI applications and outsource backend cluster management while keeping data secure.

      Temporal is a library or a service that provides large-scale asynchronous event-driven systems with state management, event sourcing, and durable timers. It supports multiple languages and can be used either open-source or as a cloud service. The backend cluster service keeps the state and manages other things, and users only need a connection to it. Temporal is a consumption-based, serverless service, meaning users pay only for what they use. Security is ensured as Temporal doesn't need to access the data, and everything is encrypted using client-side encryption. Temporal is ideal for managing control planes in AI applications, which have two parts: creating new AI models and processing large amounts of data. Temporal's flexibility and security make it a popular choice for corporations looking to improve the reliability of their AI applications. By using Temporal, organizations can outsource the management of the backend cluster while keeping their data secure.

    • Temporal's role in managing AI applicationsTemporal is a reliable execution platform for managing the lifecycle of entities and interactions in AI applications, ensuring reliable execution of sequences of actions and preventing repetition.

      Temporal is a durable execution platform that effectively manages the lifecycle of entities and interactions in AI applications. It functions as a reliable "durable actress," handling long-term provisioning of resources and managing the execution of complex workflows, even in the presence of failures. Temporal is particularly beneficial for AI agents, which can be thought of as smart rule engines that call APIs and require reliable execution of interactions over extended periods. Temporal ensures this reliability by recording completed calls and preventing repetition, making it an essential component for managing the execution of sequences of actions in AI applications. Temporal is not a big data technology but rather a control plane, designed to work efficiently with databases to manage application state and interactions. Temporal's scalable database engine, optimized for a single API call, has enabled it to support large-scale customers like Snap, with 414 million daily active users, and handle high concurrency.

    • Transitioning to cloud-hosted serviceHiring infrastructure engineers, mapping product to cloud platforms, simplified control plane with Temporal, necessity of automation and additional features, learning about durable execution, large infrastructure requirements

      Transitioning from an open source product to a cloud-hosted service involves significant infrastructure challenges. The speaker mentioned that going from a software focus to managing the underlying infrastructure required hiring a team of infrastructure engineers and mapping the product to specific cloud platforms. Creating a control plane was simplified with the use of Temporal, but automation and additional features were necessary to provide a fully-functioning cloud service. The speaker emphasized the importance of automation and the sheer size of the infrastructure requirements. They also encouraged learning about durable execution and attending their conference for further knowledge. Despite the challenges, the speaker expressed excitement about the potential of their cloud offering and the opportunity to present at their conference.

    • Community supportWhen encountering errors, join supportive communities like Stack Overflow, podcasts, or open-source projects for help. Consider contributing back to the community by sharing knowledge and experiences.

      When encountering error messages, there's a supportive community ready to help. During a recent podcast episode on Stack Overflow, it was mentioned that over 17,000 people had experienced the same error message. The podcast's hosts, Ben Popper and Ryan Donovan, encouraged listeners to suggest topics for future episodes or even come on the show to discuss them. They also emphasized the importance of leaving ratings and reviews to help the podcast grow. Maxim Fativ, CTO of Temporal, shared that anyone can join their public Slack channel to contribute or chat. He is always available there for technical inquiries or discussions. The podcast highlighted the importance of community support in resolving technical issues. Whether it's through Stack Overflow, podcasts, or open-source projects, there are resources and people available to help. So if you're ever stuck, don't hesitate to reach out and ask for help. And if you're able, consider contributing back to the community by sharing your knowledge and experiences.

    Recent Episodes from The Stack Overflow Podcast

    How to build open source apps in a highly regulated industry

    How to build open source apps in a highly regulated industry

    Before Medplum, Reshma founded and exited two startups in the healthcare space – MedXT (managing medical images online acquired by Box) and Droplet (at-home diagnostics company acquired by Ro). Reshma has a B.S. in computer science and a Masters of Engineering from MIT.

    You can learn more about Medplum here and check out their Github, which has over 1,200 stars, here.

    You can learn more about Khilnani on her website, GitHub, and on LinkedIn.

    Congrats to Stack Overflow user Kvam for earning a Lifeboat Badge with an answer to the question: 

    What is the advantage of using a Bitarray when you can store your bool values in a bool[]?

    A very special 5-year-anniversary edition of the Stack Overflow podcast!

    A very special 5-year-anniversary edition of the Stack Overflow podcast!

    Cassidy reflect on her time as a CTO of a startup and how the shifting environment for funding has created new pressures and incentives for founders, developers, and venture capitalists.

    Ben tries to get a bead on a new Moore’s law for the GenAI era: when will we start to see diminishing returns and fewer step factor jumps? 

    Ben and Cassidy remember the time they made a viral joke of a keyboard!

    Ryan sees how things goes in cycles. A Stack Overflow job board is back! And what do we make of the trend of AI assisted job interviews where cover letters and even technical interviews have a bot in the background helping out.

    Congrats to Erwin Brandstetter for winning a lifeboat badge with an answer to this question:  How do I convert a simple select query like select * from customers into a stored procedure / function in pg?

    Say goodbye to "junior" engineering roles

    Say goodbye to "junior" engineering roles

    How would all this work in practice? Of course, any metric you set out can easily become a target that developers look to game. With Snapshot Reviews, the goal is to get a high level overview of a software team’s total activity and then use AI to measure the complexity of the tasks and output.

    If a pull request attached to a Jira ticket is evaluated as simple by the system, for example, and a programmer takes weeks to finish it, then their productivity would be scored poorly. If a coder pushes code changes only once or twice a week, but the system rates them as complex and useful, then a high score would be awarded. 

    You can learn more about Snapshot Reviews here.

    You can learn more about Flatiron Software here.

    Connect with Kirim on LinkedIn here.

    Congrats to Stack Overflow user Cherry who earned a great question badge for asking: Is it safe to use ALGORITHM=INPLACE for MySQL?

    Making ETL pipelines a thing of the past

    Making ETL pipelines a thing of the past

    RelationalAI’s first big partner is Snowflake, meaning customers can now start using their data with GenAI without worrying about the privacy, security, and governance hassle that would come with porting their data to a new cloud provider. The company promises it can also add metadata and a knowledge graph to existing data without pushing it through an ETL pipeline.

    You can learn more about the company’s services here.

    You can catch up with Cassie on LinkedIn.

    Congrats to Stack Overflow user antimirov for earning a lifeboat badge by providing a great answer to the question: 

    How do you efficiently compare two sets in Python?

    The world’s most popular web framework is going AI native

    The world’s most popular web framework is going AI native

    Palmer says that a huge percentage of today’s top websites, including apps like ChartGPT, Perplexity, and Claude, were built with Vercel’s Next.JS. 

    For the second goal, you can see what Vercel is up to with its v0 project, which lets developers use text prompts and images to generate code. 

    Third, the Vercel AI SDK, which aims to to help developers build conversational, streaming, and chat user interfaces in JavaScript and TypeScript. You can learn more here.

    If you want to catch Jared posting memes, check him out on Twitter. If you want to learn more abiout the AI SDK, check it out 

    here.

    A big thanks to Pierce Darragh for providing a great answer and earning a lifeboat badge by saving a question from the dustinbin of history. Pierce explained: How you can split documents into training set and test set

    Can software startups that need $$$ avoid venture captial?

    Can software startups that need $$$ avoid venture captial?

    You can find Shestakofsky on his website or check him out on X.

    Grab a copy of his new book: Behind the Startup: How Venture Capital Shapes Work, Innovation, and Inequality. 

    As he writes on his website, the book:

    Draws on 19 months of participant-observation research to examine how investors’ demand for rapid growth created organizational problems that managers solved by combining high-tech systems with low-wage human labor. The book shows how the burdens imposed on startups by venture capital—as well as the benefits and costs of “moving fast and breaking things”—are unevenly distributed across a company’s workforce and customers. With its focus on the financialization of innovation, Behind the Startup explains how the gains generated by tech startups are funneled into the pockets of a small cadre of elite investors and entrepreneurs. To promote innovation that benefits the many rather than the few, Shestakofsky argues that we should focus less on fixing the technology and more on changing the financial infrastructure that supports it.

    A big thanks to our user of the week, Parusnik, who was awarded a Great Question badge for asking: How to run a .NET Core console application on Linux?

    An open-source development paradigm

    An open-source development paradigm

    Temporal is an open-source implementation of durable execution, a development paradigm that preserves complete application state so that upon host or software failure it can seamlessly migrate execution to another machine. Learn how it works or dive into the docs. 

    Temporal’s SaaS offering is Temporal Cloud.

    Replay is a three-day conference focused on durable execution. Replay 2024 is September 18-20 in Seattle, Washington, USA. Get your early bird tickets or submit a talk proposal!

    Connect with Maxim on LinkedIn.

    User Honda hoda earned a Famous Question badge for SQLSTATE[01000]: Warning: 1265 Data truncated for column.