Sometimes, developing a specialized tool for a niche task can be impractical. The good news is that LLMs can serve as a general-purpose replacement: flounder.dev/posts/structur…#AI#LLMs#tools
Yet to see a #coding#agent that would 'replace' anyone, but this one is certainly a huge time saver for some types of tasks. Let's check out #Junie, a new coding agent by @jetbrains, by asking it to add AsciiDoc support to Duplicate Finder: flounder.dev/posts/trying-o…
In large documentation projects, content reuse can be problematic because you often don't know whether similar content already exists in your codebase. If the problem sounds familiar, check out my take on it: flounder.dev/duplicate-find…