Agentic AI reduces software development time from six months to three days, revolutionising the future of the industry.
A senior developer on Reddit claims they integrated libtorch (the C++ backend of PyTorch) into a bespoke Lisp in three days using an “agentic” AI workflow – after failing to ship a useful wrapper in six months back in 2020. The result reportedly included a working wrapper, documentation, a tutorial, and hundreds of runnable examples to validate each step, compiling on macOS and Linux with MPS and GPU support.
“I implemented in 3 days, what I couldn’t implement in 6 months.”
The developer doesn’t name the model and isn’t selling a tool. They are, however, making a point about capability: modern AI, operating in multi-step, tool-using “agent” modes, can now traverse spotty docs, infer interfaces, and iterate with tests at a pace that is startling even to seasoned engineers.
For UK readers, this story is a clear signal: agentic AI is not just autocomplete. It is a different way of building software.
Agentic AI refers to systems that plan, execute, and iterate across multi-step tasks with minimal supervision. Unlike a single prompt/response, an agent can read docs, propose an approach, write code, run it, fix errors, and generate tests and examples. It can call tools (e.g., a compiler, shell, or test runner), keep state, and adjust its plan.
This is distinct from basic code generation. It is closer to a junior developer who can scaffold, try, fail fast, and try again – only much faster and tireless.
The Reddit post suggests an agentic loop did the heavy lifting. The AI likely:
None of this changes the fact that libtorch’s docs can be patchy. It does show that an agent can synthesise across scattered sources, enforce a consistent API surface, and brute-force its way through integration problems with a battery of tests.
External reference: see the official libtorch (C++ API) docs. They are serviceable but not beginner-friendly – exactly the kind of terrain where an agent can help.
The productivity delta – 6 months vs 3 days – is not a small marginal gain. While this is a single anecdote, it matches what many teams are seeing with structured AI workflows: scaffolding, porting, integration, and test-writing can be compressed dramatically.
Potential benefits:
Trade-offs and risks:
Vibe-coding is the informal practice of letting an AI infer the right shape of a system from high-level intent rather than rigid specs. It can work brilliantly for glue code and wrappers. It is risky for critical components without tight constraints.
Good teams pair vibe-coding with discipline:
If you are exploring lighter-weight automation, I’ve shared a practical guide to connecting AI to everyday tools here: How to connect ChatGPT and Google Sheets with a Custom GPT. The principle is similar: define the workflow, wire in the tools, and let the agent do the legwork.
Model used: not disclosed.
Costs: not disclosed. In practice, agentic loops can be more expensive than single-shot prompting due to many steps and tool calls. Track tokens/time and set budgets.
Availability: mainstream coding models are accessible in the UK via major vendors and open-source options. Enterprise buyers should confirm data residency, retention settings, and vendor DPAs.
The Reddit author, nearing retirement, worries for the next generation. It’s understandable. Rapid automation changes how value is created. But it doesn’t erase the need for engineers – it shifts it.
Human leverage points are moving towards problem framing, architecture, safety, performance, and integration with real-world constraints. Someone still has to decide what to build, ensure it’s correct, maintainable, secure, and legal – and to steer the agent effectively.
“Agent” is a multiplier for skill, not a replacement for judgement.
Going from six months to three days is dramatic, but believable when you let an AI plan, code, run, and test in a tight loop. For UK teams, the opportunity is clear: adopt agentic workflows where the risk is manageable, wrap them in strong engineering practice, and treat data protection and licensing as non-negotiable.
If you try this with libraries like libtorch, start small, instrument everything, and insist on tests that actually break when things are wrong. Vibe-coding can be thrilling – but the best vibes are reproducible.
Related
Software engineers and AI: more output, not more value? A recent Reddit thread from a distinguished engineer in an AWS vertical struck a nerve. The claim is simple: AI has clearly increased visible activity – more documents, more code commits, more test harnesses – but not the value that users actually feel. “I see a [...]
JoshuaJuly 5, 2026
Last updated
Category
aiViews
33 viewsLikes
No ratings yet
The AI adoption gap is real: what a blunt Reddit post gets right A recent Reddit thread tells a familiar story. A marketing-tech founder demos “AI agents” to a senior stakeholder at a big brand. The exec is sceptical, calls them “wrappers”, then asks for help setting up a WhatsApp broadcast channel. The punchline isn’t [...]
JoshuaJuly 5, 2026
Making a 3D RPG with AI only: what was built and why it matters A Redditor has shared an ambitious “AI-only” game dev experiment: a third-person 3D RPG prototype created without writing code, driven entirely by prompts to the muranyi-3 model from Tesana AI. You can read the full thread here: Making a RPG game [...]
JoshuaJuly 5, 2026
No comments yet - start the conversation.