Remove 2018 Remove System Design Remove Systems Review
article thumbnail

Agentic AI design: An architectural case study

CIO

Just a few short years ago, models like GPT-1 (2018) and GPT-2 (2019) barely registered a blip on anyone’s tech radar. Agentic AI is the next leap forward beyond traditional AI to systems that are capable of handling complex, multi-step activities utilizing components called agents. In 2024, a new trend called agentic AI emerged.

article thumbnail

Egypt’s customer engagement platform for F&B brands in MENA, Koinz, raises $4.8M seed

TechCrunch

Founded in 2018 by Hussein Momtaz , Ahmed Said , and Abdullah Al Khalidi , Koinz set out to solve two major problems in Egypt’s food aggregation industry. Furthermore, these offline customers can now discover new places to eat, read and leave reviews, and order delivery or takeout. Koinz is one such startup in Egypt.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Interviewing is a noisy prediction problem

Erik Bernhardsson

So we can choose to spend one hour on system design, one hour on algorithms, etc. System design. Let’s review research and see what measurements to pick that are most predictive. Judging by the literature review earlier in this post, unstructured interviews are almost useless. Algorithms. Github portfolio.

article thumbnail

In AI we Trust? Why we Need to Talk about Ethics and Governance (part 1 of 2)

Cloudera

As the systems we develop become increasingly sophisticated, and in some cases autonomous, we remain ethically responsible for those systems. This includes systems based on AI and ML. Ethical AI is a multi-disciplinary effort to design and build AI systems that are fair and improve our lives.

article thumbnail

Journey to Event Driven – Part 3: The Affinity Between Events, Streams and Serverless

Confluent

In part 1 of this series, we developed an understanding of event-driven architectures and determined that the event-first approach allows us to model the domain in addition to building decoupled, scalable and enterprise-wide systems that can evolve. Peeking Behind the Curtains of Serverless Platforms, 2018. 3,008 MB memory.

article thumbnail

Interviewing is a noisy prediction problem

Erik Bernhardsson

So we can choose to spend one hour on system design, one hour on algorithms, etc. System design. Let’s review research and see what measurements to pick that are most predictive. Judging by the literature review earlier in this post, unstructured interviews are almost useless. Algorithms. Github portfolio.

article thumbnail

Testing Without Mocks: A Pattern Language

James Shore

27 Apr 2018. When programmers use test-driven development (TDD), the code they test interacts with other parts of the system that aren't being tested. However, this approach requires additional integration tests to ensure the system works as a whole, and it can make structural refactorings difficult. James Shore/Blog.

Testing 88