#framework for 2024
Explore tagged Tumblr posts
rndexperts · 2 years ago
Text
PHP Framework is crucial for developers and businesses alike. As we step into 2024, the world of web development continues to evolve rapidly. Laravel, which has been a prominent name in the PHP framework ecosystem, continues to stand out. In this blog, we’ll explore 10 compelling reasons why Laravel remains the best PHP framework for 2024.
0 notes
agentoffangirling · 8 months ago
Text
Agents of S.H.I.E.L.D. warned y'all about this and none of you listened
18 notes · View notes
jokeanddaggerdept · 9 months ago
Text
Tumblr media
6 notes · View notes
jcmarchi · 4 months ago
Text
They Promised Us Agents, but All We Got Were Static Chains
New Post has been published on https://thedigitalinsider.com/they-promised-us-agents-but-all-we-got-were-static-chains/
They Promised Us Agents, but All We Got Were Static Chains
In the spring of 2023, the world got excited about the emergence of LLM-based AI agents. Powerful demos like AutoGPT and BabyAGI demonstrated the potential of LLMs running in a loop, choosing the next action, observing its results, and choosing the next action, one step at a time (also known as the ReACT framework). This new method was expected to power agents that autonomously and generically perform multi-step tasks. Give it an objective and a set of tools and it will take care of the rest. By the end of 2024, the landscape will be full of AI agents and AI agent-building frameworks. But how do they measure against the promise?
It is safe to say that the agents powered by the naive ReACT framework suffer from severe limitations. Give them a task that requires more than a few steps, using more than a few tools and they will miserably fail. Beyond their obvious latency issues, they will lose track, fail to follow instructions, stop too early or stop too late, and produce wildly different results on each attempt. And it is no wonder. The ReACT framework takes the limitations of unpredictable LLMs and compounds them by the number of steps. However, agent builders looking to solve real-world use cases, especially in the enterprise, cannot do with that level of performance. They need reliable, predictable, and explainable results for complex multi-step workflows. And they need AI systems that mitigate, rather than exacerbate, the unpredictable nature of LLMs.
So how are agents built in the enterprise today? For use cases that require more than a few tools and a few steps (e.g. conversational RAG), today agent builders have largely abandoned the dynamic and autonomous promise of ReACT for methods that heavily rely on static chaining – the creation of predefined chains designed to solve a specific use case. This approach resembles traditional software engineering and is far from the agentic promise of ReACT. It achieves higher levels of control and reliability but lacks autonomy and flexibility. Solutions are therefore development intensive, narrow in application, and too rigid to address high levels of variation in the input space and the environment.
To be sure, static chaining practices can vary in how “static” they are. Some chains use LLMs only to perform atomic steps (for example, to extract information, summarize text, or draft a message) while others also use LLMs to make some decisions dynamically at runtime (for example, an LLM routing between alternative flows in the chain or an LLM validating the outcome of a step to determine whether it should be run again). In any event, as long as LLMs are responsible for any dynamic decision-making in the solution – we are inevitably caught in a tradeoff between reliability and autonomy. The more a solution is static, is more reliable and predictable but also less autonomous and therefore more narrow in application and more development-intensive. The more a solution is dynamic and autonomous, is more generic and simple to build but also less reliable and predictable.
This tradeoff can be represented in the following graphic:
This begs the question, why have we yet to see an agentic framework that can be placed in the upper right quadrant? Are we doomed to forever trade off reliability for autonomy? Can we not get a framework that provides the simple interface of a ReACT agent (take an objective and a set of tools and figure it out) without sacrificing reliability?
The answer is – we can and we will! But for that, we need to realize that we’ve been doing it all wrong. All current agent-building frameworks share a common flaw: they rely on LLMs as the dynamic, autonomous component. However, the crucial element we’re missing—what we need to create agents that are both autonomous and reliable—is planning technology. And LLMs are NOT great planners.
But first, what is “planning”? By “planning” we mean the ability to explicitly model alternative courses of action that lead to a desired result and to efficiently explore and exploit these alternatives under budget constraints. Planning should be done at both the macro and micro levels. A macro-plan breaks down a task into dependent and independent steps that must be executed to achieve the desired outcome. What is often overlooked is the need for micro-planning aimed to guarantee desired outcomes at the step level. There are many available strategies for increasing reliability and achieving guarantees at the single-step level by using more inference-time computing. For example, you could paraphrase semantic search queries multiple times, you can retrieve more context per a given query, can use a larger model, and you can get more inferences from an LLM – all resulting in more requirements-satisfying results from which to choose the best one. A good micro-planner can efficiently use inference-time computing to achieve the best results under a given compute and latency budget. To scale the resource investment as needed by the particular task at hand. That way, planful AI systems can mitigate the probabilistic nature of LLMs to achieve guaranteed outcomes at the step level. Without such guarantees, we’re back to the compounding error problem that will undermine even the best macro-level plan.
But why can’t LLMs serve as planners? After all, they are capable of translating high-level instructions into reasonable chains of thought or plans defined in natural language or code. The reason is that planning requires more than that. Planning requires the ability to model alternative courses of action that may reasonably lead to the desired outcome AND to reason about the expected utility and expected costs (in compute and/or latency) of each alternative. While LLMs can potentially generate representations of available courses of action, they cannot predict their corresponding expected utility and costs. For example, what are the expected utility and costs of using model X vs. model Y to generate an answer per a particular context? What is the expected utility of looking for a particular piece of information in the indexed documents corpus vs. an API call to the CRM? Your LLM doesn’t begin to have a clue. And for good reason – historical traces of these probabilistic traits are rarely found in the wild and are not included in LLM training data. They also tend to be specific to the particular tool and data environment in which the AI system will operate, unlike the general knowledge that LLMs can acquire. And even if LLMs could predict expected utility and costs, reasoning about them to choose the most effective course of action is a logical decision-theoretical deduction, that cannot be assumed to be reliably performed by LLMs’ next token predictions.
So what are the missing ingredients for AI planning technology? We need planner models that can learn from experience and simulation to explicitly model alternative courses of action and corresponding utility and cost probabilities per a particular task in a particular tool and data environment. We need a Plan Definition Language (PDL) that can be used to represent and reason about said courses of action and probabilities. We need an execution engine that can deterministically and efficiently execute a given plan defined in PDL.
Some people are already hard at work on delivering on this promise. Until then, keep building static chains. Just please don’t call them “agents”.
0 notes
thepearl256 · 7 months ago
Text
Top Tools for Web Development in 2025
Web development is an ever-evolving field, requiring developers to stay updated with the latest tools, frameworks, and software. These tools not only enhance productivity but also simplify complex development processes. Whether you’re building a small business website or a complex web application, having the right tools in your toolkit can make all the difference. Here’s a rundown of the top…
Tumblr media
View On WordPress
0 notes
justposting1 · 7 months ago
Text
Top AI Tools to Start Your Training in 2024
Empower Your AI Journey with Beginner-Friendly Platforms Like TensorFlow, PyTorch, and Google Colab The rapid advancements in artificial intelligence (AI) have transformed the way we work, live, and learn. For aspiring AI enthusiasts, diving into this exciting field requires a combination of theoretical understanding and hands-on experience. Fortunately, the right tools can make the learning…
0 notes
amin-tech-blogs · 7 months ago
Text
0 notes
luminoustec · 9 months ago
Text
0 notes
jobskenyaplace · 9 months ago
Text
TENDER FOR SUPPLY AND DELIVERY OF MOTOR VEHICLE TYRES, BATTERIES, AND CANOPIES (Framework Agreement)
STATE DEPARTMENT FOR CORRECTIONAL SERVICES TENDERS SEPTEMBER 2024  INVITATION TO TENDER SUPPLY AND DELIVERY OF MOTOR VEHICLE TYRES, BATTERIES, AND CANOPIES (Framework Agreement) Tender No: SDC/12/2024-2026 1. The Ministry of Interior and National Administration, State Department for Correctional Services invites sealed tenders for the Supply and Delivery of Motor Vehicle Tyres, Batteries and…
0 notes
expressconsultants12 · 9 months ago
Text
10 Best Backend Frameworks in 2024
Tumblr media
The backbone of any successful web or mobile application often lies in the framework that powers it. Choosing the best backend framework is no longer a luxury—it’s a necessity for building scalable, efficient, and fast applications. So, what’s changed in 2024? And which backend frameworks are leading the pack? Let’s dive into it.
What Are Back-End Frameworks?
In simple terms, backend frameworks are the unsung heroes behind the curtain, ensuring that everything on a website or app functions smoothly. When you use an app and click a button, the backend framework ensures that the right data is fetched, processed, and sent back to the front end without hiccups. It’s like the kitchen in a restaurant—you don’t see it, but you rely on it to make everything work.
These frameworks simplify the development process, providing pre-built modules and structures so developers don’t have to start from scratch every time. It’s like having a LEGO set instead of building bricks from mud. Pretty cool, right? In 2024, the demand for more sophisticated frameworks has skyrocketed, and developers are spoiled for choice.
Why Use a Backend Framework?
Why reinvent the wheel when backend frameworks offer tried-and-true solutions for common issues? Here are a few reasons:
Faster Development: Pre-built components save time.
Scalability: Designed to grow with your application.
Security: Robust frameworks come with built-in security features.
Alright, enough chit-chat. Let’s talk about the best backend frameworks of 2024.
To read more visit our blog : -10 Best Backend Frameworks in 2024
0 notes
ictmirror · 10 months ago
Text
0 notes
warrenwoodhouse · 11 months ago
Text
Mowgli Framework
0 notes
6ebe · 1 year ago
Text
supporting Germany as praxis against child labour law violations 🙏
1 note · View note
ourstarsystem · 1 year ago
Text
i take what i learn from my psychology classes with a grain of salt (I am very disappointed with the cross cultural psychology class I'm taking) but learning that realistic optimism* is important to physical health explained how I managed to recovery with vulvodynia as well as I have. the brain and body works in weird ways with each other
*What this means is that typically, the most optimistic people regarding their own illnesses also tend to have a far greater understanding of the setbacks and what is or isn't possible in terms of their recovery. You could think of optimism as active hope in this case. I knew it wasn't realistic to go back to how I was before vulvodynia, but my hope was to be able to enjoy sexual experiences again and Ive reached that goal! but I'm still striving for improvement and hopeful I can make it
1 note · View note
techtinkerer · 1 year ago
Text
The Data Governance Framework is a comprehensive structure designed to ensure the proper management, accessibility, quality, and security of an organization's data assets. It encompasses a set of principles, policies, procedures, and standards that guide how data is collected, stored, processed, and used. The framework aims to optimize the value of data while ensuring compliance with relevant regulations and mitigating risks associated with data handling.
0 notes
intelliatech · 1 year ago
Text
Latest Trends In Web Development For 2024
Tumblr media
With 2024 in the picture, a lot of shifts and advancements are expected as far as web development is concerned. Considering the rapid evolution of the trends, developers must keep themselves updated with the latest trends and technologies in order to stay competitive. In this post, we have compiled a list of Web Development Trends for 2024.
Are you excited to embrace the Latest Web Development Technologies that are going to dominate the trend?  Read More
0 notes