agent: Write two new blog posts as markdown files in posts/. (1) posts/l

This commit is contained in:
Tinqs Agent
2026-05-26 10:41:06 +01:00
parent a7f1dbabb2
commit f9c9c960e0
4 changed files with 272 additions and 0 deletions
+10
View File
@@ -351,6 +351,16 @@
<div class="post-title">One Binary to Rule Them All: Building a Studio CLI</div>
<div class="post-excerpt">A single Go binary that gives AI agents context about who you are, what machine you're on, and what services are reachable.</div>
</a>
<a class="post-card" href="posts/cloud-agents.md">
<div class="post-date">2026-05-26</div>
<div class="post-title">From Local to Cloud: Agents That Run While You Sleep</div>
<div class="post-excerpt">A Go orchestrator inside Tinqs Studio spawns coding agents in RPC mode, manages worker pools, and delivers PRs overnight.</div>
</a>
<a class="post-card" href="posts/local-agent-dashboard.md">
<div class="post-date">2026-05-26</div>
<div class="post-title">Running AI Agents from Your Browser</div>
<div class="post-excerpt">A local dashboard at localhost:33634 turns agent sessions into trackable jobs with handoffs, code generation, testing, and PR delivery.</div>
</a>
<a class="post-card" href="posts/agentic-workflow.md">
<div class="post-date">2026-03-06</div>
<div class="post-title">How a Small Game Studio Runs on AI Agents</div>
Before
After