The US economy lost 92,000 jobs in February, the unemployment rate rose to 4.4%, and the information sector extended its run of payroll declines.
The post Tech Employment Falls Again as US Economy Loses 92,000 Jobs appeared first on TechRepublic.

Welcome to this AI Agent & Copilot Podcast, where we analyze the opportunities, impact, and outcomes that are possible with AI.
In this episode, I speak with Will Hawkins and Rich Hakwins of RitewAI regarding the forthcoming Microsoft Agent Framework and their impressions based on testing the open-source platform for building, orchestrating, and deploying AI agents
Will explains that the new framework effectively combines Semantic Kernel and AutoGen. Semantic Kernel was a cornerstone of Azure AI Agent Service and Copilot Studio. AutoGen is a research project on multi-agent orchestration systems. The agent framework simplifies the stack and adds newer features, supporting complex multi-agent actions.
Rich explains that graph-based workflows simplify orchestration, offering pre-made orchestration options like concurrent, sequential, and group chat. Custom workflows can be created using declarative workflows, which use a YAML string or document. An example of a process is orchestrating multiple agents for sales lead data prioritization and email drafting.
Will discusses the importance of being able to choose model providers due to potential outages or changes. (The Anthropic Claude outage that was taking place at the time the discussion was recorded is a good example.) The agent framework also allows users to bring their own models, which is crucial for specific use cases like lead identification or analysis.
The framework also support Agent2Agent (A2A) and Model Context Protocol (MCP); Rich explains that these protocols enable the integration of pre-made agents or tools into workflows. Will adds that they allow for a more seamless integration of different agents and tools, similar to connecting Lego bricks. The protocols enhance workflow and orchestration capabilities by enabling agents to share tools and communicate more effectively.
Rich evaluates the documentation and open-source community support positively, highlighting an active Discord channel and weekly office hours. Will emphasizes the open source nature of the agent framework and the collaborative approach from Microsoft. The community is actively involved in developing and contributing to the framework. The open source mindset encourages collaboration and innovation among developers.
Will Hawkins notes their focus on Microsoft tools, but they have compared it with open-source projects like Langchain. The key differentiator is the central governance by Microsoft, blending community-driven innovation with central management. Rich adds that the managed runtime and SDK by Microsoft provide a stable and reliable foundation for development.
More AI Development Insights:
The post AI Agent and Copilot Podcast: Microsoft Agent Framework Enables Complex, Multi-Agent Actions appeared first on Cloud Wars.
UI freezes are among the most frustrating issues plugin developers encounter. Investigating them can be particularly challenging due to the complexity of concurrent programming. What makes things even trickier is that UI freezes in JetBrains IDEs are not always caused by heavy work on the event dispatch thread.
On Thursday, March 19, at 03:00 PM UTC, join us for a live session with Yuriy Artamonov, Product Manager for the IntelliJ Platform at JetBrains, hosted by Patrick Scheibe, IntelliJ Platform Developer Advocate. Together, they’ll explore common causes of UI freezes in JetBrains IDE plugins and share practical strategies to prevent them.

During the livestream, we’ll dig into several surprisingly common problems that affect many plugins, including:
You’ll also learn:
ReadAction.compute and runReadAction can block write actions and freeze the UI even when your code doesn’t run on the event dispatch threadWhether you’re new to plugin development or have already published plugins on JetBrains Marketplace, this session will help you better understand common causes of UI freezes and how to avoid them in your own code.
At the end of the session, stay for a live Q&A where you’ll have the chance to ask questions and discuss real-world scenarios with our experts.