<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: schmuhblaster</title><link>https://news.ycombinator.com/user?id=schmuhblaster</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 27 Aug 2026 08:54:21 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=schmuhblaster" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by schmuhblaster in "AWS Acquires DuckDB"]]></title><description><![CDATA[
<p>I've been super impressed by DuckDB ever since first trying it out about 3 three years ago. Congrats to the founders!</p>
]]></description><pubDate>Wed, 26 Aug 2026 13:20:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=49448657</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=49448657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49448657</guid></item><item><title><![CDATA[DeepClause meets pi: controlling pi with Prolog and vice versa]]></title><description><![CDATA[
<p>Article URL: <a href="https://deepclause.substack.com/p/deepclause-meets-pi-controlling-pi">https://deepclause.substack.com/p/deepclause-meets-pi-controlling-pi</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49383277">https://news.ycombinator.com/item?id=49383277</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 21 Aug 2026 03:08:37 +0000</pubDate><link>https://deepclause.substack.com/p/deepclause-meets-pi-controlling-pi</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=49383277</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49383277</guid></item><item><title><![CDATA[New comment by schmuhblaster in "GLM-5.3: Frontier coding with emergent cyber capabilities"]]></title><description><![CDATA[
<p>I think that writing your own harness is a rite of passage now, just like writing your own search engine or database, rolling your own crypto…<p>Anyways, please try mine!<p><a href="https://github.com/deepclause/deepclause-sdk" rel="nofollow">https://github.com/deepclause/deepclause-sdk</a></p>
]]></description><pubDate>Fri, 14 Aug 2026 13:47:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=49298631</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=49298631</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49298631</guid></item><item><title><![CDATA[New comment by schmuhblaster in "Ask HN: What are you working on? (August 2026)"]]></title><description><![CDATA[
<p>That should be possible. You can e.g. take a look at the deep research example skill.<p>The Prolog/DML lets you express any kind of loop, graph, whatever workflow.</p>
]]></description><pubDate>Mon, 10 Aug 2026 16:56:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49246415</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=49246415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49246415</guid></item><item><title><![CDATA[New comment by schmuhblaster in "Ask HN: What are you working on? (August 2026)"]]></title><description><![CDATA[
<p>I’ve been working on DeepClause [0], an agentic harness, the core of which is based on Prolog. Every interaction (conversation turn, plan, execute plan, etc.) triggers a small logic program that orchestrates one or more agent loops or prompts. All these programs are completely hackable, so you can easily adjust the core logic and behavior of your agents in a reliable manner. Also, instead of using markdown specs, you can “compile” your markdown into Prolog code. My hope is that this might unlock new possibilities for spec driven development.<p>It’s been a lot of fun and I am somewhat proud of Prolog/Typescript integration layer built on SWI Prolog’s WASM version.<p>Other than that, I am not sure how and if I will continue with it. Feedback welcome!<p>[0] <a href="https://github.com/deepclause/deepclause-sdk" rel="nofollow">https://github.com/deepclause/deepclause-sdk</a></p>
]]></description><pubDate>Mon, 10 Aug 2026 14:16:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49244018</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=49244018</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49244018</guid></item><item><title><![CDATA[New comment by schmuhblaster in "Is AI reasoning right for the wrong reasons?"]]></title><description><![CDATA[
<p>Indeed, and maybe that's all there is to it. Still, I'd hope we will eventually better understand what's exactly happening in the wake of many repeated applications of f().</p>
]]></description><pubDate>Fri, 31 Jul 2026 16:35:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49125374</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=49125374</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49125374</guid></item><item><title><![CDATA[New comment by schmuhblaster in "Handbook.md shows that long policy documents do not reliably govern agents"]]></title><description><![CDATA[
<p>Yes, I am the author and thanks so much for trying! Please do submit a github issue. My first suspicion about the speed is that maybe an inner loop is taking too many turns until the model finally realizes that a task is finished (so that in turn the runtime knows whether the predicate failed or not and can continue execution accordingly). Happy to take a closer look!<p>The point about multiline prompts is very valid obviously, that's on the todo list.</p>
]]></description><pubDate>Thu, 30 Jul 2026 21:41:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=49116199</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=49116199</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49116199</guid></item><item><title><![CDATA[New comment by schmuhblaster in "Handbook.md shows that long policy documents do not reliably govern agents"]]></title><description><![CDATA[
<p>Sorry, did not notice your comment until just now.<p>So far I am observing two things:<p>1. For smaller models, performance on Benchmarks such as DeepPlanning does increase significantly.<p>2. Context hygiene for sub agents becomes much simpler, since that can be expressed relatively concise and the mechanics are handled by the runtime automatically.<p>Still looking for a good test cases to study possible advantages, but running reliable benchmarks does take time and money...</p>
]]></description><pubDate>Thu, 30 Jul 2026 15:56:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49111820</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=49111820</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49111820</guid></item><item><title><![CDATA[New comment by schmuhblaster in "Handbook.md shows that long policy documents do not reliably govern agents"]]></title><description><![CDATA[
<p>For my own (rather idiosyncratic) harness I've been experimenting [0] with "compiling" long markdown specifications into small executable logic programs. It's too early to tell for sure, but I believe that this approach does have its merits when you want some guarantees about how your agents behave for longer tasks.<p>[0] <a href="https://github.com/deepclause/deepclause-sdk" rel="nofollow">https://github.com/deepclause/deepclause-sdk</a></p>
]]></description><pubDate>Wed, 29 Jul 2026 14:36:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=49098089</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=49098089</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49098089</guid></item><item><title><![CDATA[Loops? Graphs? Prolog!]]></title><description><![CDATA[
<p>Article URL: <a href="https://deepclause.substack.com/p/loops-graphs-prolog">https://deepclause.substack.com/p/loops-graphs-prolog</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49051159">https://news.ycombinator.com/item?id=49051159</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 25 Jul 2026 20:21:55 +0000</pubDate><link>https://deepclause.substack.com/p/loops-graphs-prolog</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=49051159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49051159</guid></item><item><title><![CDATA[New comment by schmuhblaster in "Towards a harness that can do anything"]]></title><description><![CDATA[
<p>You might like this: <a href="https://github.com/deepclause/deepclause-sdk" rel="nofollow">https://github.com/deepclause/deepclause-sdk</a>.<p>It’s a DSL I’ve been working on to encode mixed deterministic/probabilisitic agent behavior.</p>
]]></description><pubDate>Fri, 17 Jul 2026 20:50:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48952158</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=48952158</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48952158</guid></item><item><title><![CDATA[New comment by schmuhblaster in "Meta caps internal AI token spending"]]></title><description><![CDATA[
<p>Been building various LLM+PDF pipelines at work. As soon as you need to e.g. parse tables etc. it becomes a lot of hard work!</p>
]]></description><pubDate>Thu, 02 Jul 2026 02:54:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48755919</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=48755919</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48755919</guid></item><item><title><![CDATA[New comment by schmuhblaster in "America can switch off AI. Europe must switch gears before it's too late"]]></title><description><![CDATA[
<p>As a European I have long given up on any meaningful change w.r.t AI. Imho the average European is much more risk averse than the average American or Chinese. That and a plethora of other factors that have been discussed over and over again, make it unlikely that we'll see things change within the next ten years or so. Only massive and immediate threats (e.g. he crisis in Ukraine) will make people and governments reconsider their fundamental beliefs (and even then the pace of change will be slow).</p>
]]></description><pubDate>Wed, 01 Jul 2026 07:38:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48743445</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=48743445</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48743445</guid></item><item><title><![CDATA[New comment by schmuhblaster in "Kb – Prolog Knowledge Base"]]></title><description><![CDATA[
<p>Awesome work! If I understand it correctly, it loads relevant subgraphs from the DB and then runs queries in Prolog on it? Or is it more similar to datalog?</p>
]]></description><pubDate>Tue, 30 Jun 2026 08:32:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48729968</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=48729968</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48729968</guid></item><item><title><![CDATA[New comment by schmuhblaster in "Qwen 3.6 27B is the sweet spot for local development"]]></title><description><![CDATA[
<p>It's my own (slightly idiosyncractic ;-) harness: <a href="https://github.com/deepclause/deepclause-sdk" rel="nofollow">https://github.com/deepclause/deepclause-sdk</a></p>
]]></description><pubDate>Tue, 30 Jun 2026 07:09:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48729456</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=48729456</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48729456</guid></item><item><title><![CDATA[New comment by schmuhblaster in "Qwen 3.6 27B is the sweet spot for local development"]]></title><description><![CDATA[
<p>I've worked extensively with the slightly less able cousin, the 35B A3B model and tuned my own harness around making it work well with local or non-sota models. The results are quite promising [0], if one sticks to a plan-execute approach. After a bit of fiddling with llama.cpp I was able to get it to work through a small change on a real codebase from work on a 32GB M5 (typical python FastAPI backend, so nothing out of the ordinary). While that's somewhat encouraging, the whole local experience was still far from pleasant with all the noise and heat.<p>[0] <a href="https://deepclause.substack.com/p/how-to-make-small-models-punch-way" rel="nofollow">https://deepclause.substack.com/p/how-to-make-small-models-p...</a></p>
]]></description><pubDate>Tue, 30 Jun 2026 06:33:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48729198</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=48729198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48729198</guid></item><item><title><![CDATA[Getting LLMs Drunk to Find Remote Linux Kernel OOB Writes (and More)]]></title><description><![CDATA[
<p>Article URL: <a href="https://heyitsas.im/posts/drinking-llms/">https://heyitsas.im/posts/drinking-llms/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48696719">https://news.ycombinator.com/item?id=48696719</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 27 Jun 2026 09:46:53 +0000</pubDate><link>https://heyitsas.im/posts/drinking-llms/</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=48696719</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48696719</guid></item><item><title><![CDATA[New comment by schmuhblaster in "AI in mathematics is forcing big questions"]]></title><description><![CDATA[
<p>Mathematics has always been an experimental science to some extent. While Newton, Euler and Gauss would spend a lot time calculating numerical approximations by hand, modern mathematicians have been doing the same using computers and software. And once an a clear picture emerge about what’s going, you can start to formalize that and attempt to prove and communicate your results in the standard definition, proposition, lemma,
theorem scheme. (Btw there is even a journal called Experimental Mathematics devoted to this approach).<p>I don’t see that LLMs will fundamentally change this,
but rather accelerate the speed
of mathematical research.<p>Some computer generated proofs might of course be hard to understand, but at least their existence gives another data point work with.<p>Doing Mathematics is more than proving something, that’s just the end of a long road spent pondering at one’s desk about how things could work out.</p>
]]></description><pubDate>Sat, 27 Jun 2026 06:16:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48695665</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=48695665</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48695665</guid></item><item><title><![CDATA[New comment by schmuhblaster in "Puzzling Success of Overparameterization: Lottery Tickets or Escape Dimensions?"]]></title><description><![CDATA[
<p>> This trend dates back at least to the machine learning bible, Elements of Statistical Learning (2001).<p>Could you elaborate on this?</p>
]]></description><pubDate>Thu, 25 Jun 2026 16:13:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48675567</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=48675567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48675567</guid></item><item><title><![CDATA[New comment by schmuhblaster in "For Most of the World, Open-Source AI Is the Only Way Forward"]]></title><description><![CDATA[
<p>Indeed, and with some tinkering around the harness it can even punch way above its weight.</p>
]]></description><pubDate>Wed, 24 Jun 2026 17:31:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48663130</link><dc:creator>schmuhblaster</dc:creator><comments>https://news.ycombinator.com/item?id=48663130</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48663130</guid></item></channel></rss>