Jamie's tech blog

The Blue Nowhere

[AGENT-SECURITY] MCP security (to 202604)

Global minimum view of MCP security

According to multiple papers, make a roughly category of MCP security.

[AGENT-SECURITY] Abount Prompt Injection(to 202604)

Global minimum view of Prompt Injection

According to multiple papers, make a roughly category of prompt injection.

[AGENT-SECURITY] After scanning 3000+ AI Agent Security papers, what could we see?

Global minimum view of AI Agent Security

Going through the AI agent security papers — they roughly fall into a five-layer stack.

[AIGC] Simply compare AI agent framework

In an era filled with numerous frameworks like blooming flowers.

Simply put, is an AI agent framework just a more complex version of prompt engineering?

[Fullstack Note] Implementing Kafka Producer batching by Javascript

Abstracting batch request implementation in Javascript

In the last article, we use Python to simplify and implement batch request. Now is Javascript time.

[Fullstack Note] Implementing Kafka Producer batching by Python

Abstracting batch request implementation in Python

Frequent requests can cause I/O performance bottlenecks; however, Kafka producers optimize by using batching. This article will abstract this batching process and implement it using Python

[Fullstack Note] Javascript request in Browser and NodeJS environment

Compare with fetch and axios in source code level.

When it come to align fetch in both frontend and backend environment, `axios` is the most frequent libray which be mentioned. However, what is the diffenence between Client/Server side fetch?

[AIGC Note] How to build an AI native product?

Looking at GenAI products from a product manager's angle

These are notes from an online talk by the three authors of <Reimagined: Building Products with Generative AI>

[Frontend Note]Does NextJS App Routing Have Its Quirks?

NextJS App Routing Cheatsheet

Let's quickly list down a cheatsheet and then dive into the explanations.

[Frontend Note]What we talk about when we talk about SSR

The server side render from NextJS

We will mock the process of SSR base on NexgJS 14 app router.