Tag: 학습
All the articles with the tag "학습".
-
What is Deno? — The Runtime I Met in Supabase Edge Functions
While building a solo app, I touched Supabase Edge Functions and ran into Deno for the first time. Here's what I found out about what Deno is, how it differs from Node.js, and why Supabase chose Deno in the first place.
-
How System Prompts Differ from User Messages — Persona Consistency and Forcing JSON Output
A question I ran into while experimenting with personas in the Claude API: how is a system prompt actually different from just writing 'please do X' in a user message? I worked through this in terms of consistency, security, and output enforcement.
-
Claude API Doesn't Remember — Maintaining Context in Multi-Turn Conversations
The API is stateless. You need to accumulate assistant messages in the messages array for the chatbot to remember the previous conversation. I confirmed this through a direct comparison experiment.