frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•1y ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Hybrid Wood Flooring India – SPC Waterproof Planks – OAKA Floors

1•OakaFloors•2m ago•0 comments

Goodbye Visa and Mastercard: 130M Europeans switching to sovereign payment

https://www.lesnumeriques.com/banque-en-ligne/adieu-visa-et-mastercard-130-millions-d-europeens-b...
1•healsdata•2m ago•0 comments

Ask HN: Which open source projects needs more attention/help

1•rafetefe•3m ago•0 comments

Atlassian's MCP server: no RFC 9728 discovery path resolves

https://github.com/korrel-dev/mcp-audits/blob/main/audits/atlassian/README.md
1•issazangana•3m ago•0 comments

Show HN: Agyn, an open-source Kubernetes runtime for AI agents

https://github.com/agynio/platform
1•NBenkovich•4m ago•0 comments

The Importance of Being Idempotent

https://campedersen.com/agent-patterns
1•ecto•4m ago•1 comments

AI's Promises Are Starting to Materialize – With a Human Cost

https://www.bloomberg.com/news/newsletters/2026-05-20/ai-moves-from-hype-to-execution-as-meta-cut...
1•petethomas•5m ago•0 comments

The Fed cut rates by 100 bps in late 2024. Mortgage rates rose anyway

https://eco3min.fr/en/term-premium-decomposition-1961-2026/
1•latentframe•9m ago•0 comments

Show HN: A fast, thread-safe C hashmap with lazy sorting

https://github.com/RaphaelPrevost/hashmap-benchmark
1•jaguarwan•10m ago•0 comments

A preserved Titan II nuclear missile silo [video]

https://www.youtube.com/watch?v=rSFSnOBYlbM
1•skibz•10m ago•0 comments

A reproducible forecasting tutorial using ERA5 and electricity data

https://sentinel-forecasting.com/RTE_tutorial/
1•grezac•13m ago•0 comments

Turn any Chromium-based browser into a permanent JavaScript botnet member

https://infosec.exchange/@rebane2001/116606719764376414
1•adsche•14m ago•0 comments

Meta Begins Laying Off Thousands of Employees as It Transforms Around AI

https://www.wsj.com/tech/ai/meta-begins-laying-off-thousands-of-employees-as-it-transforms-around...
1•fortran77•15m ago•1 comments

Yeunjoo Choi from Igalia on Chromium

https://theconsensus.dev/p/2026/05/20/yeunjoo-choi-from-igalia-on-chromium.html
1•eatonphil•15m ago•0 comments

Take the Stairs

https://tobiasberg.net/posts/take-the-stairs/
2•TobiasBerg•16m ago•0 comments

Better generated branch names with jj

https://ddbeck.com/notes/jj-git-push-bookmark-template/
1•birdculture•17m ago•0 comments

Discord Voice and Video Calls Now End-to-End Encrypted by Default

https://www.macrumors.com/2026/05/20/discord-voice-video-calls-e2ee-default/
2•tosh•19m ago•0 comments

Josef Müller-Brockmann: the father of the grid system in graphic design

https://moelsandco.com/stories/josef-muller-brockmann-a-pioneer-of-swiss-graphic-design
1•Michelangelo11•21m ago•0 comments

Meta blocks human rights accounts from reaching audiences in Arabia and the UAE

https://www.alqst.org/ar/posts/1190
3•giuliomagnifico•21m ago•0 comments

Neutron scattering explains why gluten-free pasta falls apart (2025)

https://phys.org/news/2025-09-science-spaghetti-neutron-gluten-free.html
1•layer8•22m ago•0 comments

Why Agents Suddenly Need a Sandbox [video]

https://www.youtube.com/watch?v=hkEH_fTH8iI
2•cms4dlols•24m ago•0 comments

Taiwan's Disposable Drones Tempt Europe, U.S.

https://spectrum.ieee.org/taiwan-drone-supply-chain
2•oldnetguy•26m ago•0 comments

Zettelkasten

https://en.wikipedia.org/wiki/Zettelkasten
1•the-mitr•27m ago•0 comments

HTML-anything – The agentic HTML editor – your local AI agent writes the HTML

https://github.com/nexu-io/html-anything
1•danborn26•30m ago•0 comments

Andrej Karpathy joins Anthropic to accelerate Claude pre-training

https://techthreedots.com/andrej-karpathy-joins-anthropic-to-accelerate-claude-pre-training
1•perbit•32m ago•0 comments

I built an AI course creator

https://www.coursebox.ai
1•HeyAlexHey•33m ago•2 comments

DuckDB 1.5.3: Not an Ordinary Patch Release

https://duckdb.org/2026/05/20/announcing-duckdb-153
1•dtenwolde•33m ago•0 comments

Anna's Archive Hit with $19.5M Default Judgment and Global Domain Takedown Order

https://torrentfreak.com/annas-archive-hit-with-19-5m-default-judgment-and-global-domain-takedown...
24•iamnothere•34m ago•13 comments

Oxford Longevity Project: First Report [pdf]

https://static1.squarespace.com/static/5d6cdfd06e3c86000161675c/t/6a0d60a36dd49d5589f16bf5/177926...
1•bookofjoe•34m ago•0 comments

The moment you realize "describe pod" was never going to be enough

https://github.com/kubeastra/KubeAstra
1•pruthviraja•34m ago•0 comments