Skip to content

Commit 1ba7d5f

Browse files
committed
update blogs
1 parent 3e78aa9 commit 1ba7d5f

File tree

19 files changed

+919
-36
lines changed

19 files changed

+919
-36
lines changed

content/posts/2025_11_22_best_practices_ai_agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Best practices for developing a agentic ai system"
2+
title: "Best practices for developing agentic ai systems"
33
date: 2025-11-22
44
draft: false
55
ShowToc: true

content/projects/11_21_2025.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Carrer consultant"
3+
date: 2025-11-22
4+
draft: false
5+
ShowToc: true
6+
Author: "Jason"
7+
tags: ["ai agents"]
8+
---
9+
Hi! I am a new blog post.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Mobile audio assistants"
3+
date: 2025-11-23
4+
draft: false
5+
ShowToc: true
6+
author: "Jason"
7+
tags: ["ai agents"]
8+
---
9+
Hi! I am a new blog post.

public/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,19 @@ <h1>👋 Welcome to Jason&rsquo;Log</h1>
121121
</footer>
122122
</article>
123123

124+
<article class="post-entry">
125+
<header class="entry-header">
126+
<h2 class="entry-hint-parent">Best practices for developing agentic ai systems
127+
</h2>
128+
</header>
129+
<div class="entry-content">
130+
<p>Hi! I am a new blog post.
131+
</p>
132+
</div>
133+
<footer class="entry-footer"><span title='2025-11-22 00:00:00 +0000 UTC'>November 22, 2025</span>&nbsp;·&nbsp;<span>1 min</span>&nbsp;·&nbsp;<span>7 words</span>&nbsp;·&nbsp;<span>Jason</span></footer>
134+
<a class="entry-link" aria-label="post link to Best practices for developing agentic ai systems" href="http://localhost:1313/posts/2025_11_22_best_practices_ai_agent/"></a>
135+
</article>
136+
124137
<article class="post-entry">
125138
<header class="entry-header">
126139
<h2 class="entry-hint-parent">Creating a blog with Hugo and GitHub Pages

