klotz: coding*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. Simon Willison details creating a custom macOS presentation app, "Present," in just 45 minutes using Swift and SwiftUI. Frustrated with the risk of browser crashes when presenting a series of web pages, he built an app that displays URLs as slides, offering features like full-screen mode, keyboard navigation, and automatic URL saving. He even added remote control functionality via a web server and Tailscale.
    The project highlights the power of AI-assisted coding and expands his skillset, demonstrating how experienced software engineers can quickly learn new languages and tools to solve personal problems. The resulting app is a simple, effective solution tailored to his specific needs.
  2. This handbook provides a comprehensive introduction to Claude Code, Anthropic's AI-powered software development agent. It details how Claude Code differs from traditional autocomplete tools, functioning as an agent that reads, reasons about, and modifies codebases with user direction. The guide covers installation, initial setup, advanced workflows, integrations, and autonomous loops. It's aimed at developers, founders, and anyone seeking to leverage AI in software creation, emphasizing building real applications, accelerating feature development, and maintaining codebases efficiently. The handbook also highlights the importance of prompt discipline, planning, and understanding the underlying model to maximize Claude Code's capabilities.
  3. Goose is a free, open‑source AI agent that runs locally and can autonomously plan, code, test, debug, and execute full development workflows—making it especially useful for data scientists who need to automate repetitive, multi‑step tasks. It supports any LLM, interfaces with file systems and APIs, and can extend its capabilities via the Model Context Protocol (MCP) to connect with databases, Git, Slack, and more.

    - Autonomous task execution from high‑level instructions.
    - Local execution preserves data privacy and control.
    - LLM‑agnostic: works with GPT‑4, Claude, or local models.
    - Two interfaces: desktop GUI and CLI.
    - Extensible through MCP for external tools and services.
    - Ideal for rapid prototyping, data pipeline automation, MLOps, and environment setup.
    2026-03-21 Tags: , , , , by klotz
  4. >from the exit-statements dept.
    Long-time tech journalist Clive Thompson interviewed over 70 software developers at Google, Amazon, Microsoft and start-ups for a new article on AI-assisted programming. It's title?
    "Coding After Coders: The End of Computer Programming as We Know It."
    Published in the prestigious New York Times Magazine, the article even cites long-time programming guru Kent Beck saying LLMs got him going again and he's now finishing more projects than ever, calling AI's unpredictability "addictive, in a slot-machine way."
    In fact, the article concludes "many Silicon Valley programmers are now barely programming. Instead, what they're doing is deeply, deeply weird..."
  5. Grindr's Chief Product Officer, AJ Balance, discusses the company's significant investment in AI, with 70% of its code now being checked via AI tools like Claude Code, OpenAI, and GitHub Copilot. This shift is changing the role of software engineers, moving them towards more code review and agent coordination. The company is also testing a premium "Edge" subscription tier at high price points, justifying the cost based on the value it delivers to users seeking enhanced connections. Balance also addressed concerns about ad density and subscription fatigue, outlining plans for ad format improvements and a focus on maintaining a positive free user experience.
  6. This article advocates for wider adoption of Claude Code, an AI tool from Anthropic designed to write, edit, and fix code. Initially an internal tool for Anthropic developers, it's now publicly available as a command-line tool that operates within your terminal. It can understand natural language instructions to modify codebases, and even assists with non-programming tasks like file organization and research. While the terminal interface can be intimidating, the author suggests using it within an IDE or utilizing the Claude Desktop app's integrated Cowork interface, highlighting its potential for both developers and non-developers.
  7. A new ETH Zurich study challenges the common practice of using `AGENTS.md` files with AI coding agents. LLM-generated context files decrease performance (3% lower success rate, +20% steps/costs).Human-written files offer small gains (4% success rate) but also increase costs. Researchers recommend omitting context files unless manually written with non-inferable details (tooling, build commands).They tested this using a new dataset, AGENTbench, with four agents.
  8. This article discusses how to effectively utilize Large Language Models (LLMs) by acknowledging their superior processing capabilities and adapting prompting techniques. It emphasizes the importance of brevity, directness, and providing relevant context (through RAG and MCP servers) to maximize LLM performance. The article also highlights the need to treat LLM responses as drafts and use Socratic prompting for refinement, while acknowledging their potential for "hallucinations." It suggests formatting output expectations (JSON, Markdown) and utilizing role-playing to guide the LLM towards desired results. Ultimately, the author argues that LLMs, while not inherently "smarter" in a human sense, possess vast knowledge and can be incredibly powerful tools when approached strategically.
  9. OpenCode is an open source agent that helps you write code in your terminal, IDE, or desktop.
    It features LSP enabled, multi-session support, shareable links, GitHub Copilot and ChatGPT Plus/Pro integration, support for 75+ LLM providers, and availability as a terminal interface, desktop app, and IDE extension.
    With over 120,000 GitHub stars, 800 contributors, and over 5,000,000 monthly developers, OpenCode prioritizes privacy by not storing user code or context data.
    It also offers Zen, a curated set of AI models optimized for coding agents.
  10. This article presents findings from a survey of over 900 software engineers regarding their use of AI tools. Key findings include the dominance of Claude Code, the mainstream adoption of AI in software engineering (95% weekly usage), the increasing use of AI agents (especially among staff+ engineers), and the influence of company size on tool choice. The survey also reveals which tools engineers love, with Claude Code being particularly favored, and provides demographic information about the respondents. A longer, 35-page report with additional details is available for full subscribers.

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: coding

About - Propulsed by SemanticScuttle