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

Show HN: I built an API for agents visiting my personal website

https://mczaykowski.com/articles/smallest-ax-surface
1•selvmvde•1m ago•0 comments

SubQ – a major breakthrough in LLM intelligence

https://twitter.com/alex_whedon/status/2051663268704636937
1•vanni•1m ago•0 comments

WolfPSA: PSA Crypto Compatibility Powered by WolfCrypt

https://github.com/wolfSSL/wolfPSA
1•aidangarske•2m ago•0 comments

Testers – 12 Testers Community

https://play.google.com/store/apps/details?id=com.thardstudio.testers&hl=en_US
1•mdaside•3m ago•1 comments

Ask HN: What tech hobbies are worth exploring?

1•merek•3m ago•0 comments

ArkTunnel, censorship-resistant tunnel that hides behind a real Bitcoin node

https://github.com/st-hannibal/ArkTunnel
1•st-hannibal•4m ago•0 comments

Peter Thiel on the Future of Legal Technology – Notes Essay (2012)

https://www.tumblr.com/blakemasters/37411481044/peter-thiel-on-the-future-of-legal-technology
1•ronfriedhaber•4m ago•0 comments

2026 Puzzle Design Competition: Entries

https://puzzleworld.org/DesignCompetition/2026/
1•robinhouston•4m ago•0 comments

Google, xAI and Microsoft agree to US national security reviews of new AI models

https://www.ft.com/content/c4435dd4-00c0-4270-aab9-3c7ce1ae45f6
1•merksittich•6m ago•0 comments

Show HN: Why Two Identical PDFs Have Different SHA-256 Hashes (How We Fixed It)

https://docs.pdfcanon.com/blog/why-identical-pdfs-hash-differently/
1•napzoom•7m ago•2 comments

Agent Orchestration Models

1•archer423•8m ago•0 comments

Wordy – Solving SEO Overkill with Information Theory and Stochastic Inference

https://wordy.runtime-hub.com/
1•RunTimeZero•10m ago•0 comments

Build you a personal assistant agent for fun and profit

https://techstackups.com/guides/build-personal-assistant-agent/
2•sixhobbits•11m ago•0 comments

Show HN: iOS SimulatorCamera – use your MacBook camera with iOS simulators

https://github.com/Akylas/SimulatorCamera
1•farfromrefuge•12m ago•0 comments

Achieving CVE Remediation in an Era of Escalating Vulnerabilities

https://flox.dev/blog/achieving-rapid-cve-remediation-in-an-era-of-escalating-vulnerabilities/
1•ronef•12m ago•1 comments

Show HN: Open-Source DesignMD Generator

https://www.designmd.supply/
2•ICodeSometimes•13m ago•0 comments

Offline Local AI for Protest

https://apps.apple.com/us/app/outcry-activist-ai-mentor/id6762086768
1•micahwhite•13m ago•0 comments

PageIndex: Vectorless, Reasoning-Based RAG

https://github.com/VectifyAI/PageIndex
1•garyclarke27•14m ago•0 comments

Don't Outsource Your Understanding

https://leehanchung.github.io/blogs/2026/05/01/dont-outsource-your-understanding/
1•freediver•14m ago•0 comments

BlueZ-powered Auracast broadcasting on Genio 700

https://www.collabora.com/news-and-blog/blog/2026/05/05/bluez-powered-auracast-broadcasting-on-ge...
2•losgehts•15m ago•1 comments

Single-layer transformer model "HarEmb" showcasing PII SOTA performance

https://huggingface.co/fblgit/haremb-privacy-filter-opennemo
1•fblgit•15m ago•1 comments

Peter Thiel backs $1B ocean data centre startup powered by waves

https://www.ft.com/content/711ce313-16fb-4a12-b6be-fbed547c8a39
1•1vuio0pswjnm7•15m ago•1 comments

Add Animal Crossing events to your digital calendar

https://sethmlarson.dev/animal-crossing-calendar
1•anujbans•16m ago•0 comments

Why Ancient Egyptian Honey Remains Edible After 3k Years

https://www.openculture.com/2026/05/why-ancient-egyptian-honey-remains-edible-after-3000-years.html
1•Brajeshwar•16m ago•0 comments

Show HN: Flow – Workflow automation that follows you across projects

https://github.com/flowexec/flow
2•Jahvon•17m ago•0 comments

Today I shipped 20 apps and a screensaver

https://blog.gingerbeardman.com/2026/04/17/today-i-shipped-twenty-apps-and-a-screensaver/
1•freediver•17m ago•0 comments

Three Inverse Laws of AI

https://susam.net/inverse-laws-of-robotics.html
4•blenderob•19m ago•0 comments

Agent guardrails are mostly theater

https://github.com/faramesh/faramesh-core
2•brian_r_hall•19m ago•0 comments

I'm a Doctor. Here's What A.I. Cannot Do

https://www.nytimes.com/2026/05/05/opinion/ai-doctor.html
1•pretext•19m ago•0 comments

The Value of Reliable Statistics

https://www.nber.org/papers/w35135
1•alphabetatango•21m ago•0 comments