public/index.xml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,28 @@
66
<description>Recent content on Jason&#39;Log</description>
77
<generator>Hugo -- 0.152.2</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Fri, 21 Nov 2025 00:00:00 +0000</lastBuildDate>
9+
<lastBuildDate>Sat, 22 Nov 2025 00:00:00 +0000</lastBuildDate>
1010
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>Best practices for developing agentic ai systems</title>
13+
<link>http://localhost:1313/posts/2025_11_22_best_practices_ai_agent/</link>
14+
<pubDate>Sat, 22 Nov 2025 00:00:00 +0000</pubDate>
15+
<guid>http://localhost:1313/posts/2025_11_22_best_practices_ai_agent/</guid>
16+
<description>&lt;p&gt;Hi! I am a new blog post.&lt;/p&gt;</description>
17+
</item>
18+
<item>
19+
<title>Carrer consultant</title>
20+
<link>http://localhost:1313/projects/2025_11_21_carrer_consultant/</link>
21+
<pubDate>Sat, 22 Nov 2025 00:00:00 +0000</pubDate>
22+
<guid>http://localhost:1313/projects/2025_11_21_carrer_consultant/</guid>
23+
<description>&lt;p&gt;Hi! I am a new blog post.&lt;/p&gt;</description>
24+
</item>
1125
<item>
1226
<title>Creating a blog with Hugo and GitHub Pages</title>
1327
<link>http://localhost:1313/posts/2025_11_21_building_a_blog_with_hugo/</link>
1428
<pubDate>Fri, 21 Nov 2025 00:00:00 +0000</pubDate>
1529
<guid>http://localhost:1313/posts/2025_11_21_building_a_blog_with_hugo/</guid>
1630
<description>&lt;p&gt;Hi! I am a new blog post.&lt;/p&gt;</description>
1731
</item>
18-
<item>
19-
<title>My first project</title>
20-
<link>http://localhost:1313/projects/11_21_2025/</link>
21-
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
22-
<guid>http://localhost:1313/projects/11_21_2025/</guid>
23-
<description>&lt;p&gt;Hi!&lt;/p&gt;</description>
24-
</item>
2532
</channel>
2633
</rss>
Lines changed: 193 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,193 @@
1+
<!DOCTYPE html>
2+
<html lang="en" dir="auto" data-theme="dark">
3+
4+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<meta name="robots" content="noindex, nofollow">
8+
<title>Best practices for developing agentic ai systems | Jason&#39;Log</title>
9+
<meta name="keywords" content="ai agents">
10+
<meta name="description" content="Hi! I am a new blog post.">
11+
<meta name="author" content="Jason">
12+
<link rel="canonical" href="http://localhost:1313/posts/2025_11_22_best_practices_ai_agent/">
13+
<link crossorigin="anonymous" href="/assets/css/stylesheet.343cc480b9ffc8f04ccbe5e968ad674880cab773ec19905e93033065c1e7a804.css" integrity="sha256-NDzEgLn/yPBMy&#43;XpaK1nSIDKt3PsGZBekwMwZcHnqAQ=" rel="preload stylesheet" as="style">
14+
<link rel="icon" href="http://localhost:1313/favicon.ico">
15+
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
16+
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
17+
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
18+
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
19+
<meta name="theme-color" content="#2e2e33">
20+
<meta name="msapplication-TileColor" content="#2e2e33">
21+
<link rel="alternate" hreflang="en" href="http://localhost:1313/posts/2025_11_22_best_practices_ai_agent/">
22+
<noscript>
23+
<style>
24+
#theme-toggle,
25+
.top-link {
26+
display: none;
27+
}
28+
29+
</style>
30+
</noscript>
31+
<script>
32+
if (localStorage.getItem("pref-theme") === "light") {
33+
document.querySelector("html").dataset.theme = 'light';
34+
}
35+
36+
</script>
37+
</head>
38+
<body id="top">
39+
<header class="header">
40+
<nav class="nav">
41+
<div class="logo">
42+
<a href="http://localhost:1313/" accesskey="h" title="Jason&#39;Log (Alt + H)">Jason&#39;Log</a>
43+
<div class="logo-switches">
44+
<button id="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
45+
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
46+
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
47+
stroke-linejoin="round">
48+
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
49+
</svg>
50+
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
51+
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
52+
stroke-linejoin="round">
53+
<circle cx="12" cy="12" r="5"></circle>
54+
<line x1="12" y1="1" x2="12" y2="3"></line>
55+
<line x1="12" y1="21" x2="12" y2="23"></line>
56+
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
57+
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
58+
<line x1="1" y1="12" x2="3" y2="12"></line>
59+
<line x1="21" y1="12" x2="23" y2="12"></line>
60+
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
61+
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
62+
</svg>
63+
</button>
64+
</div>
65+
</div>
66+
<ul id="menu">
67+
<li>
68+
<a href="http://localhost:1313/" title="Home">
69+
<span>Home</span>
70+
</a>
71+
</li>
72+
<li>
73+
<a href="http://localhost:1313/posts/" title="Blog">
74+
<span>Blog</span>
75+
</a>
76+
</li>
77+
<li>
78+
<a href="http://localhost:1313/projects/" title="Project">
79+
<span>Project</span>
80+
</a>
81+
</li>
82+
<li>
83+
<a href="http://localhost:1313/tags/" title="Tags">
84+
<span>Tags</span>
85+
</a>
86+
</li>
87+
</ul>
88+
</nav>
89+
</header>
90+
<main class="main">
91+
92+
<article class="post-single">
93+
<header class="post-header">
94+
95+
<h1 class="post-title entry-hint-parent">
96+
Best practices for developing agentic ai systems
97+
</h1>
98+
<div class="post-meta"><span title='2025-11-22 00:00:00 +0000 UTC'>November 22, 2025</span>&nbsp;·&nbsp;<span>1 min</span>&nbsp;·&nbsp;<span>7 words</span>&nbsp;·&nbsp;<span>Jason</span>
99+
100+
</div>
101+
</header>
102+
103+
<div class="post-content"><p>Hi! I am a new blog post.</p>
104+
105+
106+
</div>
107+
108+
<footer class="post-footer">
109+
<ul class="post-tags">
110+
<li><a href="http://localhost:1313/tags/ai-agents/">Ai Agents</a></li>
111+
</ul>
112+
</footer>
113+
</article>
114+
</main>
115+
116+
<footer class="footer">
117+
<span>&copy; 2025 <a href="http://localhost:1313/">Jason&#39;Log</a></span> ·
118+
119+
<span>
120+
Powered by
121+
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
122+
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
123+
</span>
124+
</footer>
125+
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
126+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
127+
<path d="M12 6H0l6-6z" />
128+
</svg>
129+
</a>
130+
131+
<script>
132+
let menu = document.getElementById('menu');
133+
if (menu) {
134+
135+
const scrollPosition = localStorage.getItem("menu-scroll-position");
136+
if (scrollPosition) {
137+
menu.scrollLeft = parseInt(scrollPosition, 10);
138+
}
139+
140+
menu.onscroll = function () {
141+
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
142+
}
143+
}
144+
145+
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
146+
anchor.addEventListener("click", function (e) {
147+
e.preventDefault();
148+
var id = this.getAttribute("href").substr(1);
149+
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
150+
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
151+
behavior: "smooth"
152+
});
153+
} else {
154+
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
155+
}
156+
if (id === "top") {
157+
history.replaceState(null, null, " ");
158+
} else {
159+
history.pushState(null, null, `#${id}`);
160+
}
161+
});
162+
});
163+
164+
</script>
165+
<script>
166+
var mybutton = document.getElementById("top-link");
167+
window.onscroll = function () {
168+
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) {
169+
mybutton.style.visibility = "visible";
170+
mybutton.style.opacity = "1";
171+
} else {
172+
mybutton.style.visibility = "hidden";
173+
mybutton.style.opacity = "0";
174+
}
175+
};
176+
177+
</script>
178+
<script>
179+
document.getElementById("theme-toggle").addEventListener("click", () => {
180+
const html = document.querySelector("html");
181+
if (html.dataset.theme === "dark") {
182+
html.dataset.theme = 'light';
183+
localStorage.setItem("pref-theme", 'light');
184+
} else {
185+
html.dataset.theme = 'dark';
186+
localStorage.setItem("pref-theme", 'dark');
187+
}
188+
})
189+
190+
</script>
191+
</body>
192+
193+
</html>

