chore: link to agent-instructions
This commit is contained in:
parent
9af9123db9
commit
af082ca316
1 changed files with 7 additions and 5 deletions
12
index.html
12
index.html
|
|
@ -15,11 +15,13 @@
|
|||
<img src="img/transparency.png" alt="transparency icon" title="I like transparency" class="svg-icon"/>
|
||||
<main>
|
||||
<p>Welcome to my public website showcasing my experiments and explorations in using Large Language Models (LLMs) for generating code and providing insights! As a solo developer, I've found that LLMs can be incredibly useful tools in my workflow, and I'm excited to share my experiences and findings with you.</p>
|
||||
<p>Interested in learning more about how I use LLMs to generate code? Check out the archives of chats on this site, where you can explore <a href="./c/acc815c5-452a-46a7-83ef-002e76a8a078.html" title="Link to the chat to generate this text">examples of our conversations</a> and see how LLMs can help streamline development processes.</p>
|
||||
<p>In January 2026, I started experimenting with different AI-coding harnesses, such as <a href="https://antigravity.google/">Google Antigravity</a> and <a href="https://docs.github.com/en/copilot/concepts/agents/copilot-cli">GitHub Copilot (CLI)</a>. I especially love to use plan mode before dispatching a fleet of agents.
|
||||
<br/>
|
||||
This does mean however, that a lot of coding and AI-use is now less explicit, i.e. not "just" a chat in a browser anymore. That makes it harder to share these experiences in the archival format here and are therefore at risk of becoming stale. Always use your own judgement, please.</p>
|
||||
<p>If you have any insights you would like to share with me, don't hesitate to contact me.<br/> - <a href="https://tibo.depeuter.dev/#contact">Tibo De Peuter</a></p>
|
||||
<ul>
|
||||
<li>Interested in learning more about how I use LLMs to generate code? Check out the archives of chats on this site, where you can explore <a href="./c/acc815c5-452a-46a7-83ef-002e76a8a078.html" title="Link to the chat to generate this text">examples of conversations</a> and see how LLMs can help streamline development processes.</li>
|
||||
<li>Interested in my agentic coding workflows? I keep track of custom general-purpose skills over at <a href="https://git.depeuter.dev/tdpeuter/agent-instructions">tdpeuter/agent-instructions</a>.</li>
|
||||
</ul>
|
||||
<p>In January 2026, I started experimenting with different AI-coding harnesses, such as <a href="https://antigravity.google/">Google Antigravity</a> and <a href="https://docs.github.com/en/copilot/concepts/agents/copilot-cli">GitHub Copilot (CLI)</a>. I especially love to use plan mode before dispatching a fleet of agents (e.g., see <a href="https://git.depeuter.dev/tdpeuter/agent-instructions/src/commit/5b73af3aef0484c6b2db3ff40f24370fd0a2bba1/copilot/instructions/workflow.instructions.md">my personal Copilot workflow instructions</a>).</p>
|
||||
<p>This does mean however, that a lot of coding and AI-use is now less explicit, i.e. not "just" a chat in a browser anymore. That makes it harder to share these experiences in the dump-a-chat format, meaning these archives are therefore at risk of becoming stale. Always use your own judgement, please.</p>
|
||||
<p>If you have any insights you would like to share, don't hesitate to contact me.<br/> - <a href="https://tibo.depeuter.dev/#contact">Tibo De Peuter</a></p>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue