ai-transparency/index.html

35 lines
3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<title>AI Transparency</title>
<meta name="description" content="Ways to share chats with LLMs to provide AI transparency">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" href="img/transparency.png">
</head>
<body>
<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>
<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>
<p>
Made with <span class="heart">&hearts;</span>.
<a href="https://git.depeuter.dev/tdpeuter/ai-transparency" about="source code of this webpage" class="hidden">Source code</a>. Last updated: September 2026.
</p>
<a href="https://www.flaticon.com/free-icons/transparency" title="transparency icons">Transparency icons created by Freepik - Flaticon</a>
</footer>
</body>
</html>