public/posts/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,19 @@ <h1>
9595
</h1>
9696
</header>
9797

98+
<article class="post-entry">
99+
<header class="entry-header">
100+
<h2 class="entry-hint-parent">Best practices for developing agentic ai systems
101+
</h2>
102+
</header>
103+
<div class="entry-content">
104+
<p>Hi! I am a new blog post.
105+
</p>
106+
</div>
107+
<footer class="entry-footer"><span title='2025-11-22 00:00:00 +0000 UTC'>November 22, 2025</span>&nbsp;·&nbsp;<span>1 min</span>&nbsp;·&nbsp;<span>7 words</span>&nbsp;·&nbsp;<span>Jason</span></footer>
108+
<a class="entry-link" aria-label="post link to Best practices for developing agentic ai systems" href="http://localhost:1313/posts/2025_11_22_best_practices_ai_agent/"></a>
109+
</article>
110+
98111
<article class="post-entry">
99112
<header class="entry-header">
100113
<h2 class="entry-hint-parent">Creating a blog with Hugo and GitHub Pages

public/posts/index.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@
66
<description>Recent content in Posts on Jason&#39;Log</description>
77
<generator>Hugo -- 0.152.2</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Fri, 21 Nov 2025 00:00:00 +0000</lastBuildDate>
9+
<lastBuildDate>Sat, 22 Nov 2025 00:00:00 +0000</lastBuildDate>
1010
<atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>Best practices for developing agentic ai systems</title>
13+
<link>http://localhost:1313/posts/2025_11_22_best_practices_ai_agent/</link>
14+
<pubDate>Sat, 22 Nov 2025 00:00:00 +0000</pubDate>
15+
<guid>http://localhost:1313/posts/2025_11_22_best_practices_ai_agent/</guid>
16+
<description>&lt;p&gt;Hi! I am a new blog post.&lt;/p&gt;</description>
17+
</item>
1118
<item>
1219
<title>Creating a blog with Hugo and GitHub Pages</title>
1320
<link>http://localhost:1313/posts/2025_11_21_building_a_blog_with_hugo/</link>

0 commit comments

Comments
 (0)