Skip to content

Commit 67fa498

Browse files
committed
Minor changes
1 parent 85c15e8 commit 67fa498

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

content/blog/ai-agent-esper.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ What helped: Being explicit about verification. Don't ask just for implementatio
9292

9393
All things considered, these experiments helped me massively to understand how agents work fundamentally, what makes them work better, and what breaks them\! Here are a few link of posts/users which helped me a lot in my discovery phase of agentic coding\! But x.com in general has been my \#1 source for tips and tricks wrt agents\!
9494

95-
(In my opinion \- might not be popular \- The question isn't whether agents will replace developers, it's which tasks benefit from **always-on enforcement** (Cursor-style) vs. **flexible context** (Claude Code). We're still figuring out the boundary.)
96-
9795
1. [https://x.com/trq212](https://x.com/trq212) \- Claude Code @anthropicai, posts a lot of tips about general usage and new features; but also replies to people with feedback.
9896
2. [https://x.com/iannuttall](https://x.com/iannuttall) \- Just great tips and tricks across the board with coding agents\!
9997
3. [https://x.com/bcherny](https://x.com/bcherny) \- Creator of Claude, posts a lot of tips.

layouts/partials/custom_head.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
33

44
<style>
5-
/* Left-align only individual blog posts, not the listing page */
6-
{{ if and (eq .Section "blog") (eq .Kind "page") }}
7-
body {
8-
margin-left: 20px;
9-
margin-right: auto;
10-
}
11-
{{ end }}
12-
135
/* Social links styling */
146
footer {
157
text-align: center;

0 commit comments

Comments
 (0)